<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://ocdevel.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>OCDevel Blog</title>
 <link>http://ocdevel.com/blog</link>
 <description></description>
 <language>en</language>
<item>
 <title>Webform PDF Module</title>
 <link>http://ocdevel.com/blog/webform-pdf-module</link>
 <description>&lt;p&gt;My second Drupal contrib module!  From the summary on the &lt;a href=&quot;http://drupal.org/project/webform_pdf&quot;&gt;project page&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote style=&quot;margin-left:20px;&quot;&gt;&lt;p&gt;This module allows users to upload PDFs, whose form-fields will be used to automatically generate a Webform. Later, users can download the populated PDFs from Webform submissions.&lt;br /&gt;
This module is useful if you need to be able to dowload your Webform documents in PDF format, especially if you have to adhere to a strict document structure.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/webform-pdf-module&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/webform-pdf-module#comments</comments>
 <enclosure url="http://ocdevel.com/files/cr180.pdf" length="142504" type="application/pdf" />
 <pubDate>Thu, 17 Jul 2008 22:01:57 -0700</pubDate>
 <dc:creator>lefnire</dc:creator>
 <guid isPermaLink="false">444 at http://ocdevel.com</guid>
</item>
<item>
 <title>Dynamic table rows &amp; JS frameworks</title>
 <link>http://ocdevel.com/blog/dynamic-table-rows-js-frameworks</link>
 <description>&lt;p&gt;Recently I&#039;ve had to do some work applying effects to tabular data using jQuery.  Turns out jQuery&#039;s not too good at applying effects (sliding, fading, etc) to table rows (&lt;a href=&quot;http://www.mail-archive.com/discuss@jquery.com/msg19069.html&quot;&gt;discussion about this problem here).&lt;/a&gt;  Frustrated, I decided to have a go at jQuery&#039;s dreaded competitor frameworks (I&#039;m one of those Drupal/jQuery-fits-all kinda guys).&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/dynamic-table-rows-js-frameworks&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/dynamic-table-rows-js-frameworks#comments</comments>
 <pubDate>Wed, 18 Jun 2008 13:36:04 -0700</pubDate>
 <dc:creator>lefnire</dc:creator>
 <guid isPermaLink="false">443 at http://ocdevel.com</guid>
</item>
<item>
 <title>Drop Cap Module</title>
 <link>http://ocdevel.com/blog/drop-cap-module</link>
 <description>&lt;div class=&quot;dropcap&quot;&gt;My first contrib module!  The Drupal project page can be found at http://drupal.org/project/dropcap.&lt;/div&gt;
&lt;div class=&quot;dropcap&quot;&gt;Per &lt;a href=&quot;http://www.learningjquery.com/2006/09/fancy-drop-cap-part-1&quot;&gt;Karl Swedberg&#039;s Article&lt;/a&gt;, this module creates a drop cap from the first letter of user-specified paragraphs.  The user designates jQuery selectors (ex, &quot;#main_content p&quot;) whose first letter will be replaced with a drop cap.  &lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/drop-cap-module&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/drop-cap-module#comments</comments>
 <pubDate>Sun, 15 Jun 2008 16:35:39 -0700</pubDate>
 <dc:creator>lefnire</dc:creator>
 <guid isPermaLink="false">442 at http://ocdevel.com</guid>
</item>
<item>
 <title>GabLibs</title>
 <link>http://ocdevel.com/blog/gablibs</link>
 <description>&lt;p&gt;Hah, random blog-entry, but a fun lil&#039; side-note.&lt;/p&gt;
&lt;p&gt;Remember Mad Libs from your childhood?  During some heavy-duty procrastination time while working on a project, I created a community-driven &lt;a href=&quot;http://gablibs.ocdevel.com&quot;&gt;online Mad Libs&lt;/a&gt;.  Obviously needs work, but it&#039;s just basic Drupal with some CCK + Views... was going to create a custom filter, but it didn&#039;t work out too hot so I just hack-filtered in hook_nodeapi (I know, I know...).&lt;/p&gt;
&lt;p&gt;Anyway, add some words &amp;amp; paragraphs, I wanna see some funny libs!&lt;/p&gt;
</description>
 <comments>http://ocdevel.com/blog/gablibs#comments</comments>
 <pubDate>Mon, 09 Jun 2008 21:24:42 -0700</pubDate>
 <dc:creator>lefnire</dc:creator>
 <guid isPermaLink="false">441 at http://ocdevel.com</guid>
</item>
<item>
 <title>Sha-wing!</title>
 <link>http://ocdevel.com/blog/sha-wing</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb308786.aspx&quot; target=&quot;_blank&quot;&gt; Learning Microsoft Visual Studio&lt;/a&gt; and free &lt;strong&gt;downloads&lt;/strong&gt; too! &lt;/p&gt;
