<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Helmut Granda</title>
	
	<link>http://www.helmutgranda.com</link>
	<description>learning through interaction</description>
	<pubDate>Mon, 11 May 2009 17:23:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/HelmutGranda" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>WordPress VS Drupal User Management</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/V67SWCTtr0U/</link>
		<comments>http://www.helmutgranda.com/2009/05/11/wordpress-vs-drupal-user-management/#comments</comments>
		<pubDate>Mon, 11 May 2009 17:11:53 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=354</guid>
		<description><![CDATA[Having the ability to create different users and give each a different role is one of the most important things within a CMS, you need to be able to control all aspects of the site (super users) and also give other users the ability to control display or content within the site without breaking it.
In [...]]]></description>
			<content:encoded><![CDATA[<p>Having the ability to create different users and give each a different role is one of the most important things within a CMS, you need to be able to control all aspects of the site (super users) and also give other users the ability to control display or content within the site without breaking it.</p>
<p>In our CMS test I will have 6 type of users.</p>
<ol>
<li>Super Administrator:</li>
<p>Responsible for all the aspects of the site, create/delete/edit/publish/unpublish content, change themes and create or edit other users</p>
<li>Site Administrator:</li>
<p>Responsible for create/delete/edit/publish/unpublish any content from the site, change themes, create or edit other users but is not able to change the layout of the site.</p>
<li>Author:</li>
<p>Creates/edits/publish/unpublish own content.</p>
<li>Editor:</li>
<p>Creates/edits own content but can't publish the content, they notify the Site Administrator to do so.</p>
<li>Subscriber:</li>
<p>Receives notifications when site content changes and is able to comment on content if content is enabled to receive content.</p>
<li>Visitor:</li>
<p>Access to all content that is published but is not able to edit any part of the site
</ol>
<p>WordPress and Drupal do a good job in allowing you to create different kind of users and this is where we start to see some separation between the two systems and this might be one of the main reasons why you may choose one after the other but lets see them in detail:</p>
<h2>WordPress:</h2>
<p>WordPress comes with 5 predefined roles (or user types) and one user, WordPress has a page that explain the roles in great detail but lets see their "Summary of Roles"</p>
<ul>
<li>Administrator - Somebody who has access to all the administration features</li>
<li>Editor - Somebody who can publish posts, manage posts as well as manage other people's posts, etc.</li>
<li>Author - Somebody who can publish and manage their own posts
</li>
<li>Contributor - Somebody who can write and manage their posts but not publish posts</li>
<li>Subscriber - Somebody who can read comments/comment/receive news letters, etc.</li>
</ul>
<p>This is great specially when you are starting and you want to create your content and define users rather quickly. In the default installation since I was the one installing the software I was automatically added as a site Administrator.</p>
<p><img src="http://farm4.static.flickr.com/3342/3522573954_465e168e70.jpg" alt="Wordpress_Users_Default" border="0" width="500" height="308" /></p>
<p>I went ahead and created the different users that we need and with WordPress was a breeze since the roles were already defined as an option.</p>
<p><img src="http://farm4.static.flickr.com/3417/3522635770_2216323204.jpg" alt="Wordpress_Users_Added" border="0" width="500" height="308" /></p>
<p>There was one major issue with the default set up and that is the Administrator role could not be edited in a way that the role was not able to edit the layout of the site. So I still wanted the site administrator to have full control of the site content and users but not to have control of the layout. I am sure I could go into the database and alter this setting by creating a new role and applying new rules but for this experiment I am not going to go that far. I went ahead and did a quick search in Google for a plugin or similar that would allow me to create custom roles and there were about 21,500,000 results on my search (wordpress+custom+roles), so it seems to be some sort of demand for the feature.</p>
<h2>Drupal:</h2>
<p>Drupal has 2 predefined roles and one user each of the roles are explained within the role's page:</p>
<ul>
<li>Anonymous user: this role is used for users that don't have a user account or that are not authenticated.</li>
<li>Authenticated user: this role is automatically granted to all logged in users.</li>
</ul>
<p>Here is where we start to see a small gap between WordPress and Drupal. Drupal allows you to create custom roles where you can define and alter the different access levels for the users. Drupal starts to show some "muscle" here by giving you different categories for User Management, such as Access rules, Permissions and User settings.</p>
<p><img src="http://farm4.static.flickr.com/3305/3522790752_fc70c60acd.jpg" alt="Drupal_Users_Roles" border="0" width="500" height="308" /><br />
<br />
<img src="http://farm4.static.flickr.com/3408/3521983815_647c13c7ab.jpg" alt="Drupal_Users_Default" border="0" width="500" height="308" /></p>
<p>Creating roles has a lot of advantages because you can customize exactly what each user is allowed to see and do, but also you are responsible for what you allow the user to do. It is a good idea to create test accounts that will allow you to see what the new role will be able to access.</p>
<p><img src="http://farm4.static.flickr.com/3402/3522823642_7f969ef85c.jpg" alt="Drupal_Users_Roles_Edited" border="0" width="500" height="308" /></p>
<p>One more benefit for Drupal users is that you can customize the different emails that the user is going to recieve when new accounts are created, forgot password, no approval required, awaiting approval, blocked email and deleted email. For many of us this might not seem like a huge benefit but if your CMS is going to have your (or your client's) personality, it is great to see that you can customize these type of details.</p>
<p>If the administrator creates a new account you have an option to notify to the user of their new account, WordPress doesn't have this option.</p>
<p><img src="http://farm4.static.flickr.com/3635/3522848674_3719a06c91.jpg" alt="Drupal_Users_Added" border="0" width="500" height="348" /></p>
<p>We can see how both systems have their own way of handling user management and it is evident that when it comes down to a robust CMS where you need detailed user management Drupal gives you the flexibility you need. WordPress is the "out-of-the-box" solution that allows you to create predefined users, in a blogging environment this is perfect but for a more complex setup you will need to rely on plugins or hack the software directly.</p>
<p>to be continued (templates)</p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/V67SWCTtr0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/05/11/wordpress-vs-drupal-user-management/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/05/11/wordpress-vs-drupal-user-management/</feedburner:origLink></item>
		<item>
		<title>Disable extra fields in CCK for Drupal</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/s7pP0ncv6sQ/</link>
		<comments>http://www.helmutgranda.com/2009/05/09/disable-extra-fields-in-cck-for-drupal/#comments</comments>
		<pubDate>Sat, 09 May 2009 19:32:01 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=351</guid>
		<description><![CDATA[There are times when you want to allow the Super Admin to edit those extra fields but not the editors/contributors of your site so this is one way to do it:
PHP:



&#60; ?php
/**
* Change the node form
*/
function phptemplate_node_form&#40;$form&#41; &#123;
&#160; // echo &#34;&#60;div style='direction:ltr;'&#62;&#34;; dprint_r ($form); echo '';
&#160; 
&#160; // Hide 'Log message' text area
&#160; $form&#91;'log'&#93;&#91;'#access'&#93; = [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when you want to allow the Super Admin to edit those extra fields but not the editors/contributors of your site so this is one way to do it:</p>
<div class="syntax_hilite"><strong>PHP:</strong>
<div id="php-1">
<div>
<ol style="">
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&lt; ?php</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;"><span style="color:#008000;">/**</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;"><span style="color:#008000;">* Change the node form</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;"><span style="color:#008000;">*/</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;"><span style="color: #000000; font-weight: bold;">function</span> phptemplate_node_form<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #0000ff;">$form</span><span style="color:#008800; font-weight:bold;">&#41;</span> <span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color:#FF6600;">// echo &quot;&lt;div style='direction:ltr;'&gt;&quot;; dprint_r ($form); echo '';</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color:#FF6600;">// Hide 'Log message' text area</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color: #0000ff;">$form</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'log'</span><span style="color:#008800; font-weight:bold;">&#93;</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'#access'</span><span style="color:#008800; font-weight:bold;">&#93;</span> = <span style="color: #000000; font-weight: bold;">FALSE</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; </span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color:#FF6600;">// Hide the author collapsable box</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color: #0000ff;">$form</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'author'</span><span style="color:#008800; font-weight:bold;">&#93;</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'#access'</span><span style="color:#008800; font-weight:bold;">&#93;</span> = <span style="color: #000000; font-weight: bold;">FALSE</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color:#FF6600;">// Hide the publishing options collapsable box</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color: #0000ff;">$form</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'options'</span><span style="color:#008800; font-weight:bold;">&#93;</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'#access'</span><span style="color:#008800; font-weight:bold;">&#93;</span> = <span style="color: #000000; font-weight: bold;">FALSE</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; </span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color:#FF6600;">// Open the file attachments collapsible block in a full state</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color: #0000ff;">$form</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'attachments'</span><span style="color:#008800; font-weight:bold;">&#93;</span><span style="color:#008800; font-weight:bold;">&#91;</span><span style="color: #ff0000;">'#collapsed'</span><span style="color:#008800; font-weight:bold;">&#93;</span> = <span style="color: #000000; font-weight: bold;">FALSE</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; <span style="color: #b1b100;">return</span> drupal_render<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #0000ff;">$form</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;"><span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;"><span style="color: #000000; font-weight: bold;">?&gt;</span> </span></li>
</ol>
</div>
</div>
</div>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/s7pP0ncv6sQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/05/09/disable-extra-fields-in-cck-for-drupal/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/05/09/disable-extra-fields-in-cck-for-drupal/</feedburner:origLink></item>
		<item>
		<title>WordPress VS Drupal Creating Content</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/KyIl4wdOWLs/</link>
		<comments>http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-creating-content/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 22:33:29 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=341</guid>
		<description><![CDATA[One (if not the most) important subject in any CMS is going to be creating content. You want to be able to allow you user to create content quickly and efficiently, while at the same time the developer wants control over how the content is going to be displayed in the front end.
Creating content in [...]]]></description>
			<content:encoded><![CDATA[<p>One (if not the most) important subject in any CMS is going to be creating content. You want to be able to allow you user to create content quickly and efficiently, while at the same time the developer wants control over how the content is going to be displayed in the front end.</p>
<h3>Creating content in Drupal</h3>
<p><img src="http://static.flickr.com/3346/3487263768_3a53f5f0d5.jpg" alt="Drupal Creating Content 1" border="0" width="" height="" /></p>
<p>Creating content in Drupal is very straight forward and I really like how they explain each default section. Immediately you can tell Drupal is not worried about winning the Blog wars since they do not even have a blog option as part of their default system. Although you can use the "story" as a blog post ("and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site's initial home page, and provides the ability to post comments.") and they also have a Blog module but is not one of their default settings. </p>
<p><img src="http://farm4.static.flickr.com/3308/3487395736_069fcc8fdd.jpg" alt="Drupal Creating Content 2" border="0" width="500" height="312" /></p>
<p>Here is the default view for a Page in Drupal, straight forward that allows you to enter the Title and Body of the page. One draw back on this default interface (at least in my point of view) is the simplicity of the page, we do want simplicity but right of the back you cant upload pictures or have a pretty interface that you can use to edit test, which a lot of people have been accustomed to. Again, that is my point of view as if I were to give this application to a client as it is they probably would feel the same way.</p>
<p>On this page you can also allow the page to be part of the main menu or leave as is and you can enter HTML (something that can be changed and more about that in a different post)</p>
<p>You also get to create the revisions for that specific page and view/revert in the future if you desire to do so.</p>
<p>It is important to note that as these settings are optional and you can turn them on or off depending of your specific needs for the content. You also get a preview of the page with all the edit section at the bottom of the preview and then you can save to make your page live.</p>
<h3>Creating content in Wordpress</h3>
<p><img src="http://static.flickr.com/3604/3486449779_2974e4e51b.jpg" alt="WordPress Creating Content 1" border="0" width="" height="" /></p>
<p>WordPress is a content-creation machine, as soon as you login to the dashboard you can do a quick-post which is similar layout to what you find in Drupal but immediately you are able to also upload media such as images, video, sound or media in general. Right away you can tell why WordPress is so "loved" in the blogging community. </p>
<p>But again, I need to create a page and that is one of the options in the main navigation bar. Create pages is 2 clicks away (1. Pages and 2. Add New)</p>
<p>Some of the features in WordPress is that you have the usual interface when creating content even with spell check. Which it was not available by default in Drupal. Also you are able to switch from Visual and HTML for the users who want to take advantage of that functionallity.</p>
<p><img src="http://farm4.static.flickr.com/3414/3486580881_91544c6024.jpg" alt="WordPress Creating Content 2" border="0" width="500" height="312" /></p>
<p>Another nice feature is that WordPress will save Drafts as you are editing your Pages, which allows you to keep the content you are working with in case something goes wrong with your computer, lose internet connection or are in the run.</p>
<p>You also are able to upload media in this section and create custom fields. Custom fields are used for more advanced site layouts that need this extra information to make your layout unique. Here is some information about <a href="http://codex.wordpress.org/Using_Custom_Fields">custom fields</a>. Can we create custom fields in Drupal? Absolutely but we are just covering the default behaviors in WordPress at the moment.</p>
<p>One more thing that WordPress does well, is providing feedback and information that to some might be overwhelming but that it is informative for the user such as word count and when the last draft was saved.</p>
<p>You can preview your changes which will be launched in a new page with your theme in a very realistic manner. Drupal does something very similar but all the editing tools live under the items you are reviewing.</p>
<p>Continue to <a href="http://www.helmutgranda.com/2009/05/11/wordpress-vs-drupal-user-management/">WordPress VS Drupal User Management</a></p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/KyIl4wdOWLs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-creating-content/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-creating-content/</feedburner:origLink></item>
		<item>
		<title>Wordpress 2.7 Demo From Matt Mullenweg</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/eaprSNyGie0/</link>
		<comments>http://www.helmutgranda.com/2009/04/29/wordpress-27-demo-from-matt-mullenweg/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 21:19:25 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[videos]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=336</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="370" id="viddler"><param name="movie" value="http://www.viddler.com/player/91447bc/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/91447bc/" width="437" height="370" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler" ></embed></object></p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/eaprSNyGie0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/04/29/wordpress-27-demo-from-matt-mullenweg/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/04/29/wordpress-27-demo-from-matt-mullenweg/</feedburner:origLink></item>
		<item>
		<title>WordPress Vs Drupal Installation</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/UkEFrEbJy5w/</link>
		<comments>http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-installation/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 19:58:55 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=326</guid>
		<description><![CDATA[Download and installation for both was a breeze. Granted Drupal gave me a little bit more of problem since I had to create new directories and set the right permissions to the newly created directory and a settings file.
On the other side I also had to create a file in WordPress directory. Here are the [...]]]></description>
			<content:encoded><![CDATA[<p>Download and installation for both was a breeze. Granted Drupal gave me a little bit more of problem since I had to create new directories and set the right permissions to the newly created directory and a settings file.</p>
<p>On the other side I also had to create a file in WordPress directory. Here are the steps on more detail</p>
<h3>WordPress Installation</h3>
<p><img src="http://static.flickr.com/3538/3486130955_eff95f8c7c.jpg" alt="Wordpress_271" border="0" width="" height="" /></p>
<ol>
<li>Download Wordpress</li>
<li>Upload to server with FTP program</li>
<li>Duplicate/Rename wp-config.php file (you can also let WP do this for you)</li>
<li>Update settings in the file such as Database/Login credentials</li>
<li>Add new Authentication Unique Keys*</li>
<li>Enter Blog Title and your email</li>
<li>Receive your Username and Random password.</li>
</ol>
<p><img src="http://static.flickr.com/3317/3486239495_9536eed8d8.jpg" alt="WordPress Success Page" border="0" width="" height="" /></p>
<p>*It was nice that WordPress has a site dedicated in creating those unique keys and no way around it, once you hit the site you get the set of key numbers you need and continue working.</p>
<h3>Drupal Installation</h3>
<p><img src="http://static.flickr.com/3540/3486911936_264c955a68.jpg" alt="Drupal_610" border="0" width="" height="" /></p>
<ol>
<li>Download Drupal</li>
<li>Upload to server with FTP program</li>
<li>Create 2 files and set permissions to them (settings.php &#038; /files)</li>
<li>Enter database information on online form</li>
<li>Submit Username and Password for admin and set some other basic settings such as site name</li>
</ol>
<p><img src="http://static.flickr.com/3287/3487049390_10afaa56c9.jpg" alt="Drupal Success Page" border="0" width="" height="" /></p>
<p>Here you have it, the installation in a few number of steps for more advanced users. Granted, for some one that has never installed any package maybe you will have to browse around and find answers to basic questions but in the end you should be able to acomplish the same task in this few steps.</p>
<p>Continue to <a href="http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-creating-content/">WordPress VS Drupal Creating Content</a></p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/UkEFrEbJy5w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-installation/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-installation/</feedburner:origLink></item>
		<item>
		<title>WordPress VS Drupal Intro</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/D3yWXMeY-bY/</link>
		<comments>http://www.helmutgranda.com/2009/04/28/wordpress-vs-drupal-intro/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:41:50 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/2009/04/28/wordpress-vs-drupal-intro/</guid>
		<description><![CDATA[WordPress VS Drupal has been done, I know. Just by running a simple query in Google you will get a lot of information in the subject but for me it was still not quite what I was looking for. For one thing, I don't know much about the people who made the reviews or their [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress VS Drupal has been done, I know. Just by running a simple query in Google you will get a lot of information in the subject but for me it was still not quite what I was looking for. For one thing, I don't know much about the people who made the reviews or their credentials and some reviews lacked the basic information I was looking for.</p>
<p>To start let me give you some of my professional information so that you know who I am and where my review is coming from.</p>
<p>12+ years in Web Development<br />
WordPress user since 2003<br />
Drupal noob since April 2009 (about 5 days at the time of this writing)</p>
<p>Programming Languages and Frameworks that I either use or I have experimented with: ASP, PHP, AS(1-3), Flex, Objective-J, JQuery, JQueryUI, CodeIgniter, Kohana (fork of CI), Zend Framework, AMFPHP, HTML, XML, JavaScript, CSS, and more...<br />
Online packages that I have worked with: Wordpress, b2b, MovableType, Habary, Mambo, Joomla, SugarCRM<br />
I would also like to note that I have created my custom CMS for clients, couple have been done with pure PHP and some with the aid of a framework such as CI, or Kohana. Also I have been fortunate into creating CMS that would have Flash front end and PHP/Framework backend.<br />
Writer: 0 experience, just my blog .</p>
<p><em>(Disclaimer: I am not here to defend the packages themselves)</em></p>
<p>Now with that aside, I want to take a minute and put WordPress VS Drupal in a small duel where I will register my findings and give some feedback in different aspects of both pieces of software such as installation, upgrading, templates, 3rd party elements integration and whatever else comes along.</p>
<p>Continue to <a href="http://www.helmutgranda.com/2009/04/29/wordpress-vs-drupal-installation/">WordPress VS Drupal Installation</a></p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/D3yWXMeY-bY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/04/28/wordpress-vs-drupal-intro/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/04/28/wordpress-vs-drupal-intro/</feedburner:origLink></item>
		<item>
		<title>JQuery and dynamic elements</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/O33-LLtT9OU/</link>
		<comments>http://www.helmutgranda.com/2009/04/16/jquery-and-dynamic-elements/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 03:46:53 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=314</guid>
		<description><![CDATA[I have been working with JQuery on a couple of work and personal projects and I really like the library. One of my first challenges was to access elements dynamically and at the same time trigger custom events. This is specially necessary when working with elements where you don't know the source of the data [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working with JQuery on a couple of work and personal projects and I really like the library. One of my first challenges was to access elements dynamically and at the same time trigger custom events. This is specially necessary when working with elements where you don't know the source of the data in detail. </p>
<p>Here is a sample as a reference:</p>
<div class="syntax_hilite"><strong>JavaScript:</strong>
<div id="js-3">
<div>
<ol style="">
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">$<span style="color:#008800; font-weight:bold;">&#40;</span>document<span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">ready</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color:#008800; font-weight:bold;">&#41;</span> <span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">var</span> idTotal = <span style="color: #CC0000;">5</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #000066; font-weight: bold;">for</span> <span style="color:#008800; font-weight:bold;">&#40;</span> <span style="color: #003366; font-weight: bold;">var</span> i = <span style="color: #CC0000;">1</span> ; i &lt; idTotal ; i++<span style="color:#008800; font-weight:bold;">&#41;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">var</span> deleteMinutes = $<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"#deleteMinutes_"</span>+i<span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;attachEvents <span style="color:#008800; font-weight:bold;">&#40;</span> deleteMinutes <span style="color:#008800; font-weight:bold;">&#41;</span> ;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">var</span> updateMinutes = $<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"#updateMinutes_"</span>+i<span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;attachEvents <span style="color:#008800; font-weight:bold;">&#40;</span> updateMinutes <span style="color:#008800; font-weight:bold;">&#41;</span> ;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp; <span style="color:#008800; font-weight:bold;">&#125;</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">var</span> globalID;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> attachEvents <span style="color:#008800; font-weight:bold;">&#40;</span> $item <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$item.<span style="color: #006600;">bind</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"click"</span>, &nbsp; &nbsp;&nbsp; &nbsp;clickHandler <span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$item.<span style="color: #006600;">bind</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"mouseenter"</span>, &nbsp; &nbsp;hoverHandler <span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$item.<span style="color: #006600;">bind</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"mouseleave"</span>, &nbsp; &nbsp;mouseleaveHandler <span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$item.<span style="color: #006600;">bind</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"mousedown"</span>, mousedownHandler <span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$item.<span style="color: #006600;">bind</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"mouseup"</span>, &nbsp; &nbsp;mouseupHandler <span style="color:#008800; font-weight:bold;">&#41;</span>;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> clickHandler <span style="color:#008800; font-weight:bold;">&#40;</span> $event <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">var</span> target = $event.<span style="color: #006600;">target</span>.<span style="color: #006600;">id</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">var</span> id = target.<span style="color: #006600;">charAt</span><span style="color:#008800; font-weight:bold;">&#40;</span>target.<span style="color: #006600;">length</span>-<span style="color: #CC0000;">1</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;globalID = id;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">'#dialog'</span><span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">dialog</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">'open'</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> hoverHandler <span style="color:#008800; font-weight:bold;">&#40;</span> <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">addClass</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"ui-state-hover"</span><span style="color:#008800; font-weight:bold;">&#41;</span>; </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> mouseleaveHandler <span style="color:#008800; font-weight:bold;">&#40;</span> <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">removeClass</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"ui-state-hover"</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> mousedownHandler <span style="color:#008800; font-weight:bold;">&#40;</span> <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">addClass</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"ui-state-active"</span><span style="color:#008800; font-weight:bold;">&#41;</span>; </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> mouseupHandler <span style="color:#008800; font-weight:bold;">&#40;</span> <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">removeClass</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"ui-state-active"</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span></span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;</span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color: #003366; font-weight: bold;">function</span> deleteItemSelected <span style="color:#008800; font-weight:bold;">&#40;</span> <span style="color:#008800; font-weight:bold;">&#41;</span> </span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#123;</span></span></li>
<li><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$<span style="color:#008800; font-weight:bold;">&#40;</span><span style="color: #3366CC;">"#minutes_"</span>+globalID<span style="color:#008800; font-weight:bold;">&#41;</span>.<span style="color: #006600;">remove</span><span style="color:#008800; font-weight:bold;">&#40;</span><span style="color:#008800; font-weight:bold;">&#41;</span>;</span></li>
<li style="font-weight: bold;color:#770000;"><span style="font-family: 'Courier New', Courier, monospace; font-weight: normal; color:#000000;">&nbsp; &nbsp;&nbsp; &nbsp;<span style="color:#008800; font-weight:bold;">&#125;</span> </span></li>
</ol>
</div>
</div>
</div>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/O33-LLtT9OU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/04/16/jquery-and-dynamic-elements/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/04/16/jquery-and-dynamic-elements/</feedburner:origLink></item>
		<item>
		<title>Brendan Lee talks with Cliff Hall (pureMVC)</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/XEvCzycB6Mo/</link>
		<comments>http://www.helmutgranda.com/2009/03/22/brendan-lee-talks-with-cliff-hall-puremvc/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 05:56:17 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[AS Burst]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=306</guid>
		<description><![CDATA[Brendan Lee takes the time to talk to Cliff Hall
]]></description>
			<content:encoded><![CDATA[<p>Brendan Lee takes the time to talk to Cliff Hall</p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/XEvCzycB6Mo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/03/22/brendan-lee-talks-with-cliff-hall-puremvc/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/03/22/brendan-lee-talks-with-cliff-hall-puremvc/</feedburner:origLink></item>
		<item>
		<title>Covert mov files to flv with ffmpeg</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/VZkwO2SEg9Y/</link>
		<comments>http://www.helmutgranda.com/2009/02/05/covert-mov-files-to-flv-with-ffmpeg/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 18:26:23 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/?p=301</guid>
		<description><![CDATA[The shell script below will take files from the folder you are running it from and convert all "mov" files to "flv". The script can be updated to use the same file name as flv name. Since this is not for production but only for testing the name for the flv that I am using [...]]]></description>
			<content:encoded><![CDATA[<p>The shell script below will take files from the folder you are running it from and convert all "mov" files to "flv". The script can be updated to use the same file name as flv name. Since this is not for production but only for testing the name for the flv that I am using is flvMovie0.flv, flvMovie1.flv.. and so on.</p>
<p>#!/bin/bash<br />
# Convert all mov files into flv<br />
counter=0<br />
mov=flvMovie<br />
currmov=$mov$counter<br />
ext=.flv<br />
for file in *.mov; do<br />
let counter=counter+1<br />
currmov=$mov$counter$ext<br />
ffmpeg -i $file -ar 22050 -f flv -ab 56 -aspect 4:3 -b 200 -r 12 -s 320x240 -ac 1 $currmov<br />
done</p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/VZkwO2SEg9Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2009/02/05/covert-mov-files-to-flv-with-ffmpeg/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2009/02/05/covert-mov-files-to-flv-with-ffmpeg/</feedburner:origLink></item>
		<item>
		<title>How long does it takes you to get ready for something?</title>
		<link>http://feedproxy.google.com/~r/HelmutGranda/~3/rSlbeyCycKc/</link>
		<comments>http://www.helmutgranda.com/2008/11/11/how-long-does-it-takes-you-to-get-ready-for-something/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:14:51 +0000</pubDate>
		<dc:creator>Helmut</dc:creator>
		
		<category><![CDATA[AS Burst]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.helmutgranda.com/2008/11/11/how-long-does-it-takes-you-to-get-ready-for-something/</guid>
		<description><![CDATA[Does getting ready to get things done get in the way of getting stuff done? Although this video emphasizes procrastination I would say that the person represented in the video was getting things done, but not the things that were supposed to get done.
Next time you start a new task ask yourself, Is this really [...]]]></description>
			<content:encoded><![CDATA[<p>Does getting ready to get things done get in the way of getting stuff done? Although this video emphasizes procrastination I would say that the person represented in the video was getting things done, but not the things that were supposed to get done.</p>
<p>Next time you start a new task ask yourself, Is this really going to help me accomplish my original goal?</p>
<p>Enjoy!</p>
<p><object width="425" height="349" data="http://www.youtube.com/v/4P785j15Tzk&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4P785j15Tzk&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<img src="http://feeds.feedburner.com/~r/HelmutGranda/~4/rSlbeyCycKc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.helmutgranda.com/2008/11/11/how-long-does-it-takes-you-to-get-ready-for-something/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.helmutgranda.com/2008/11/11/how-long-does-it-takes-you-to-get-ready-for-something/</feedburner:origLink></item>
	</channel>
</rss>
