<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPJavascript</title>
	<atom:link href="http://www.phpjavascript.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpjavascript.com</link>
	<description>Web Development Guide - My Personal Library of Tutorials and Scripts</description>
	<lastBuildDate>Tue, 24 Jan 2012 08:08:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal Views Exposed Computed Field Dropdown Select</title>
		<link>http://www.phpjavascript.com/drupal-views-exposed-computed-field-dropdown-select/</link>
		<comments>http://www.phpjavascript.com/drupal-views-exposed-computed-field-dropdown-select/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 08:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=647</guid>
		<description><![CDATA[In views I wanted to expose a computed field but instead of textbox I wanted it to be a select drop down box with values coming from the database.
To achieve this I created a module and used the hook form_alter:
function mymodule_form_alter(&#38;$form, $form_state, $form_id) {
switch($form_id) { 
 case 'views_exposed_form':

 if ($form['#id'] == 'views-exposed-form-search-jobseeker-page-1') {     
 $form['field_country_value']['#type'] = [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-views-exposed-computed-field-dropdown-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Addresses Computed Field</title>
		<link>http://www.phpjavascript.com/drupal-addresses-computed-field/</link>
		<comments>http://www.phpjavascript.com/drupal-addresses-computed-field/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 07:35:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=645</guid>
		<description><![CDATA[I was addresses module but using the values of country and city in views or search or any custom module is a headache because the module saves the country / city / providence values in initials.
To overcome this issue I created to cck computed fields save the country and city values in it respectively.
To get [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-addresses-computed-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery easing effect not smooth</title>
		<link>http://www.phpjavascript.com/jquery-easing-effect-not-smooth/</link>
		<comments>http://www.phpjavascript.com/jquery-easing-effect-not-smooth/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 07:49:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=639</guid>
		<description><![CDATA[I am developing a fancy website with an attractive design. I have used jquery easing effect to create page navigation sliding effect. Due to the high res background images the easing effect is not smooth but hindering like as if someone is pushing the slides.
To overcome this problem I had used jquery preload script. Click [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/jquery-easing-effect-not-smooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Navigation Effect using Jquery Easing</title>
		<link>http://www.phpjavascript.com/page-navigation-effect-using-jquery-easing/</link>
		<comments>http://www.phpjavascript.com/page-navigation-effect-using-jquery-easing/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 05:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=636</guid>
		<description><![CDATA[check out http://tympanus.net/codrops/2011/12/12/experiments-with-background-clip-text/ awesome page navigation effect explained in simple terms, easy to download and implement
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/page-navigation-effect-using-jquery-easing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal forms theme table</title>
		<link>http://www.phpjavascript.com/drupal-forms-theme-table/</link>
		<comments>http://www.phpjavascript.com/drupal-forms-theme-table/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 06:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=633</guid>
		<description><![CDATA[awesome tutorial on how to theme drupal6 forms with tables
http://www.akchauhan.com/create-drupal-form-using-theme_table-like-module-list-form/
and to learn about forms API in general visit
http://drupal.org/node/262422
I have basically created a module along with &#8216;job search&#8217; module to build a recruitment web portal .. will hopefully write in detail and with my module code later.
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-forms-theme-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAV Dynamics Webservices PHP</title>
		<link>http://www.phpjavascript.com/nav-dynamics-webservices-php/</link>
		<comments>http://www.phpjavascript.com/nav-dynamics-webservices-php/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 06:39:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=631</guid>
		<description><![CDATA[PHP Side
http://blogs.msdn.com/b/freddyk/archive/2010/01/19/connecting-to-nav-web-services-from-php.aspx
NAV Dynamics Side
http://msdn.microsoft.com/en-us/library/dd355316.aspx
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/nav-dynamics-webservices-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Views Total CCK field (Two content types related)</title>
		<link>http://www.phpjavascript.com/drupal-views-total-cck-field-two-content-types-related/</link>
		<comments>http://www.phpjavascript.com/drupal-views-total-cck-field-two-content-types-related/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 08:17:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=627</guid>
		<description><![CDATA[There are two related content types and I wanted to find the total of one content type entries  applied against another.
Example.
I have two content types job and resumes. I need to display the total no of applications against &#8216;job&#8217; as a field in my view.
According to me the best way to achieve this is through [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-views-total-cck-field-two-content-types-related/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Theme Form CCK User Register</title>
		<link>http://www.phpjavascript.com/drupal-theme-form-cck-user-register/</link>
		<comments>http://www.phpjavascript.com/drupal-theme-form-cck-user-register/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 07:44:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=623</guid>
		<description><![CDATA[To theme drupal forms using cck fields do the following:
Insert theme hook function in the template.php file: (dmcdubai is my theme name, replace it with yours)
function dmcdubai_theme($existing, $type, $theme, $path) {
 return array(
 'profile_node_form' =&#62; array(
 'arguments' =&#62; array('form' =&#62; NULL),
 'template' =&#62; 'node-profile-edit'
 ),
 'user_register' =&#62; array(
 'arguments' =&#62; array('form' =&#62; NULL),
 'template' =&#62; [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-theme-form-cck-user-register/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal Form Theme CCK</title>
		<link>http://www.phpjavascript.com/drupal-form-theme-cck/</link>
		<comments>http://www.phpjavascript.com/drupal-form-theme-cck/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 07:38:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=619</guid>
		<description><![CDATA[check out http://drupal.org/node/601646 the best summarized description of how to theme drupal forms.
and also go through this slide presentation describing the overall drupal forms architecture and workflow.
Now I had created a Content type to add fields at the user registration form. And when I was trying to theme the form using the above solution I [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-form-theme-cck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Form Alter Fields</title>
		<link>http://www.phpjavascript.com/drupal-form-alter-fields/</link>
		<comments>http://www.phpjavascript.com/drupal-form-alter-fields/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 08:01:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=616</guid>
		<description><![CDATA[Learn how to add, delete and edits fields to any form in Drupal. Like the user registration form, contact form or any other customized form.
This tutorial explains the basics of the form_alter(), explaining the concept in clean and clear format.
Click here to view the tutorial.
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/drupal-form-alter-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

