<?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>Firewalker Design: Website Design and Development &#187; Article</title> <atom:link href="http://firewalkerdesign.com/category/article/feed/" rel="self" type="application/rss+xml" /><link>http://firewalkerdesign.com</link> <description>Design Beautifully, Live Elegantly</description> <lastBuildDate>Sat, 14 May 2011 12:33:40 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Sedapur.com Launched May 3rd 2011</title><link>http://firewalkerdesign.com/article/sedapur-com-launched-may-3rd-2011/</link> <comments>http://firewalkerdesign.com/article/sedapur-com-launched-may-3rd-2011/#comments</comments> <pubDate>Sat, 14 May 2011 12:33:40 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[e-commerce]]></category> <category><![CDATA[sedapur]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/?p=296</guid> <description><![CDATA[New startups are rapidly showing in Indonesia. This time, its our turn. Sedapur.com finally released after more than 8 months development and user testing. With 10 merchants as starter, we are confident that more and more small industry will soon join us. Our goal is to empower small and home industry by connecting their business [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://firewalkerdesign.com/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-19.00.52.png"><img
class="size-medium wp-image-288 alignleft" title="Sedapur.com" src="http://firewalkerdesign.com/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-19.00.52-300x185.png" alt="" width="300" height="185" /></a>New startups are rapidly showing in Indonesia. This time, its our turn. Sedapur.com finally released after more than 8 months development and user testing. With 10 merchants as starter, we are confident that more and more small industry will soon join us. Our goal is to empower small and home industry by connecting their business to online market. Indonesia, as one of the country that is easily hyped by anything, will soon reach the peak of online business empire. We hope that Sedapur.com can be part of it!</p><h4>Specialization</h4><p>We are different in terms of goals and benefits. Our goal is to grow with our merchants. In order to do that, we provide free consultation and training during signing agreement. We want to give them all-in-one solution for their business to goes online. So that they are prepared to grow alongside Sedapur.com.</p><p>The benefits that Sedapur.com gives is also different than other e-commerce. We designed our e-commerce solution specifically to sell food and beverages online. From online stores to integrated courier system, all in one place.</p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/sedapur-com-launched-may-3rd-2011/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Useful Git GUI Software for Mac</title><link>http://firewalkerdesign.com/article/web-development/useful-git-gui-software-for-mac/</link> <comments>http://firewalkerdesign.com/article/web-development/useful-git-gui-software-for-mac/#comments</comments> <pubDate>Wed, 29 Dec 2010 00:00:09 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[Git]]></category> <category><![CDATA[Software]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/?p=252</guid> <description><![CDATA[Using a version control system might help you track your updates to your code, providing a better way to debug and collaborate in team even though you are separated by distance.]]></description> <content:encoded><![CDATA[<blockquote><p>Git is a free &#038; open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.</p></blockquote><p>Using a version control system might help you track your updates to your code, providing a better way to debug and collaborate in team even though you are separated by distance. The most useful thing about Git is that you can work offline with your own code and push your update only when you are online. When pushing updates, it is better to keep your changes neat so that your work didn&#8217;t collide with others, even though Git provide methods to resolve such collisions.</p><p>To understand Git is to understand its workflow. While using Git is a matter of understanding its command line syntax. Nowadays you don&#8217;t have to memorize those syntax since great GUI software has been created and some of it is open source.</p><p><img
src="http://firewalkerdesign.com/wp-content/uploads/2010/12/Screen-shot-2010-12-29-at-00.13.15.png" alt="" title="Screen shot 2010-12-29 at 00.13.15" width="106" height="100" class="alignleft size-full wp-image-254" /><a
href="http://gitx.frim.nl/">GitX</a> is open source Git GUI for MacOSX. The interface is simple and covers only the essentials.<br
class="clear" /></p><p><img
src="http://firewalkerdesign.com/wp-content/uploads/2010/12/Screen-shot-2010-12-29-at-00.09.00.png" alt="" title="Screen shot 2010-12-29 at 00.09.00" width="120" height="94" class="alignleft size-full wp-image-253" /><a
href="http://www.syntevo.com/smartgit/index.html">SmartGit</a> is an open source Git GUI for any platform. It covers all function available in Git.<br
class="clear" /></p><p><img
src="http://firewalkerdesign.com/wp-content/uploads/2010/12/Screen-shot-2010-12-29-at-00.13.33-150x150.png" alt="" title="Screen shot 2010-12-29 at 00.13.33" width="150" height="150" class="alignleft size-thumbnail wp-image-255" /><a
href="http://www.git-tower.com/">Tower</a> is still in its Beta. Its available only in MacOSX. It has the most beautiful interface and its easy to use. However, the cool graphic seems to taken its toll to the performance. I experienced slow response when calling history of Git commits. And to make things worse, it will be paid app as soon as it leaves Beta.<br
class="clear" /></p><p>Those are Git software that I have used. Personally I choose SmartGit since its open source, support multiple repositories, and covers all Git functions.</p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/web-development/useful-git-gui-software-for-mac/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Going Social</title><link>http://firewalkerdesign.com/article/going-social/</link> <comments>http://firewalkerdesign.com/article/going-social/#comments</comments> <pubDate>Sun, 28 Nov 2010 04:14:48 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[Blogging]]></category> <category><![CDATA[bagikasih]]></category> <category><![CDATA[sedapur]]></category> <category><![CDATA[work]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/?p=248</guid> <description><![CDATA[I'm working on two projects with lots of passion behind it! One of them involving E-commerce and the other one involving Charity. Both of them shares common ground which is social entrepreneurship.]]></description> <content:encoded><![CDATA[<p><img
src="http://firewalkerdesign.com/wp-content/uploads/2010/11/bagikasih_sedapur.png" alt="" title="bagikasih_sedapur" width="300" height="300" class="alignleft size-full wp-image-249" /></p><p>I&#8217;m working on two projects with lots of passion behind it! One of them involving E-commerce and the other one involving Charity. Both of them shares common ground which is social entrepreneurship.</p><p>Brief explanation about Sedapur: <a
href="http://www.sedapur.com">Sedapur</a> is a home for food lovers. Our main seller is home industry food vendors. Small scale and willing to growth with our nurtured community of food lovers. We try to solve their problems in managing order and shipping. And each food must be described in details to customers. Sedapur grows as each of the seller grows as well.</p><p>Introduction to Bagi Kasih: <a
href="http://bagikasih.org">Bagi Kasih</a> is a social charity network. The main focus is to bridging the gap between Orphanage/Orphans and their Donators. We provide solution to simplify donation means and methods.</p><p>That&#8217;s all the details that I give for now. I&#8217;m so excited in working with these fellows!</p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/going-social/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Google Announced To Ditch IE6</title><link>http://firewalkerdesign.com/article/google-announced-to-ditch-ie6/</link> <comments>http://firewalkerdesign.com/article/google-announced-to-ditch-ie6/#comments</comments> <pubDate>Sat, 30 Jan 2010 16:24:45 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[Graphic Design]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/?p=194</guid> <description><![CDATA[If you are new to this, let me tell you: &#8220;Internet Explorer 6 is Website Designer Worst Nightmare&#8221;. This is not a subjective opinion because most of CSS styling in IE 6 just doesn&#8217;t work! When you think you are handling your websites design beautifully in other browser, previewing in IE 6 might ruin your [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://firewalkerdesign.com/wp-content/uploads/2010/01/internet_explorer.png" alt="Internet Explorer 6 Logo" title="internet_explorer" width="323" height="341" class="alignleft size-full wp-image-195" />If you are new to this, let me tell you: &#8220;Internet Explorer 6 is Website Designer Worst Nightmare&#8221;. This is not a subjective opinion because most of <a
href="http://davidwalsh.name/6-reasons-why-ie6-must-die">CSS styling in IE 6 just doesn&#8217;t work!</a> When you think you are handling your websites design beautifully in other browser, previewing in IE 6 might ruin your mood. But that&#8217;s not always the reason why IE 6 is hated. Apparently, <a
href="http://www.theregister.co.uk/2010/01/19/google_china_attack_malware_analysis/">massive security breach around the world is caused by IE 6</a>. Even Microsoft, the company behind IE, <a
href="http://blogs.technet.com/srd/archive/2010/01/15/assessing-risk-of-ie-0day-vulnerability.aspx">decided to stop supporting IE 6 and asked their users to upgrade to the latest version</a>.</p><p>Lately, the biggest company that suffer the most from IE 6 security breach is Google. Not only because of the recent attack in China, but also because the latest development of browsing technologies require all browsers to keep up with the standard. Obviously, IE 6 won&#8217;t make it anymore, however their predecessors can (IE 7+). <a
href="http://googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html">That&#8217;s why they have decided to discard IE6 support to their apps beginning from Google Docs and Google Sites</a>.</p><p>This is a big news to web designers around the world, because the biggest company in the internet history will definitely make a massive influence to all people in the world. Even though IE7 still has CSS bugs here and there, it doesn&#8217;t matter as much as IE 6. I hope that this sound reaches internet users in my country, since more than 50% of it still using IE6. The percentage is declining, but I hope this news accelerate it a little <img
src='http://firewalkerdesign.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/google-announced-to-ditch-ie6/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Happy New Year with a Facelift!</title><link>http://firewalkerdesign.com/article/blogging/happy-new-year-with-a-facelift/</link> <comments>http://firewalkerdesign.com/article/blogging/happy-new-year-with-a-facelift/#comments</comments> <pubDate>Sat, 02 Jan 2010 06:00:50 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Blogging]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/?p=184</guid> <description><![CDATA[First of all, I would like to say happy new year 2010 for all of us who celebrates it. Most of us celebrates it with party, drinks, or attending a special event. As for me, I celebrates it with a facelift in one of my Portfolios: NetSains.com.]]></description> <content:encoded><![CDATA[<p>First of all, I would like to say happy new year 2010 for all of us who celebrates it. Most of us celebrates it with party, drinks, or attending a special event. As for me, I celebrates it with a facelift in one of my Portfolios: NetSains.com. NetSains.com is an Indonesian science weblogs with intense collaborate writers contributes in writing posts for the website. I added some custom functionality to this WordPress based website including jQuery functions here and there.</p><p>Here is the snapshot of the new NetSains.com:<br
/> <a
href="http://firewalkerdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-02-at-12.42.17-PM.png"><img
src="http://firewalkerdesign.com/wp-content/uploads/2010/01/Screen-shot-2010-01-02-at-12.42.17-PM-300x163.png" alt="Screen shot 2010-01-02 at 12.42.17 PM" title="Screen shot 2010-01-02 at 12.42.17 PM" width="300" height="163" class="alignnone size-medium wp-image-185" /></a></p><p>I&#8217;m using my own Theme Framework for this new design. It consists of theme options, sidebars, integrated custom google search, and many more. It&#8217;s light, stable, and I can add my own plugin. After this theme, I am planning to upgrade my previously shared &#8220;Kayu dan Daun Template&#8221;. I hope more and more WordPress user will use this template in this year.</p><p>And finally, I&#8217;m ready to roll this year with some resolutions: Learn more, earn more, and have fun more than last year!</p><p>PS: I am also available for freelance work and now resuming my progress with my current clients. <img
src='http://firewalkerdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/blogging/happy-new-year-with-a-facelift/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>I am Taking a Year-End Break</title><link>http://firewalkerdesign.com/article/blogging/i-am-taking-a-year-end-break/</link> <comments>http://firewalkerdesign.com/article/blogging/i-am-taking-a-year-end-break/#comments</comments> <pubDate>Tue, 15 Dec 2009 13:02:58 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Blogging]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/?p=179</guid> <description><![CDATA[For all my clients, colleague, and friends. I am taking my year-end break from <strong>18<sup>th</sup> to 27<sup>th</sup> of December 2009</strong>. During that time, I am unavailable for any job offerings. You can contact me from my email address firewalker06 [at] gmail [dot] com.]]></description> <content:encoded><![CDATA[<p>For all my clients, colleague, and friends. I am taking my year-end break from <strong>18<sup>th</sup> to 27<sup>th</sup> of December 2009</strong>. During that time, I am unavailable for any job offerings. You can contact me from my email address firewalker06 [at] gmail [dot] com.</p><p>Here is the picture of the beach in my hometown.<br
/><div
id="attachment_180" class="wp-caption aligncenter" style="width: 480px"><img
src="http://firewalkerdesign.com/wp-content/uploads/2009/12/sengiggi-beachfront.jpg" alt="Senggigi Beach, Lombok Island" title="sengiggi-beachfront" width="470" height="353" class="size-full wp-image-180" /><p
class="wp-caption-text">Senggigi Beach, Lombok Island</p></div></p><p>Best regards to everyone and have a nice Christmas, Gregorian Calendar&#8217;s New Year, and Islamic New Year!</p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/blogging/i-am-taking-a-year-end-break/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Search as Custom Google Search Without Additional Page or Post</title><link>http://firewalkerdesign.com/article/wordpress-search-as-custom-google-search-without-additional-page-or-post/</link> <comments>http://firewalkerdesign.com/article/wordpress-search-as-custom-google-search-without-additional-page-or-post/#comments</comments> <pubDate>Sun, 27 Jul 2008 03:12:29 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[custom]]></category> <category><![CDATA[google]]></category> <category><![CDATA[page]]></category> <category><![CDATA[post]]></category> <category><![CDATA[search]]></category> <category><![CDATA[without]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/wordpress-search-as-custom-google-search-without-additional-page-or-post/</guid> <description><![CDATA[It&#8217;s been a while since I wrote an article. That&#8217;s because I have been concentrating on developing netsains.com during the month. Thanks for that, I learn many things about customizing WordPress and creating WordPress as CMS. It&#8217;s way fun than designing the website itself, I must admit. One of the things that I modify is [...]]]></description> <content:encoded><![CDATA[<p>It&#8217;s been a while since I wrote an article. That&#8217;s because I have been concentrating on developing <a
href="http://netsains.com">netsains.com</a> during the month. Thanks for that, I learn many things about customizing WordPress and creating WordPress as CMS. It&#8217;s way fun than designing the website itself, I must admit. One of the things that I modify is the default WordPress Search to be seen as Custom Google Search without using any plugins, additional post, or page. It&#8217;s simply replacing WordPress Search with Custom Google Search.<span
id="more-149"></span></p><p>The first thing to learn is to create Custom Google Search account of your own. <a
href="http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/">Maki from Doshdosh.com</a> already created the tutorial on embedding Custom Google Search in his website. However, I have my own tricks on my sleeves to this. Let&#8217;s start with requirements.</p><p>To create Custom Google Search in WordPress, you need:</p><ol><li>A self hosted WordPress blog (you can&#8217;t modify things in shared hosting wordpress.com blog)</li><li>A Google account (<a
href="http://www.google.com/accounts/">you can setup an account here</a>)</li><li>Any HTML editor (wordpad or notepad is fine)</li></ol><p><strong>First step is to create Custom Google Search:</strong></p><ol><li>Login to Custom Google Search with your Google account <a
href="http://google.com/coop/cse">from this link</a></li><li><img
src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/FireShotProcapture27-GoogleCustomSe.jpg" alt="create custom search engine" /><br
/> Choose &#8220;Create a Custom Search Engine&#8221;</li><li><img
style="width: 500px;" src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/FireShotProcapture28-CreateaCustomS.jpg" alt="Fill in" /><br
/> Fill in your search engine basic information</li><li><img
style="width: 500px;" src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/FireShotProcapture30-CreateaCustomS.jpg" alt="next page" /><br
/> Type your blog domain</li><li><img
src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/FireShotProcapture31-CreateaCustomS.jpg" alt="test" /><br
/> Test your search engine. If the results aren&#8217;t satisfying, you can always revert back to the fist step</li><li><img
src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/FireShotProcapture34-GoogleCustomSe.jpg" alt="Get the code" /><br
/> Choose as mentioned above. We need different page to host our results, that&#8217;s why we choose iframe.</li><li><img
style="width: 500px;" src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/FireShotProcapture35-GoogleCustomSe.jpg" alt="Code" /><br
/> The first code is your SEARCH FORM code. The second code is your SEARCH RESULTS code. Now your custom search engine is ready</li></ol><p><strong><br
/> The second step is to install your code in WordPress SEARCH FORM and SEARCH RESULTS:</strong></p><ol><li>Your WordPress SEARCH FORM and SEARCH RESULTS can be found in your current template. This steps only occurs in your current template. If you want to edit the other template, please do repeat the steps</li><li>Your WordPress SEARCH FORM is: <strong>yourblog/wp-content/themes/yourtemplate/searchform.php</strong><br
/> Your WordPress SEARCH RESULTS is: <strong>yourblog/wp-content/themes/yourtemplate/search.php</strong></li><li>Please do backup those two files before altering. In case that you want to revert back to the old search</li><li>Go to your SEARCH FORM, paste the code for Custom SEARCH FORM (First code), the result will be like this:<br
/><blockquote><p> <em>Edited, thanks to Rio</em><br
/> <code><br
/> &lt;form action=&quot;http://yourblog.com/index.php?&quot; id=&quot;cse-search-box&quot;&gt;<br
/> &lt;div&gt;<br
/> &lt;input type=&quot;hidden&quot; name=&quot;cx&quot; value=&quot;007584696391574650722:l_61re9sdqy&quot; /&gt;<br
/> &lt;input type=&quot;hidden&quot; name=&quot;cof&quot; value=&quot;FORID:10&quot; /&gt;<br
/> &lt;input type=&quot;hidden&quot; name=&quot;ie&quot; value=&quot;UTF-8&quot; /&gt;<br
/> &lt;input type=&quot;text&quot; name=&quot;q&quot; size=&quot;31&quot; /&gt;<br
/> &lt;input type=&quot;submit&quot; name=&quot;sa&quot; value=&quot;Search&quot; /&gt;<br
/> <strong>&lt;input type=&quot;hidden&quot; name=&quot;s&quot; value=&quot;Search&quot; /&gt;</strong><br
/> <strong>&lt;input type=&quot;hidden&quot; name=&quot;submit&quot; value=&quot;&quot; /&gt;</strong><br
/> &lt;/div&gt;<br
/> &lt;/form&gt;<br
/> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en&quot;&gt;&lt;/script&gt;<br
/> </code></p></blockquote><p>The two bold lines of code are the compulsory codes to trigger Search Results in wordpress. The first line will define the keyword variable ($s) and the second line is the submission button ($submit). Those two lines won&#8217;t affect your custom search engine, however, you can&#8217;t erase it because WordPress will not open the Search Result page without those two variables.</p><p>This is the example URL that will trigger WordPress Search Result: <strong>http://yourblog.com/index.php?s=keyword&#038;submit=<br
/> </strong><br
/> That&#8217;s why I can add any Google Custom Search variables as long as those two are unharmed <img
src='http://firewalkerdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>If you are having trouble with the form layout, please do consult <a
href="http://www.w3schools.com/">w3schools.com</a> to learn about HTML and CSS</li><li>Now go to your WordPress SEARCH RESULTS and replace the code into the following pattern:<br
/><blockquote><p><code><br
/> &lt;?php get_header(); ?&gt;</p><p><em>---put your google search results here---</em></p><p>&lt;?php get_footer(); ?&gt;<br
/> </code></p></blockquote><p>The result will be like this:</p><blockquote><p><code><br
/> &lt;?php get_header(); ?&gt;<br
/> &lt;script type=&quot;text/javascript&quot;&gt;<br
/> var googleSearchIframeName = &quot;cse-search-results&quot;;<br
/> var googleSearchFormName = &quot;cse-search-box&quot;;<br
/> var googleSearchFrameWidth = 600;<br
/> var googleSearchDomain = &quot;www.google.com&quot;;<br
/> var googleSearchPath = &quot;/cse&quot;;<br
/> &lt;/script&gt;<br
/> &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/afsonline/show_afs_search.js&quot;&gt;&lt;/script&gt;<br
/> &lt;?php get_footer(); ?&gt;<br
/> </code></p></blockquote></li><li>Your custom search engine is ready to go!</li></ol><p>Custom Google Search Engine is very useful to your website. There are two reasons why you should use it:</p><ul><li>Comprehensive Google Search, you know how powerful Google search is, imagine it putted in your website. You might also want to install Google Sitemap generator plugins to widen your search results from Google</li><li>Add money on it, yes, Google Search can be integrated with your Adsense channel. <a
href="http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/">Check Doshdosh.com to learn how</a></li></ul><h3>Updated</h3><p><em>Credit: Thanks to Rio for pointing out this issue</em></p><p><strong>How to make your Google Search Terms appear in the page&#8217;s title</strong></p><p>This issue is already explained clearly in <a
href="http://takethu.com/blog/2007/06/17/google-cse-in-wordpress-template/">Thu Tu&#8217;s Blog</a>. The search terms will appear in your search page&#8217;s title in any theme you used. In order to make one of your theme to show the search terms, you can follow these steps:</p><ul><li>Open your chosen theme&#8217;s header.php file.</li><li>Modify your theme&#8217;s title inside the &lt;title&gt; tag like this:<br
/><blockquote><p> <code>&lt;title&gt;<br
/> <br
/> &lt;?php</p><p><strong>$cse_query = strip_tags(stripslashes($_GET['q']));</strong><br
/> if (is_home()) {<br
/> echo bloginfo('name'); echo &quot;: &quot;; echo bloginfo('description');<br
/> } elseif (is_404()) {<br
/> echo 'Page Not Found (Error 404)';<br
/> echo ' - '; <br
/> echo bloginfo();<br
/> } elseif (is_category()) {<br
/> echo 'Category : '; wp_title('');<br
/> echo ' - '; <br
/> echo bloginfo();<br
/> } elseif (is_search()) {<br
/> echo 'Search for: &quot;';<br
/> echo <strong>$cse_query;</strong><br
/> echo '&quot; - '; <br
/> echo bloginfo();<br
/> } elseif (is_day() || is_month() || is_year() ) {<br
/> echo 'Archive :'; wp_title(''); <br
/> echo ' - '; <br
/> echo bloginfo();<br
/> } else {<br
/> echo wp_title('');<br
/> $subtitle = get_post_meta($post-&gt;ID, 'subtitle', $single = true);<br
/> if($subtitle !== '') { echo ': ' . $subtitle; }<br
/> }</p><p>?&gt;</p><p>&lt;/title&gt;</code></p></blockquote></li><li>The first bold line will call your Google Search Terms (defined by variable $q), while the second bold line will call the variable and show it only in a search page (defined by <strong>is_search()</strong> wordpress function)</li><li>Remember that any of your installed WordPress plugin that can alter the Page Title (e.g. All in One SEO Pack) will make this method useless</li></ul><p>The implementation of this method can be found in my latest site development: <a
href="http://netsains.com">NetSains.com</a></p><p>Please have your comment and suggestion!</p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/wordpress-search-as-custom-google-search-without-additional-page-or-post/feed/</wfw:commentRss> <slash:comments>30</slash:comments> </item> <item><title>101 Website Snapshots With FireShot</title><link>http://firewalkerdesign.com/article/101-website-snapshots-with-fireshot/</link> <comments>http://firewalkerdesign.com/article/101-website-snapshots-with-fireshot/#comments</comments> <pubDate>Tue, 27 May 2008 02:30:41 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[Blogging]]></category> <category><![CDATA[Graphic Design]]></category> <category><![CDATA[addons]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[fireshot]]></category> <category><![CDATA[tips]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/101-website-snapshots-with-fireshot/</guid> <description><![CDATA[Another Firefox&#8217;s must have plugin for website designer and frequent blogger is FireShot. This plugin creates web snapshots in many options. The user can choose to capture the whole website or only their visible area (area that you see in your browser, which in this case must be FireFox). FireShot not only creates snapshots for [...]]]></description> <content:encoded><![CDATA[<p><img
style="float:left; margin: 5px 10px 5px 0;" src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/fireshot.gif" alt="FireShot" />Another Firefox&#8217;s must have plugin for website designer and frequent blogger is FireShot. This plugin creates web snapshots in many options. The user can choose to capture the whole website or only their visible area (area that you see in your browser, which in this case must be FireFox). FireShot not only creates snapshots for websites but also can upload it into FireShot&#8217;s image hosting. This is a one stop solution for bloggers who doesn&#8217;t care where their images are stored as long as it is visible as visitors looking at their sites. More information about FireShot and 101 snapshots examples are available in this post.<span
id="more-148"></span></p><p><center><img
src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/fireshotsnapshot.gif" alt="Fireshot Menu" /></center></p><p>As I mentioned before, you can choose to take a picture from visible area or the whole website. From there, you can either Upload, Save, Email, Send to Clipboard (same as print screen), or Open in External Editor (MS Paint or Photoshop). And the most useful part is this: Edit.</p><p><center><img
src="http://i130.photobucket.com/albums/p245/firewalker06/blog%20content/fireshotsnap.jpg" alt="Edit Window FireShot" /></center></p><p>FireShot also have their own Editing Windows. Saving a lot of times cropping, resizing, drawing or highlighting your snapshots without opening other image external editors. This is a good example for bloggers who wants to create tutorials from website snapshots. The result in Editing Windows can either saved in your computer or directly uploaded in FireShot&#8217;s image hosting.</p><p>The latest FireShot improvement is the ability to render FLASH animation (as you can see from my example above, the flash section in my website is captured perfectly). Before, it was only plain flash background without the captured animation.</p><p>From here you can download examples of website screen shots that I have found <a
href="http://firewalkerdesign.com/inspiration-overload-from-one-site/">from my previous post</a>.</p><ul><li><a
href="http://rapidshare.com/files/117893044/SCREENSHOT.zip">Download Screenshot &#8211; 1</a></li><li><a
href="http://rapidshare.com/files/117898541/SCREENSHOT2.zip">Download Screenshot &#8211; 2</a></li></ul><p>You can find FireShot for FireFox in the FireFox addons page or <a
href="https://addons.mozilla.org/en-US/firefox/addon/5648">click here</a>.<br
/> Another additional information: <em>This Plugin only applicable to Firefox in Windows&#8230;</em> <img
src='http://firewalkerdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/101-website-snapshots-with-fireshot/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Inspiration Overload &#8211; From One Site</title><link>http://firewalkerdesign.com/article/inspiration-overload-from-one-site/</link> <comments>http://firewalkerdesign.com/article/inspiration-overload-from-one-site/#comments</comments> <pubDate>Thu, 10 Apr 2008 13:46:00 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[Graphic Design]]></category> <category><![CDATA[css]]></category> <category><![CDATA[inspiration]]></category> <category><![CDATA[resources]]></category> <category><![CDATA[webdesign]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/inspiration-overload-from-one-site/</guid> <description><![CDATA[While trying to finish this post, my mind was eroded by deadline thoughts. Scary thoughts that I might never finish anything before the date, because of inspiration lacking. However, things are starting to change because of a certain link from PSBrushes.net, which I got from one of PSD Tuts Articles on their RSS which I [...]]]></description> <content:encoded><![CDATA[<p><img
style="width:160px; height:160px; margin: 0 10px 0 0; float:left;"src='http://uploads.screenshot-program.com/th00a00064003e80-1502836952.jpg' border='0'/>While trying to finish this post, my mind was eroded by deadline thoughts. Scary thoughts that I might never finish anything before the date, because of inspiration lacking. However, things are starting to change because of a certain link from <a
href="http://www.psbrushes.net/">PSBrushes.net</a>, which I got from one of <a
href="http://feeds.feedburner.com/~r/psdtuts/~3/267234917/">PSD Tuts Articles</a> on their <a
href="http://psdtuts.com/feed/">RSS </a>which I subscribed before (too many &#8220;which&#8221;, here&#8230;), I got a link to a site called <a
href="http://www.designasource.com">Design A Source</a>.<span
id="more-143"></span></p><p>From just one site I got this much of CSS Showcases:</p><ul><li><a
target="_blank" href="http://cssvault.com/">CSS Vault</a></li><li><a
target='_blank' href='http://cssvault.com/'><img
src='http://uploads.screenshot-program.com/th00a00064003e80-5340914202.jpg' border='0'/></a></li><li><a
target="_blank" href="http://www.cssbeauty.com/gallery/">CSS Beauty</a></li><li><a
target="_blank" href="http://screenfluent.com/">Screenfluent</a></li><li><a
target="_blank" href="http://www.isquare.it/">iSquare</a></li><li><a
target="_blank" href="http://www.cssclip.com/">CSS Clip</a></li><li><a
target="_blank" href="http://galerie.crooco.com/index.php?p=galerie">Web Galerie</a></li><li><a
target="_blank" href="http://www.cssfill.com/">CSS Fill</a></li><li><a
target="_blank" href="http://www.cssheaven.com/">CSS Heaven</a></li><li><a
target="_blank" href="http://thesis.veracon.net/">CSS Thesis</a></li><li><a
target="_blank" href="http://www.piepmatzel.de/">Piepmatzel</a></li><li><a
target="_blank" href="http://www.showcase.gr/">Showcase GR</a></li><li><a
target="_blank" href="http://www.stylecrunch.com/">Style Church</a></li><li><a
target="_blank" href="http://www.screenalicious.com/">Screenalicious</a></li><li><a
target="_blank" href="http://www.csselite.com/">CSS Elite</a></li><li><a
target="_blank" href="http://www.csszengarden.com/">Zen Garden</a></li><li><a
target="_blank" href="http://www.stylegala.com/">Stylegala</a></li><li><a
target="_blank" href="http://www.cssremix.com/">CSS Remix</a></li><li><a
target="_blank" href="http://www.cssreboot.com/">CSS Reboot</a></li><li><a
target="_blank" href="http://www.csstux.com/">CSS Tux</a></li><li><a
target="_blank" href="http://cssmania.com/">CSS Mania</a></li><li><a
target="_blank" href="http://www.cssimport.com/">CSS Import</a></li><li><a
target="_blank" href="http://www.cssdrive.com/">CSS Drive</a></li><li><a
target="_blank" href="http://www.unmatchedstyle.com/">Unmatched Style</a></li><li><a
target="_blank" href="http://www.cssbloom.com/">CSS Bloom</a></li><li><a
target="_blank" href="http://www.css-galleries.com/">CSS Galleries</a></li><li><a
target="_blank" href="http://www.styletheweb.com/">Style The Web</a></li><li><a
target="_blank" href="http://www.dailyslurp.com/">The Daily Slurp</a></li><li><a
target="_blank" href="http://www.cssgallery.ro/">CSS Gallery.ro</a></li><li><a
target="_blank" href="http://www.w3csites.com/">W3C Sites</a></li><li><a
target="_blank" href="http://standardsreboot.com/">Standards Reboot</a></li><li><a
target="_blank" href="http://www.cssliquid.com/">Liquid Designs</a></li><li><a
target="_blank" href="http://www.csssmoothoperator.com/">CSS Smooth Operator</a></li><li><a
target="_blank" href="http://www.cssprincess.com/">CSS Princess</a></li><li><a
target="_blank" href="http://csshazard.com/">CSS Hazard</a></li><li><a
target="_blank" href="http://csshazard.com/">CSS Galaxy</a></li><li><a
target="_blank" href="http://www.ceeses.com/">CeeSes</a></li><li><a
target="_blank" href="http://www.csscollection.com/">CSS Collection</a></li><li><a
target="_blank" href="http://www.cssgreen.com/">CSS Green</a></li><li><a
target="_blank" href="http://csscontainer.com/">CSS Container</a></li><li><a
target="_blank" href="http://www.webdigity.com/cssGallery/">WebDigity</a></li><li><a
target="_blank" href="http://www.creative-pakistan.com/">Creative Pakistan</a></li><li><a
target="_blank" href="http://www.css-design-yorkshire.com/">CSS Design Yorkshire</a></li></ul><p>I have subscribed each of the site&#8217;s RSS in my Firefox&#8217;s NewsFox plugins. As a result, everyday there are at least 15 new and well-designed websites to be snapped and stored as future references and inspirations. Now I must spent all the weekend to read, organize, as well as to store all those snapshots and articles.</p><p><a
href="http://www.mybloglog.com/buzz/community/firewalkerdesign/" rel="bb446c719cb1fcd526599822c2ac4ddfdb84dc67">Undergoing MyBlogLog Verification</a></p> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/inspiration-overload-from-one-site/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Weekly Design Inspiration &#8211; March 22nd 2008</title><link>http://firewalkerdesign.com/article/weekly-design-inspiration-march-22nd-2008/</link> <comments>http://firewalkerdesign.com/article/weekly-design-inspiration-march-22nd-2008/#comments</comments> <pubDate>Sat, 22 Mar 2008 08:58:00 +0000</pubDate> <dc:creator>firewalker</dc:creator> <category><![CDATA[Article]]></category> <category><![CDATA[Graphic Design]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[free]]></category> <category><![CDATA[inspiration]]></category> <category><![CDATA[magazine]]></category> <category><![CDATA[Resource]]></category><guid
isPermaLink="false">http://firewalkerdesign.com/weekly-design-inspiration-march-22nd-2008/</guid> <description><![CDATA[In the beginning of year 2008, design communities are filled with great artworks and ideas. I recently updated the latest edition of Artzmania magazines from Spotbit.com. They currently published the collaborative editions, the new air to Artzmania magazines. You can browse to every page, artworks from different part of the world in a theme. PSD [...]]]></description> <content:encoded><![CDATA[<p>In the beginning of year 2008, design communities are filled with great artworks and ideas. I recently updated the latest edition of Artzmania magazines from Spotbit.com. They currently published the collaborative editions, the new air to Artzmania magazines. You can browse to every page, artworks from different part of the world in a theme. PSD TUTS latest entries are also magnificent. The sites are growing rapidly with great tutorials presented in high quality. Smashing Magazines had also released great articles as always, people keep saying their &#8220;I&#8217;m-proud-to-be-part-of-smashing-magazines&#8221; post in their blog or website. Enough with the jabber, here is my list. <span
id="more-142"></span></p><p>Artzmania Magazine:</p><p><a
href="http://www.spotbit.com/main/magazine.php?&#038;prod=3311"><img
src="http://i130.photobucket.com/albums/p245/firewalker06/65.jpg" alt="Exclusive collaboration issue: Artzmania and Catalizado" /></a><a
href="http://www.spotbit.com/main/magazine.php?&#038;prod=3723"><img
src="http://i130.photobucket.com/albums/p245/firewalker06/65-1.jpg" alt="Asian on Arts" /></a><a
href="http://www.spotbit.com/main/magazine.php?&#038;prod=3249"><img
src="http://i130.photobucket.com/albums/p245/firewalker06/65-2.jpg" alt="Artzmania 7 - Professional Arts" /></a></p><p>Smashing Magazine:</p><ul><li><a
href="http://www.smashingmagazine.com/2007/11/08/40-excellent-freefonts-for-professional-design/">40+ Excellent Freefonts For Professional Design</a></li><li><a
href="http://www.smashingmagazine.com/2008/03/14/friday-freebies-font-icons-and-wallpapers/">Friday Freebies: Font, Icons and Wallpapers</a></li><li><a
href="http://www.smashingmagazine.com/2007/06/29/wordpress-plugins-tutorials-your-pick/">WordPress Plugins &#038; Tutorials: Your Pick</a></li><li><a
href="http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/">CSS Float Theory: Things You Should Know</a></li><li><a
href="http://www.smashingmagazine.com/2008/03/11/the-secrets-of-grunge-design/">The Secrets Of Grunge Design</a></li><li> <a
href="http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/">35 (Really) Incredible Free Icon Sets</a></li><li><a
href="http://www.smashingmagazine.com/2008/02/29/best-of-february-2008/">Best Of February 2008</a></li></ul><p>PSDTuts:</p><ul><li><a
href="http://psdtuts.com/tutorials-effects/seriously-cool-photoshop-explosion-effect/">Seriously Cool Photoshop Explosion Effect</a></li><li><a
href="http://psdtuts.com/designing-tutorials/valentines-day-photoshop-style/">Valentines Day &#8211; Photoshop Style</a></li><li><a
href="http://psdtuts.com/designing-tutorials/creating-a-cool-3d-web-design-effect/">3D Web Design Effect </a></li><li><a
href="http://psdtuts.com/photo-effects-tutorials/quick-and-effective-facial-retouching/">Quick and Effective Facial Photo Retouching</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://firewalkerdesign.com/article/weekly-design-inspiration-march-22nd-2008/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 8/20 queries in 0.340 seconds using disk: basic

Served from: firewalkerdesign.com @ 2012-02-07 16:56:43 -->