</description>
 <comments>http://ocdevel.com/blog/sha-wing#comments</comments>
 <pubDate>Tue, 27 May 2008 09:28:24 -0700</pubDate>
 <dc:creator>pjohnson</dc:creator>
 <guid isPermaLink="false">439 at http://ocdevel.com</guid>
</item>
<item>
 <title>Web Form Logic in Drupal</title>
 <link>http://ocdevel.com/blog/web-form-logic-drupal</link>
 <description>&lt;p&gt;A recent client requested a user-friendly (aka, web interface) means for creating web forms, logical workflow between forms and form-pages, and user-specified actions to invoke upon completion of these forms.  What I&#039;m getting at here is a solution comparable to &lt;a href=&quot;http://www.formassembly.com/form-builder/&quot;&gt;Form Assembly&lt;/a&gt;, &lt;a href=&quot;http://jotform.com/&quot;&gt;JotForm&lt;/a&gt;, and &lt;a href=&quot;http://wufoo.com/&quot;&gt;Wufoo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/web-form-logic-drupal&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/web-form-logic-drupal#comments</comments>
 <pubDate>Tue, 25 Mar 2008 18:05:22 -0700</pubDate>
 <dc:creator>lefnire</dc:creator>
 <guid isPermaLink="false">426 at http://ocdevel.com</guid>
</item>
<item>
 <title>Web Accessible Tool Bars</title>
 <link>http://ocdevel.com/blog/web-accessible-tool-bars</link>
 <description>&lt;p&gt;Among one of the most common web tool bar &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1843%22&quot;&gt;Firebug&lt;/a&gt;, there are a lot of other tool bars that can aid a web developer with some insight for web accessibility.&lt;br /&gt;
What am I talking about?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/web-accessible-tool-bars&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/web-accessible-tool-bars#comments</comments>
 <pubDate>Wed, 19 Mar 2008 15:38:47 -0700</pubDate>
 <dc:creator>pjohnson</dc:creator>
 <guid isPermaLink="false">424 at http://ocdevel.com</guid>
</item>
<item>
 <title>Programming Tip of the Day!</title>
 <link>http://ocdevel.com/blog/programming-tip-day</link>
 <description>&lt;p&gt;I&#039;m a big fan of RSS.  I rarely have time for reading entire blog entries, which is why Google Reader is a boon for skimming blog teasers.  I think my favorite RSS subscriptions are the one-liners, &quot;tips of the day,&quot; they&#039;re called.  For example, I&#039;ve got my Spanish phrase of the day, health tip of the day, and so on.  I&#039;ve always thought programming lends itself perfectly to feeds like this, something like a &quot;script snippet of the day,&quot; or &quot;MySQL query of the day,&quot; etc.  You learn the Zen of programming from reading a beginner&#039;s book and you master a language by using it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/programming-tip-day&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/programming-tip-day#comments</comments>
 <pubDate>Thu, 31 Jan 2008 11:40:55 -0800</pubDate>
 <dc:creator>lefnire</dc:creator>
 <guid isPermaLink="false">281 at http://ocdevel.com</guid>
</item>
<item>
 <title>Dive Into Web Development: An Introduction</title>
 <link>http://ocdevel.com/blog/dive-web-development-introduction</link>
 <description>&lt;p&gt;Learning anything new from scratch is a daunting task; especially if you know little about the task at hand. This difficulty is only amplified if you have no one to turn to for advice or a helping hand. This is the exact feeling I got when I thought about trying to learn how to design and develop web pages and web applications. If it was not for the help and encouragement of some of my friend on this site I would have been much more reluctant to approach the task. Hopefully we can extend that same helping hand to those who need it and stumble upon our site.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/dive-web-development-introduction&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/dive-web-development-introduction#comments</comments>
 <pubDate>Mon, 28 Jan 2008 12:24:42 -0800</pubDate>
 <dc:creator>monarch508</dc:creator>
 <guid isPermaLink="false">69 at http://ocdevel.com</guid>
</item>
<item>
 <title>Kuler Colors</title>
 <link>http://ocdevel.com/blog/kuler-colors</link>
 <description>&lt;p&gt;I have always found it difficult to come up with colors that matched right and slick in my experiences with creating site designs. Why can&#039;t there be an easier way, without having to study too much into color theory and all that?&lt;/p&gt;
&lt;p&gt;Well, I found a site where one can accomplish a fantasy such as that.&lt;/p&gt;
&lt;p&gt;The site is called &lt;a href=&quot;http://kuler.adobe.com/&quot;&gt;Kuler&lt;/a&gt; from adobe.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ocdevel.com/blog/kuler-colors&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://ocdevel.com/blog/kuler-colors#comments</comments>
 <pubDate>Wed, 23 Jan 2008 16:14:59 -0800</pubDate>
 <dc:creator>pjohnson</dc:creator>
 <guid isPermaLink="false">64 at http://ocdevel.com</guid>
</item>
</channel>
</rss>
