<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><description>Simplified Source is a Web Development and Design Blog founded by Code Clarity of Boulder, CO. You will find Web Design related articles and topics such as HTML, CSS, PHP, Perl, Python, Ruby on Rails, SEO, Social Media, Linux-related and more.</description><title>Simplified Source - A Web Development Blog by Code Clarity</title><generator>Tumblr (3.0; @codeclarity)</generator><link>http://blog.icodeclarity.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/simplifiedsource" /><feedburner:info uri="simplifiedsource" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><feedburner:emailServiceId>simplifiedsource</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>Welcome to Simplified Source brought to you by Code Clarity. This is Web Development and Design Blog. You will find articles related to the Development of Websites including HTML, CSS, PHP, Python, Perl, GIT, SVN, Ruby on Rails, Linux-related and more.&#xD;
&#xD;
Thanks for stopping by.</feedburner:browserFriendly><item><title>This Week's in Web Development (Week #7)</title><description>&lt;p&gt;With our current project load it is insanely hard to keep up with the Simplified Source Blog. As of right now I will be trying to post either resources/code snippets that are helpful or a weekly summary of articles and resources in regards to Web Development and Design. I hope that these articles are helpful. Each week I can say that I have a different interest than the week before. Therefor this article takes a turn each week from SEO to Wordpress to CodeIgniter to Social Marketing to Android and so on. Enjoy.&lt;/p&gt;

&lt;h3&gt;Google Releases “Dartium” Browser for Developers&lt;/h3&gt;
&lt;div class="asset-body"&gt;
&lt;p&gt;Google is trying to get developers interested in Dart with a &lt;a href="http://google-chrome-browser.com/tech-preview-chromium-dart-engine-now-available" title="opens in new window" target="_blank"&gt;technology preview&lt;/a&gt; of the Dart VM in Chromium, better known as &lt;a href="http://www.dartlang.org/dartium/home.html" title="opens in new window" target="_blank"&gt;Dartium&lt;/a&gt;. The plan is ultimately to include the Dart VM in Chrome itself, but no timeline has been given yet for that.&lt;/p&gt;
&lt;p&gt;Google has been pushing pretty hard to move Dart forward. The company released a &lt;a href="http://www.readwriteweb.com/hack/2012/02/google-releases-rosetta-stone.php" target="_blank"&gt;Rosetta Stone for JavaScript programmers&lt;/a&gt; &lt;a href="http://synonym.dartlang.org/" title="opens in new window" target="_blank"&gt;called Dart Synonym&lt;/a&gt; at the beginning of February. However, developers have had to compile Dartium from source or &lt;a href="http://financecoding.wordpress.com/2012/01/16/dartium-mac-osx-build-rev-117836/" title="opens in new window" target="_blank"&gt;find unofficial builds&lt;/a&gt; to test the code.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;Now it’s much easier to get ahold of a browser with the Dart VM. If you’re using Linux or Mac OS X, you can&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;a href="http://www.dartlang.org/dartium/index.html" title="opens in new window" target="_blank"&gt;download Dartium today&lt;/a&gt;&lt;span&gt;. Windows builds are not available yet, but should be available “soon.”&lt;/span&gt; &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.readwriteweb.com/hack/2012/02/google-releases-dartium-browse.php" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: &lt;/em&gt;&lt;em&gt;Joe Brockmeier&lt;/em&gt;)&lt;/p&gt;
&lt;h3&gt;21 Examples of Excellent Navigation Menus in Web Design&lt;/h3&gt;
&lt;p&gt;Navigation is certainly a very important element in web design, especially if we keep in mind that the navigation of a page is there to orient and guide the user. I believe we know that it’s extremely important that users understand navigation options to better explore a website and that is why today we are showcasing examples of navigation menus, to show how websites are presenting menus to their users. From the traditional header menu to side bar menus, footer menus and much more, you will see that there are a variety of ways to present your navigation options. So check it out and let us know which one you like most. &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://webdesignledger.com/inspiration/21-examples-of-navigation-menus-in-web-design" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: Gisele Muller&lt;/em&gt;)&lt;/p&gt;
&lt;h3&gt;The Impending CSS Vendor Prefix Catastrophe&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;Developers have a love-hate relationship with CSS vendor prefixes. They allow us to use bleeding-edge technologies at the expense of long-winded declarations:&lt;/span&gt;&lt;/p&gt;
&lt;pre class="highlight"&gt;background-image: -webkit-linear-gradient(#fff, #000);
background-image: -moz-linear-gradient(#fff, #000);
background-image: -ms-linear-gradient(#fff, #000);
background-image: -o-linear-gradient(#fff, #000);
background-image: linear-gradient(#fff, #000);&lt;br/&gt;&lt;/pre&gt;
&lt;p&gt;It works well in theory but consider what happens in the wild:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Experimental properties are often implemented in the webkit engine first and there’s no guarantee they’ll be replicated in other browsers.&lt;/li&gt;
&lt;li&gt;It’s often difficult to determine whether a vendor-prefixed property is part of the CSS specification. Some vendors don’t submit properties for standardization.&lt;/li&gt;
&lt;li&gt;Even if the standard property changes, the incorrect vendor-prefixed version continues to be supported. Your old code still works; you won’t revisit it to correct the implementation.&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;You’ll often find sites using the -webkit prefixes alone — even if other browsers support the property or it has widespread availability without a prefix (such as &lt;code&gt;border-radius&lt;/code&gt;). Chrome and Safari therefore look better than competing browsers — &lt;em&gt;and the other vendors aren’t happy&lt;/em&gt;. &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.sitepoint.com/w3c-css-webkit-prefix-crisis/" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: Craig Buckler&lt;/em&gt;)&lt;/p&gt;
&lt;h3&gt;Flexible Notifications With jQuery – noty&lt;/h3&gt;
&lt;p&gt;noty is a jQuery plugin for creating user-friendly, “JavaScript-alert alternative”&lt;strong&gt;notifications&lt;/strong&gt; very easily It has built-in support for alert, success, error and confirmation messages and they can either be displayed as HTML elements that fade in/out or as modal boxes. &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.webresourcesdepot.com/flexible-notifications-with-jquery-noty/" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: WebResourcesDepot&lt;/em&gt;)&lt;/p&gt;
&lt;h3&gt;12 Things I Have Learned After 7 Years of Freelancing&lt;/h3&gt;
&lt;p&gt;At the age of 15 I started with this web design stuff. Here I am, almost 7 years later and I wish I knew a lot more about this field rather than learning just by my own mistakes. But you don’t have to pass through all of this, dear Padawan.&lt;/p&gt;
&lt;p&gt;There are a few particularities in our field that unless you have a geek dad you would never think about… So if you are aware about what you need to do you can have a much simpler, more productive, and happier freelance life.&lt;/p&gt;
&lt;p&gt;The crazy thing is that success is not (just) about coding skills alone. You have to build a whole environment to compensate the instability that you probably won’t face in a regular job.&lt;/p&gt;
&lt;p&gt;Finally, here we’ll see a few tips for novice and experienced freelancers, ranging from controlling your finances to networking. And I really want to hear your advice and tips after reading this, because we always have something to share, right? So, let’s rock! &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.1stwebdesigner.com/inspiration/things-i-have-learned-after-7-years-freelancing/" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: &lt;/em&gt;&lt;em&gt;Rochester Oliveira&lt;/em&gt;)&lt;/p&gt;

&lt;h3&gt;18 Android Apps for Designers &amp; Web Developers&lt;/h3&gt;
&lt;p&gt;Although Apple devices have been getting a lot of attention there is plenty of great stuff to focus on with Google’s Android project. Their &lt;a href="http://source.android.com/" target="_blank"&gt;open source&lt;/a&gt; mobile operating system features a similar app store where developers can publish their ideas quickly and effortlessly. There are sincerely dozens upon dozens of fantastic apps to guide web developers &amp; designers in completing project work.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This small gallery below contains 18 such examples of my favorite apps. Android users will love to try these out and see what kind of functionality can benefit designers, developers, and freelancers of all types. If you have similar apps of your own be sure to let us know in the post comments area.&lt;/span&gt; &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://dzineblog.com/2012/02/18-android-apps-for-designers-web-developers.html" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: &lt;/em&gt;&lt;em&gt;Jake Rocheleau&lt;/em&gt;)&lt;/p&gt;

&lt;h3&gt;Showcase of Annual Report Design&lt;/h3&gt;
&lt;p&gt;Annual reports are important for presenting information to a company’s investors, so having an annual report that looks professional and presents a good image can certainly help the cause. The design of the report is, of course, secondary to the content, but still important.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In this post we’ll showcase some examples of annual report design for your own inspiration. These samples come from&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;a href="http://www.behance.net/" target="_blank"&gt;the Behance Network&lt;/a&gt;&lt;span&gt;, and in most cases you can see more images from each annual report by clicking on the image and following the link to Behance.&lt;/span&gt; &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://vandelaydesign.com/blog/galleries/annual-report-design/" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: &lt;/em&gt;&lt;em&gt;Vandelay Design&lt;/em&gt;)&lt;/p&gt;
&lt;h3&gt;Seo Tools And Why They Play A Big Part In The Seo Industry&lt;/h3&gt;
&lt;p&gt;It’s no secret that there are thousands of tools available for search engine optimisation beginners and experts alike. They were all built with two things in mind; Making life easier and automation. Without them the work of an SEO would be slow and incomplete. It’s too easy to miss out steps in a procedure that has been put together, but tools that have been built to this prevent that happening.&lt;/p&gt;
&lt;p&gt;Some tools are very simple and serve only a single purpose, such as extracting meta tags, checking for H1 and H2 tags or simply checking the page for its analytics code. But imagine extracting all of this information manually. The time it would take for each site is significantly longer than just entering a URL into a box and hitting go. However there are some tools which have been built to provide a multitude of information in one shot. These are the real time savers.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;One good public example of this is the&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;a href="http://tools.davidnaylor.co.uk/playground.html" rel="nofollow" target="_blank"&gt;&lt;strong&gt;David Naylor Playground&lt;/strong&gt;&lt;/a&gt;&lt;span&gt;. This is a JavaScript pop-out which works with any website. It provides a range of information from hosting location to the number of links and keywords on the page. Another great site is&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;a href="http://www.opensiteexplorer.org/" rel="nofollow" target="_blank"&gt;&lt;strong&gt;Open Site Explorer&lt;/strong&gt;&lt;/a&gt;&lt;span&gt;provided by SEOmoz. This tool provides you lots of off-page information that you can use as part of your off-page campaign, from links on the page to links pointed at the domain. Some information requires a subscription but the free version still provides plenty of useful data.&lt;/span&gt; &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.seoconsult.com/seoblog/seo-tools/seo-tools-and-why-they-play-a-big-part-in-the-seo-industry.html" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: &lt;/em&gt;&lt;em&gt;Andrew via SEO Consult&lt;/em&gt;)&lt;/p&gt;
&lt;h3&gt;Musings on Preprocessing&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;I’ve been using SASS for pretty much everything I do recently. Here’s some musings on the journey. From hold-ups, to trip-ups, to turn-offs. From apps and teams to workflows and syntax.&lt;/span&gt; &lt;strong&gt;[Continued]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://css-tricks.com/musings-on-preprocessing/" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author: &lt;/em&gt;&lt;em&gt;Chris Coyier&lt;/em&gt;)&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=CPH1RMOJzmM:-T38O1sBtlY:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=CPH1RMOJzmM:-T38O1sBtlY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=CPH1RMOJzmM:-T38O1sBtlY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=CPH1RMOJzmM:-T38O1sBtlY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=CPH1RMOJzmM:-T38O1sBtlY:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/CPH1RMOJzmM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/CPH1RMOJzmM/17849077861</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/17849077861</guid><pubDate>Sat, 18 Feb 2012 16:26:29 -0700</pubDate><category>web development</category><category>web design</category><category>this week in</category><category>resources</category><category>articles</category><category>google</category><category>dartium</category><category>chromium</category><category>google chrome</category><category>dart for developers</category><category>navigation menu examples</category><category>design inspiration</category><category>css vendor prefixes</category><category>css vendor prefix catastrophe</category><category>css vendor prefix arguement</category><category>flexible notifications with jquery</category><category>noty</category><category>jquery plugin</category><category>freelancing</category><category>freelancing experience</category><category>android</category><category>android apps</category><category>android apps for developers</category><category>showcase of annual report design</category><category>report design inspiration</category><category>seo tools</category><category>seo</category><category>seo industry</category><category>css preprocessing</category><category>less</category><feedburner:origLink>http://blog.icodeclarity.com/post/17849077861</feedburner:origLink></item><item><title>Weekly Web Developer Resources (Week #4)</title><description>&lt;p&gt;Try to get back on track here. As we are currently developing &lt;em&gt;Simplified Source&lt;/em&gt; and the new Blog— we will continue to publish Web Design &amp; Development related articles. You are always welcome to join us on our other Social Network and RSS Feeds for information.&lt;/p&gt;
&lt;p&gt;  &lt;a class="btn large" href="http://twitter.com/creativeboulder" title="Visit Simplified Source on Twitter" target="_blank"&gt;Visit us on Twitter&lt;/a&gt;  &lt;a class="btn large" href="http://feeds.icodeclarity.com/simplifiedsource" title="View the latest from Simplified Source via RSS" target="_blank"&gt;Visit our RSS Feed&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And with our further adieu, this Weeks Shared Articles for Web Developers and Designers.&lt;/p&gt;
&lt;h3&gt;When’s the Best Time to Blog &amp; Share?&lt;/h3&gt;
&lt;p&gt;Anyone who spends their day on the Internet inevitably wonders this question. Should I start publishing later in the day, to hit the after-work traffic? Should I publish earlier in the morning, to catch commuters while they’re on the way to work? Or is everything completely random, driven by the off-chance that a post will end up on StumbleUpon and enjoy a slightly longer tail? Social sharing widget Shareaholic looked at its 2011 data, breaking it down to the top 100 days and times for sharing. See the results in Eastern Standard Time.&lt;/p&gt;
&lt;p&gt;Shareaholic looked at two metrics: social shares and traffic. For some, getting the highest number of shares is the goal; for others, increased traffic is where it’s at. Please remember that this data all comes from Shareaholic, so it’s specific to those users, though it’s possible to infer more from the results.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.readwriteweb.com/archives/whens_the_best_time_to_blog_share.php" title="Visit Article" target="_blank"&gt;Read Article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: Alicia Eler @ ReadWriteWeb)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Better Bookmarks With Grazely&lt;/h3&gt;
&lt;p&gt;Bookmarking apps are not exactly the rare breed they used to be. A lot has changed over a couple of years. In fact, there is too much supply than demand in the marketplace. On the other hand, the volume of bookmarks are going up exponentially and in nine out of ten cases users are locked into the service they first sign up with.&lt;/p&gt;
&lt;p&gt;That probably explains the torrent of new wave bookmarking apps. Grazely is a next generation social bookmarking tool that helps you discover, save, organize and share exciting content on the web, privately or publicly. Is this web app as exceptional as it clams to be? Let us go find out!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Grazely strives to not be the garden variety bookmarking apps that we know already. The web app works by letting you create a single user account to manage all your bookmarks. Sign in from any Internet connected device and you can instantly access all your bookmarks and find the content you need, without hassles.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://web.appstorm.net/reviews/data-management/better-bookmarks-with-grazely/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Author: Justin Stravarius @ AppStorm)&lt;/p&gt;
&lt;h3&gt;What You Should Know About ACTA and Your Rights&lt;/h3&gt;
&lt;p&gt;The most controversial measures of concern to Internet users in the final version of the international Anti-Counterfeiting Trade Agreement (ACTA) for most Internet users are 1) that signing governments pledge to allow copyright holders a way to request, under court warrant, personal information about a suspected infringer from that person’s ISP; 2) that means will be provided for a rights holder to legally pursue someone suspected of circumventing rights management technologies; 3) that goods crossing countries’ borders may be made subject to search and seizure if they’re suspected to contain infringing material, with exceptions provided for things like personal luggage.&lt;/p&gt;
&lt;p&gt;President Obama signed this treaty on October 1, 2011, effectively ratifying it on behalf of the United States.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.readwriteweb.com/archives/what_you_should_know_about_acta_and_your_rights.php" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: Scott M. Fulton, III @ ReadWriteWeb)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Pancake: A new project from Mozilla Labs&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;What is Pancake?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pancake is a new Mozilla Labs project focused on exploring, evolving and expanding how we search, browse, navigate, organize and discover amazing things on the Web. To do this, we’re creating an app — a usable prototype that we’ll share and iterate on rapidly through an ongoing series of experiments. We want to better understand what people do on the Web, why and how they do those things, and how we can make those things easier and more efficient.&lt;/p&gt;
&lt;p&gt;We’re playing with some huge concepts, monumental problems and occasionally crazy ideas. We’ll be looking at what tools and systems we can create to put more of the Web at users’ fingertips. We hope to devise new metaphors and new systems that give users greater power and control within the modern Web.&lt;/p&gt;
&lt;p&gt;We want to address questions that go to the core of how users experience the Web. Some examples of the questions we are asking include: How can we make it easier for people to find what they’re really looking for on the Web? Do URLs still need to be something users care about? Can we make it easier for people to discover new and interesting things on the Web? What impact does social play in discovery on the Web?&lt;/p&gt;
&lt;p&gt;The prototype app we are building is really only the surface of Pancake. We’re also pushing the envelope — using the latest and greatest Web technologies — to build an amazing, portable experience for users. The back-end of Pancake will live in the cloud, where we’re creating an extensive Web service that will allow you to carry your data and experience across many devices. Our initial focus is on iOS and Android tablets and phones, but our long-term goal is to help people live their online lives on their own terms, across all devices and platforms.&lt;/p&gt;
&lt;p&gt;The project will operate as a typical open-source project — allowing open collaboration so everyone can test our ideas, give us feedback, conduct usability testing, and with us to discover new avenues of experimentation and exploration. We are working hard to release our first prototype in the next few months.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="https://mozillalabs.com/blog/2012/01/pancake-a-new-project-from-mozilla-labs/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: Stuart Parmenter @ Mozilla Labs)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Use Join.Me to Train Staff and Collaborate with Customers&lt;/h3&gt;
&lt;p&gt;Do you manage a website or a blog? Do you build websites for customers? If so, then you know all that’s involved in getting your staff up to speed with tasks that need to be accomplished for the website. You know what’s involved in showing customers how their project is coming along. It’s a lot of work… especially when most of the time your staff is working remotely and your clients are miles away. In this article we are going to show you an online tool that can help make your life much easier. We will go over what it is and what it does, its benefits, how you can use it to make your life easier, and show you how to use it!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is Join.Me?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Join.me is a screen sharing tool. Join.me easily allows users to share what’s being done on their screen with others. Screen sharing tactics help your listeners understand what you’re talking about by providing visual support to back up what’s being discussed. It’s a great tool for collaborating with staff or freelancers. Need to train a client on a new piece of software or show them progress on the website you’re developing for them? Done. Join.me is a quick and dirty tool that allows you to share your screen with anyone at any time. It’s definitely worthwhile to know about, especially for those situations where you didn’t take time to set up some of the more complex screen sharing software programs and you just need to quickly share your screen with someone. Hop on join.me within seconds.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.1stwebdesigner.com/design/join-me-project-management-tool/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: Ryan Taft @ 1stWebDesigner)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Colour Combination Makes a Better Impact in Logo Designing&lt;/h3&gt;
&lt;p&gt;It’s undeniable. Branding is the life blood of any business. Even for small businesses, you’ve gotta build brand identity, or be ready for your company to go belly up.&lt;/p&gt;
&lt;p&gt;A big part of many company’s brand identity is the logo. It’s like the face of your company. You need one that’s good looking and instantly recognizable. To that end, colour can make a big impact on not just how your logo looks, but as a result how your company’s perceived.&lt;/p&gt;
&lt;p&gt;In the following article, we discuss the impact that colour combinations can make in the design of your company’s logo and the power that logo’s going to have for your brand.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How Colour Combination Makes a Better Impact in Logo Designing&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Any person who owns a small business or is otherwise involved with logo designing should have a crystal clear concept of how colour combination makes a better impact in logo designing. The logo of a company is a big part of what attracts customers to its products. Thus, since a simple logo can decide the fate of a business or its popularity, every aspect of the design should be carefully explored. Especially, how the colour combination makes a better impact on the logo.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://speckyboy.com/2012/01/29/colour-combination-makes-a-better-impact-in-logo-designing/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: WizKraft @ SpeckyBoy Design Magazine)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;slabText – A jQuery plugin for creating big, bold &amp; responsive headlines&lt;/h3&gt;
&lt;p&gt;slabText is a jQuery plugin that splits headlines into rows before resizing each row to fill the available horizontal space. The ideal number of characters to set on each row is calculated by dividing the available width by the CSS font-size – the script then uses this ideal character count to split the headline into word combinations that are displayed as separate rows of text.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://codevisually.com/slabtext-a-jquery-plugin-for-creating-big-bold-responsive-headlines/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: CodeVisually)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Semantic CSS Buttons Powered With @font-face Icons – Zocial&lt;/h3&gt;
&lt;p&gt;Zocial is a semantic set of CSS buttons (no images used) that are beautified with @font-face icons. There are buttons for 40+ services including Facebook, Twitter, Google+, PayPal, LinkedIn and much more. Each button can be displayed with or without text (only icons) and the HTML element wrapping them can be anything (which is nice for flexibility). Demo is available at &lt;a href="http://zocial.smcllns.com/sample.html#." target="_blank"&gt;http://zocial.smcllns.com/sample.html#.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.webresourcesdepot.com/semantic-css-buttons-powered-with-font-face-icons-zocial/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: WebResourcesDepot)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Questions to Ask Yourself Before Becoming a Blogger&lt;/h3&gt;
&lt;p&gt;For the most part, being a professional blogger is a freelance position. It doesn’t matter how many different blog sites you are loyal to, even if it is your own, a blogger still has the option to have work published anywhere they feel. Unless you’re a corporate blogger who signed a contract with your company of employment stating you would not do so, but then again that technically might make you more of a copywriter. Moving on, being a full-time or part-time blogger means you’re freelancing on some level. As the typical freelancer asked themselves many questions before taking the big leap, you would think the same would go for bloggers.&lt;/p&gt;
&lt;p&gt;In the same fashion as any other occupation, there are certain skill requirements that must be met. Almost every industry blog site has published an article about how blogging can improve your career, and then proceeds to convince the majority of readers that being a blogger is the way to go for them. However these articles, for the most part, are all missing one key aspect to them. Somewhere before, or after, informing the readers about the benefits of being a blogger, there needs to be time to reflect on why one shouldn’t be one.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.1stwebdesigner.com/design/questions-before-becoming-blogger/" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: Jamal @ 1stWebDesigner)&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Outsmarting Your Competition in High-Stakes PPC Markets&lt;/h3&gt;
&lt;p&gt;Are you competing in a high-stakes PPC market with bids in the $25 to $40 range? If you are, don’t simply fight your competition head on; if you do, you’ll end up paying premium prices for clicks you might capture for far less. There are several shrewd approaches you can employ to side-step your less-vigilant competitors. We’ve learned a few valuable tricks that can earn you valuable clicks for less-than-premium prices. The techniques begin with carefully monitoring PPC activity throughout the day to discover low-competition time slots in the PPC bidding and striking while your competition snoozes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Getting Started&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The types of campaigns for which these techniques will work will be high bid environments with smaller but determined competitors. You want to look for competitors bidding for terms in the $20-and-up range, but whose campaigns are not fully budgeted to run at the maximum number of available clicks. Specifically, we want to look for competitors’ ads that don’t appear consistently or whose ads disappear later in the day. Smaller competitors tend to fit this model fairly often. An illustrative keyword example we see in our local market of Austin Texas is “Personal Injury Lawyer”. We know the bids in that space are $24 to $30 depending on the time of the day—but we see some advertisers drop out at various times of the day. For illustration, we’ll examine Google’s Adwords system, but these principles will apply to any PPC program.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://www.seomoz.org/blog/outsmarting-your-competition-in-highstakes-ppc-markets" title="Visit Article" target="_blank"&gt;Read More&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(Author: TastyPlacement @ SEOMoz)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As always we appreciate you reading Simplified Source’s Weekly Web Developer Resources and please do visit us on &lt;a href="http://twitter.com/creativeboulder" title="Visit Simplified Source and Code Clarity on Twitter" target="_blank"&gt;Twitter&lt;/a&gt; or &lt;a href="http://feeds.creativeboulder.com/creativeboulder_google-reader" title="Subscribe to Simplified Source via RSS Feed" target="_blank"&gt;Subscribe to our RSS Feed&lt;/a&gt; for your viewing pleasure.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=HCZycajYYC0:fAhC6EKo_WY:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=HCZycajYYC0:fAhC6EKo_WY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=HCZycajYYC0:fAhC6EKo_WY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=HCZycajYYC0:fAhC6EKo_WY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=HCZycajYYC0:fAhC6EKo_WY:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/HCZycajYYC0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/HCZycajYYC0/16724143190</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16724143190</guid><pubDate>Sun, 29 Jan 2012 16:04:00 -0700</pubDate><category>web design and development</category><category>weekly web developer resources</category><category>week 4</category><category>readwriteweb</category><category>1stwebdesigner</category><category>speckyboy design</category><category>blogging</category><category>seo</category><category>bookmarking</category><category>social bookmarking</category><category>acta bill</category><category>pancake</category><category>mozilla labs</category><category>join.me</category><category>collaboration</category><category>slabtext</category><category>jquery</category><category>typography</category><category>css buttons</category><category>@font-face</category><category>zocial</category><feedburner:origLink>http://blog.icodeclarity.com/post/16724143190</feedburner:origLink></item><item><title>Creating Custom Wordpress Plugin and Widget</title><description>&lt;p&gt;&lt;em&gt;(This blog post originated from a post that I made earlier on Forrst.)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Wordpress 3.x has a lot to offer us Developers. We should take advantage of it. I’ve been developing a lot of &lt;em&gt;custom plugins&lt;/em&gt; and &lt;em&gt;custom widgets&lt;/em&gt; for my Clients who use &lt;em&gt;Wordpress&lt;/em&gt; as their CMS. Now there are a ton of tutorials and code snippets of how to create a custom Plugin or a custom Widget for your Wordpress Installation but I kept running into issues with my Widgets not being able to be reused. So, I created a basic template for a Custom Plugin that creates a Widget Class that can be reused and is more than customizable.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://pastebin.com/G5SfBcKW" title="View Code on Pastebin.org" target="_blank"&gt;View on PasteBin&lt;/a&gt;  &lt;a class="btn large" href="http://forr.st/~6QC" title="View Code on Forrst" target="_blank"&gt;View on Forrst&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Every Wordpress Developer has their own methods and own opinions on how to create Widgets and Plugins and I just wanted to share my method. This is my basic template which creates a Plugin for a Client, and wrapped in this Plugin is a custom Widget that shoots back some text. Of course you can get nice and complex and do what ever you want here. (&lt;em&gt;My code is a compilation of research and publicly available information&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;Constructive criticism and feedback is welcome, as always.&lt;/p&gt;
&lt;pre class="highlight"&gt;&lt;pre class="prettyprint"&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php&lt;br/&gt;&lt;/span&gt;&lt;span class="com"&gt;/*&lt;br/&gt;Plugin Name: ClientName Custom Widget&lt;br/&gt;Description: Displays a custom feature for your Client in the form of a Widget.&lt;br/&gt;*/&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="kwd"&gt;class&lt;/span&gt;&lt;span class="pln"&gt; customClientWidget &lt;/span&gt;&lt;span class="kwd"&gt;extends&lt;/span&gt;&lt;span class="pln"&gt; WP_Widget &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; custom_clientWidget&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;       &lt;/span&gt;&lt;span class="com"&gt;// Declare your Widget name, the class name and a Description for the Dashboard&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        $widget_ops &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; array&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'classname'&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;=&gt;&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'customClientWidget'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'description'&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;=&gt;&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'Displays something that you specify in the code below.'&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        $this&lt;/span&gt;&lt;span class="pun"&gt;-&gt;&lt;/span&gt;&lt;span class="pln"&gt;WP_Widget&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'customClientWidget'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'Your Custom Widget'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $widget_ops&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; widget&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; $args&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $instance &lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="com"&gt;// Very basic code that takes the Title from the form function and then displays your code&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        extract&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;$args&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; EXTR_SKIP&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;        echo $before_widget&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        $title &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; empty&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;$instance&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;])&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;?&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;' '&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="pln"&gt; apply_filters&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'widget_title'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $instance&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;]);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="kwd"&gt;if&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;(!&lt;/span&gt;&lt;span class="pln"&gt;empty&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;$title&lt;/span&gt;&lt;span class="pun"&gt;))&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;          echo $before_title &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; $title &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; $after_title&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="com"&gt;// Content to be displayed on page goes here&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        echo &lt;/span&gt;&lt;span class="str"&gt;'Displaying some data here.'&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        runThisFunctionNow&lt;/span&gt;&lt;span class="pun"&gt;();&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;        echo $after_widget&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; update&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; $new_instance&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $old_instance &lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="com"&gt;// Allows for the Widget to be reused&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        $instance &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; $old_instance&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        $instance&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;]&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; $new_instance&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;];&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="kwd"&gt;return&lt;/span&gt;&lt;span class="pln"&gt; $instance&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; form&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; $instance &lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="com"&gt;// Creates a very simple form so that you can Title your Widget.&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        $instance &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; wp_parse_args&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;array&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; $instance&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; array&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;=&gt;&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;''&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;            $title &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; $instance&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;];&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;          &lt;/span&gt;&lt;span class="tag"&gt;&lt;p&gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;label for="&lt;/span&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php echo $this&lt;/span&gt;&lt;span class="pun"&gt;-&gt;&lt;/span&gt;&lt;span class="pln"&gt;get_field_id&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;span class="pln"&gt;"&gt;Title: &lt;input class="widefat" id="&lt;/span&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php echo $this&lt;/span&gt;&lt;span class="pun"&gt;-&gt;&lt;/span&gt;&lt;span class="pln"&gt;get_field_id&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;span class="pln"&gt;" name="&lt;/span&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php echo $this&lt;/span&gt;&lt;span class="pun"&gt;-&gt;&lt;/span&gt;&lt;span class="pln"&gt;get_field_name&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'title'&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;span class="pln"&gt;" type="text" value="&lt;/span&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php echo attribute_escape&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;$title&lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;span class="pln"&gt;" /&gt;&lt;/span&gt;&lt;span class="tag"&gt;&lt;/label&gt;&lt;/p&gt;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;        &lt;/span&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php&lt;br/&gt;    &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="com"&gt;// End of Widget Class&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; customClient_widgets&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="com"&gt;// Register the Widget&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    register_widget&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'notable_pressWidget'&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    &lt;/span&gt;&lt;span class="com"&gt;// Quick WP Action to register the Widget&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;    add_action&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'widgets_init'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;'customClient_widgets'&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;);&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="com"&gt;// From here you can upload the file and directory to your /wp-content/plugins/ directory, then goto Admin Dashboard and Plugins and Activate the Plugin. Afterwords you can goto your Widgets and add the Widget to a Sidebar. Simple stuff.&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/pre&gt;
&lt;p&gt;When it comes down to it, that’s a pretty easy setup.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=Lvb4lGZ0DmU:sbrGHsSz2iI:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=Lvb4lGZ0DmU:sbrGHsSz2iI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=Lvb4lGZ0DmU:sbrGHsSz2iI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=Lvb4lGZ0DmU:sbrGHsSz2iI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=Lvb4lGZ0DmU:sbrGHsSz2iI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/Lvb4lGZ0DmU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/Lvb4lGZ0DmU/16612248148</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16612248148</guid><pubDate>Fri, 27 Jan 2012 19:31:00 -0700</pubDate><category>Web Design and Development</category><category>wordpress</category><category>wordpress plugins</category><category>wordpress widgets</category><category>wordpress custom template</category><feedburner:origLink>http://blog.icodeclarity.com/post/16612248148</feedburner:origLink></item><item><title>Wget - Examples For Developers</title><description>&lt;p&gt;You know, it’s amazing to me that as Developers some of us do not realize all of that power that we have under-the-hoods of our computers. It is already built-in and ready to roll we just need to use it. &lt;strong&gt;GNU Wget&lt;/strong&gt; is among many common &lt;em&gt;*nix/Linux&lt;/em&gt; Applications that comes installed with the common Linux Disto and easy to install elsewhere. Plus, it’s &lt;em&gt;GNU Open Source&lt;/em&gt; which you cannot beat. Well, at this point, you are probably asking why the heck I am writing an article on &lt;strong&gt;GNU Wget&lt;/strong&gt;, right? I had to pull some images from a clients website but only from certain folders with certain extensions. I thought about it quickly and it made more sense for me to do so with &lt;strong&gt;GNU Wget&lt;/strong&gt; instead of going through their &lt;em&gt;very crazy&lt;/em&gt; FTP site and downloading each image. &lt;strong&gt;GNU Wget&lt;/strong&gt; is powerful, open-source and a standard. &lt;em&gt;Please note, that I use CURL as-well and I believe they each have their Pro’s and their Con’s&lt;/em&gt;. I’m going to give a few simple and then powerful usages of &lt;strong&gt;GNU Wget&lt;/strong&gt;. These examples are a combination of either basic documentation examples to examples that I worked on and examples I discovered during my brief research of ways to use &lt;strong&gt;GNU Wget&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Basic Syntax&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is your very basic usage for Wget.&lt;/span&gt;&lt;/p&gt;
&lt;pre class="highlight"&gt; wget [option]... [URL]...&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Download File&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Simple and basic way to download a file.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget &lt;a href="http://www.somewebsite.com/thefile.png" target="_blank"&gt;http://www.somewebsite.com/thefile.png&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Download File with Quotes&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download a file whose URL contains a “&amp;” (note quotes).&lt;/p&gt;
&lt;pre class="highlight"&gt;wget "http://www.somewebsite.com/index.php?page=demo&amp;user=janetreno"&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Download File and All Related&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download a file and all related files for optimum viewing.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -p &lt;a href="http://www.somewebsite.com/index.html" target="_blank"&gt;http://www.somewebsite.com/index.html&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Download an Entire Website&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download an entire website using the recursive option.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -r &lt;a href="http://www.somewebsite.com/" target="_blank"&gt;http://www.somewebsite.com/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Mirror an Entire Website&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download or Mirror an Entire Website and Follow all symbolic links.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget --mirror -p --convert-links -P ./nameofsite &lt;a href="http://www.somewebsite.com/" target="_blank"&gt;http://www.somewebsite.com/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Ignore File Type Specifics&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Reject a specific file type during download of an entire website or folder.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget --reject=gif &lt;a href="http://www.somewebsite.com/" target="_blank"&gt;http://www.somewebsite.com/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Resume a Download&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Resume your downloaded file. (The server should support this method).&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -c &lt;a href="http://www.somewebsite.com/largefile.ogg" target="_blank"&gt;http://www.somewebsite.com/largefile.ogg&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Specify the Name of a file after Download&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Specify or Rename your downloaded file after it’s complete.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -O downloaded-filename.zip &lt;a href="http://www.somewebsite.com/downloads/archived?id_232221" target="_blank"&gt;http://www.somewebsite.com/downloads/archived?id_232221&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Mask User-Agent to Download&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mask your User Agent while downloading a file or folder&lt;/p&gt;
&lt;pre class="highlight"&gt;wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3"  &lt;a href="http://www.somewebsite.com/index.html" target="_blank"&gt;http://www.somewebsite.com/index.html&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Limit Download Speed&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Limit your download speed&lt;/p&gt;
&lt;pre class="highlight"&gt;wget –limit-rate=30k &lt;a href="http://www.somewebsite.com/demo.jpg" target="_blank"&gt;http://www.somewebsite.com/demo.jpg&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Stop Download After Certain Size&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This command will stop your download at a specific file size, ie. 5MB. (This quota will not get effect when you do a download a single URL. That is irrespective of the quota size everything will get downloaded when you specify a single file. This quota is applicable only for recursive downloads).&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -Q5m -i &lt;a href="http://www.somewebsite.com/" target="_blank"&gt;http://www.somewebsite.com/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Use a file containing download addresses&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This can come in handy, use a file that contains a list of addresses to download&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -i download-list.txt&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Download MP3s or Specified File Types from Download List&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another handy snippet which allows you to specify a file type to download from your download list.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -r-l1-H-t1-nd-N-np-a.mp3 erobots=download-list.txt&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Test Your Download&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Test your download with the Spider option.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget --spider &lt;a href="http://www.somewebsite.com/demo.jpg" target="_blank"&gt;http://www.somewebsite.com/demo.jpg&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Increase Download Retries&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Up the amount of retries Wget does when downloading.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget --tries=75 &lt;a href="http://www.somewebsite.com/demo.zip" target="_blank"&gt;http://www.somewebsite.com/demo.zip&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Make Links automatically convert to support pages&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Links automatically convert to a local consultation pages.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -k &lt;a href="http://www.somewebsite.com/" target="_blank"&gt;http://www.somewebsite.com/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Use FTP Authentication to Download&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download via ftp (With authentication).&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -r l4 ftp://username:password@somewebsite.com/&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Backup Your Delicious Bookmarks&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Create a Backup of your Delicious Bookmarks. (Downloads Public Links only!)&lt;/p&gt;
&lt;pre class="highlight"&gt;wget &lt;a href="http://delicious.com/username/" target="_blank"&gt;http://delicious.com/username/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Download in Background&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download a file or directory in the background with a log output.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -b &lt;a href="http://www.somewebsite.com/index.html" target="_blank"&gt;http://www.somewebsite.com/index.html&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Log Wget to a Specific File&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Log messages to a log file instead of stderr Using wget -o.&lt;/p&gt;
&lt;pre class="highlight"&gt;wget -o download.log &lt;a href="http://www.somewebsite.com/" target="_blank"&gt;http://www.somewebsite.com/&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;&lt;br/&gt;Create a Simple Bash Script to Download an Entire Website&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Create a simple bash script, such as downloadsite.sh, make the script executable and then either use a symbolic link or copy/move to your /usr/local/sbin folder.&lt;/p&gt;
&lt;pre class="highlight"&gt;#!/bin/bash

echo "Downloading $1 ..."
wget --mirror -p --convert-links -P ./$2 $1

echo "Downloading Complete."
&lt;/pre&gt;
&lt;pre class="highlight"&gt;&lt;br/&gt;&lt;/pre&gt;
&lt;pre class="highlight"&gt;USAGE- /usr/local/sbin/downloadsite.sh &lt;a href="http://www.downloadthissite.com/" target="_blank"&gt;http://www.downloadthissite.com/&lt;/a&gt; /download/to/this/directory&lt;/pre&gt;
&lt;p&gt;Well, that’s that. These commands will help Developers a-like. Wget and CURL are very helpful commands and if you know how to use them— that is one way to improve productivity. Simple way to increase your productivity.&lt;/p&gt;
&lt;blockquote&gt;
&lt;h3&gt;Introduction to GNU Wget&lt;/h3&gt;
&lt;p&gt;GNU Wget is a &lt;a href="http://www.gnu.org/philosophy/free-sw" target="_blank"&gt;free software&lt;/a&gt; package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.&lt;/p&gt;
&lt;p&gt;GNU Wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:&lt;/p&gt;
&lt;ul id="wget-feature-list"&gt;&lt;li&gt;Can resume aborted downloads, using REST and RANGE&lt;/li&gt;
&lt;li&gt;Can use filename wild cards and recursively mirror directories&lt;/li&gt;
&lt;li&gt;NLS-based message files for many different languages&lt;/li&gt;
&lt;li&gt;Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally&lt;/li&gt;
&lt;li&gt;Runs on most UNIX-like operating systems as well as Microsoft Windows&lt;/li&gt;
&lt;li&gt;Supports HTTP proxies&lt;/li&gt;
&lt;li&gt;Supports HTTP cookies&lt;/li&gt;
&lt;li&gt;Supports persistent HTTP connections&lt;/li&gt;
&lt;li&gt;Unattended / background operation&lt;/li&gt;
&lt;li&gt;Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring&lt;/li&gt;
&lt;li&gt;GNU Wget is distributed under the &lt;a href="http://www.gnu.org/copyleft/gpl.html" target="_blank"&gt;GNU General Public License&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Downloading GNU Wget&lt;/h3&gt;
&lt;p&gt;The source code for GNU Wget can be found on &lt;a href="http://ftp.gnu.org/gnu/wget/" target="_blank"&gt;&lt;a href="http://ftp.gnu.org/gnu/wget/" target="_blank"&gt;http://ftp.gnu.org/gnu/wget/&lt;/a&gt;&lt;/a&gt; [via http] and &lt;a href="ftp://ftp.gnu.org/gnu/wget/" target="_blank"&gt;&lt;a href="ftp://ftp.gnu.org/gnu/wget/" target="_blank"&gt;ftp://ftp.gnu.org/gnu/wget/&lt;/a&gt;&lt;/a&gt; [via FTP]. It can also be found on one of &lt;a href="http://www.gnu.org/prep/ftp.html" target="_blank"&gt;our FTP mirrors&lt;/a&gt;. For more download options, see the &lt;a href="http://wget.addictivecode.org/Faq#download" target="_blank"&gt;download information on the Wget Wgiki&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Documentation&lt;/h3&gt;
&lt;p&gt;GNU Wget documentation can be found at &lt;a href="http://www.gnu.org/software/wget/manual/" target="_blank"&gt;&lt;a href="http://www.gnu.org/software/wget/manual/" target="_blank"&gt;http://www.gnu.org/software/wget/manual/&lt;/a&gt;&lt;/a&gt;. For manuals of other GNU packages, please see &lt;a href="http://www.gnu.org/manual/" target="_blank"&gt;&lt;a href="http://www.gnu.org/manual/" target="_blank"&gt;http://www.gnu.org/manual/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Additional Information&lt;/h3&gt;
&lt;p&gt;Additional information is at the &lt;a href="http://wget.addictivecode.org/" target="_blank"&gt;Wget Wgiki&lt;/a&gt;, including &lt;a href="http://wget.addictivecode.org/Faq" target="_blank"&gt;frequently asked questions&lt;/a&gt;, and how you can &lt;a href="http://wget.addictivecode.org/HelpingWithWget" target="_blank"&gt;help us to improve Wget!&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Maintainer&lt;/h3&gt;
&lt;p&gt;GNU Wget is currently being maintained by &lt;a href="http://it.gnu.org/~gscrivano" target="_blank"&gt;Giuseppe Scrivano.&lt;/a&gt; The original author of GNU Wget is Hrvoje Nikšić. &lt;strong&gt;Please&lt;/strong&gt; do &lt;em&gt;not&lt;/em&gt; directly contact either of these individuals with bug reports, or requests for help with Wget: that is what the &lt;a href="http://lists.gnu.org/mailman/listinfo/bug-wget" target="_blank"&gt;mailing list&lt;/a&gt; is for; please use it instead. Micah also tries to make himself available on &lt;a href="http://wget.addictivecode.org/InternetRelayChat" target="_blank"&gt;IRC&lt;/a&gt; during Pacific daytime hours; asking for help there is welcome.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=KXF0-e-6fgo:Vr5yuhBRMR0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=KXF0-e-6fgo:Vr5yuhBRMR0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=KXF0-e-6fgo:Vr5yuhBRMR0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=KXF0-e-6fgo:Vr5yuhBRMR0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=KXF0-e-6fgo:Vr5yuhBRMR0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/KXF0-e-6fgo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/KXF0-e-6fgo/16543791203</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16543791203</guid><pubDate>Thu, 26 Jan 2012 16:03:00 -0700</pubDate><category>web design and development</category><category>wget</category><category>unix</category><category>linux</category><category>command-line</category><category>cli</category><category>wget</category><category>downloading</category><feedburner:origLink>http://blog.icodeclarity.com/post/16543791203</feedburner:origLink></item><item><title>Detect TOR Connection with PHP</title><description>&lt;p&gt;Update (January 14, 2012)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;After some brief research I stumbled upon a PDF Article related TOR Connections and preventing them and reasoning behind it. Don’t get me wrong, I actually think the TOR concept is a good one as I am one for anonymous online activity but there are people who mis-use the network which can effect us Developers. (Just my opinion, don’t crusify me for that). Here is the PDF Link, &lt;a href="http://dsgnit.tk/preventing-tor-pdf" rel="nofollow" target="_blank"&gt;dsgnit.tk/…&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Summary&lt;/h3&gt;
&lt;p&gt;Now, this is a code snippet that I ran across by &lt;em&gt;Johan Adriaans&lt;/em&gt; (@&lt;a href="http://snipt.net/johan_adriaans/detect-tor-requests/" rel="nofollow" target="_blank"&gt;snipt.net/johan_adriaans/detect-tor-requests/&lt;/a&gt;). I have been thinking about this kind of code— something that detects a proxy or TOR network. It’s really hard to get accurate &lt;em&gt;Google Analytics&lt;/em&gt; stats when your dealing with users over a TOR Network (their IP address obviously are not accurate, making their city, country and other stats in accurate).&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="http://snipt.net/johan_adriaans/detect-tor-requests/" title="Visit Original Code Snippet" target="_blank"&gt;Visit Original Code&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’m playing around with this code to fit some of my current work. Feedback and constructive critisism is always welcome. I’m sure we could all debate the Google Analaytics example I brought up but I’m sure there are 100s of ways this code could be used.&lt;/p&gt;
&lt;p&gt;Just sharing with the &lt;a href="https://forrst.com/people/Forrst" target="_blank"&gt;@Forrst&lt;/a&gt; Community.&lt;/p&gt;
&lt;h4&gt;Credits&lt;/h4&gt;
&lt;p&gt;&lt;em&gt;Author&lt;/em&gt;- Johan Adriaans&lt;br/&gt;&lt;em&gt;URI&lt;/em&gt;- &lt;a href="http://snipt.net/johan_adriaans/detect-tor-requests/" rel="nofollow" target="_blank"&gt;snipt.net/johan_adriaans/detect-tor-requests/&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;Code&lt;/h4&gt;
&lt;pre&gt;&lt;pre class="prettyprint"&gt;&lt;span class="pun"&gt;&lt;?&lt;/span&gt;&lt;span class="pln"&gt;php&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="kwd"&gt;print&lt;/span&gt;&lt;span class="pln"&gt; isTorRequest&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;?&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;"Yep"&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;"Nope"&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="kwd"&gt;function&lt;/span&gt;&lt;span class="pln"&gt; isTorRequest&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;{&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;  $reverse_client_ip &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; implode&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'.'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; array_reverse&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;explode&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'.'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $_SERVER&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'REMOTE_ADDR'&lt;/span&gt;&lt;span class="pun"&gt;])));&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;  $reverse_server_ip &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; implode&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'.'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; array_reverse&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;explode&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="str"&gt;'.'&lt;/span&gt;&lt;span class="pun"&gt;,&lt;/span&gt;&lt;span class="pln"&gt; $_SERVER&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'SERVER_ADDR'&lt;/span&gt;&lt;span class="pun"&gt;])));&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;  $hostname &lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="pln"&gt; $reverse_client_ip &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;"."&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; $_SERVER&lt;/span&gt;&lt;span class="pun"&gt;[&lt;/span&gt;&lt;span class="str"&gt;'SERVER_PORT'&lt;/span&gt;&lt;span class="pun"&gt;]&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;"."&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; $reverse_server_ip &lt;/span&gt;&lt;span class="pun"&gt;.&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;".ip-port.exitlist.torproject.org"&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;  &lt;/span&gt;&lt;span class="kwd"&gt;return&lt;/span&gt;&lt;span class="pln"&gt; gethostbyname&lt;/span&gt;&lt;span class="pun"&gt;(&lt;/span&gt;&lt;span class="pln"&gt;$hostname&lt;/span&gt;&lt;span class="pun"&gt;)&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="pun"&gt;==&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="str"&gt;"127.0.0.2"&lt;/span&gt;&lt;span class="pun"&gt;;&lt;/span&gt;&lt;span class="pln"&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="pun"&gt;}&lt;/span&gt;&lt;span class="pln"&gt; &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span class="pun"&gt;?&gt;&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;/pre&gt;
&lt;/pre&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ZHjgdmScGLI:bJqbyxlKaUM:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ZHjgdmScGLI:bJqbyxlKaUM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ZHjgdmScGLI:bJqbyxlKaUM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ZHjgdmScGLI:bJqbyxlKaUM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ZHjgdmScGLI:bJqbyxlKaUM:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/ZHjgdmScGLI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/ZHjgdmScGLI/16408308525</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16408308525</guid><pubDate>Tue, 24 Jan 2012 08:04:05 -0700</pubDate><category>web design</category><category>web development</category><category>php</category><category>tor</category><category>tor connection</category><category>anonymous connection</category><category>detect tor</category><feedburner:origLink>http://blog.icodeclarity.com/post/16408308525</feedburner:origLink></item><item><title>HTML5 Pattern/Expressions Attribute</title><description>&lt;p&gt;Over the years I perfected my &lt;em&gt;XHTML&lt;/em&gt;. To the point to where I am being stubborn now when it comes to utilizing &lt;em&gt;HTML5&lt;/em&gt; for my standard sites. I see the advantages of HTML5 and have done non-stop extensive research and have lived in the W3C Specification. There are some many features from previous drafts of HTML (and CSS) that I have not implemented because of browser support.&lt;/p&gt;
&lt;p&gt;I was wondering if anybody has been using Expressions with their form fields? If so, I was hoping that the &lt;a href="https://forrst.com/people/Forrst" target="_blank"&gt;@Forrst&lt;/a&gt; Community would be willing to share what they have been using them for and how.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I have created a simple jsFiddle to play around with the basic HTML5 Form elements&lt;/em&gt;- &lt;br/&gt;&lt;a class="btn large" href="http://jsfiddle.net/creativeboulder/zajqD/" title="Visit jsFiddle of Code" target="_blank"&gt;Visit jsFiddle&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Feel free to comment and give your opinion on using Expressions with HTML5 Forms. Feedback and &lt;em&gt;Constructive&lt;/em&gt; Criticism is more than welcome.&lt;/p&gt;
&lt;pre&gt;&lt;pre class="prettyprint"&gt;&lt;span class="tag"&gt;&lt;form&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="atn"&gt;action&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="atv"&gt;""&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="atn"&gt;method&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="atv"&gt;"post"&lt;/span&gt;&lt;span class="tag"&gt;&gt;&lt;/span&gt;&lt;span class="pln"&gt;  &lt;br/&gt;  &lt;/span&gt;&lt;span class="tag"&gt;&lt;label&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="atn"&gt;for&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="atv"&gt;"username"&lt;/span&gt;&lt;span class="tag"&gt;&gt;&lt;/span&gt;&lt;span class="pln"&gt;Create a Username: &lt;/span&gt;&lt;span class="tag"&gt;&lt;/label&gt;&lt;/span&gt;&lt;span class="pln"&gt;  &lt;br/&gt;  &lt;input type="text"  &lt;br/&gt;    name="username"  &lt;br/&gt;    id="username"  &lt;br/&gt;    placeholder="4 &lt;&gt; 10"  &lt;br/&gt;    pattern="[A-Za-z]{4,10}"  &lt;br/&gt;    autofocus  &lt;br/&gt;    required&gt;  &lt;br/&gt;&lt;/span&gt;&lt;span class="tag"&gt;  &lt;button&lt;/span&gt;&lt;span class="pln"&gt; &lt;/span&gt;&lt;span class="atn"&gt;type&lt;/span&gt;&lt;span class="pun"&gt;=&lt;/span&gt;&lt;span class="atv"&gt;"submit"&lt;/span&gt;&lt;span class="tag"&gt;&gt;&lt;/span&gt;&lt;span class="pln"&gt;Go &lt;/span&gt;&lt;span class="tag"&gt;&lt;/button&gt;&lt;/span&gt;&lt;span class="pln"&gt;  &lt;br/&gt;&lt;/span&gt;&lt;span class="tag"&gt;&lt;/form&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/pre&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=XxoNSAiPPZc:NWDBHIDQkPc:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=XxoNSAiPPZc:NWDBHIDQkPc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=XxoNSAiPPZc:NWDBHIDQkPc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=XxoNSAiPPZc:NWDBHIDQkPc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=XxoNSAiPPZc:NWDBHIDQkPc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/XxoNSAiPPZc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/XxoNSAiPPZc/16372035725</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16372035725</guid><pubDate>Mon, 23 Jan 2012 16:02:05 -0700</pubDate><category>web design &amp;amp; development</category><feedburner:origLink>http://blog.icodeclarity.com/post/16372035725</feedburner:origLink></item><item><title>Cross-Domain.xml Policy Specifications</title><description>&lt;p&gt;Last year I was working with a client who was using &lt;em&gt;Adobe PDFs&lt;/em&gt; like no other and &lt;em&gt;Adobe Flash Videos&lt;/em&gt; that were on multiple domains and finally found a good use for cross-domain.xml. It was not until then that I realized the importance of that file. Well, I’m working with that file again right now and I wanted to share this PDF regarding the policy to help anybody who has questions about it.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This post was based off of a post that I made on Forrst at, &lt;/em&gt;&lt;span&gt;&lt;em&gt;&lt;a href="http://forr.st/~6RP." target="_blank"&gt;http://forr.st/~6RP.&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a class="btn large" href="http://learn.adobe.com/wiki/download/attachments/64389123/CrossDomain_PolicyFile_Specification.pdf?version=1" title="Download CrossBrowser.xml Specifications" target="_blank"&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;A good snippet of what the cross-domain.xml file is used for comes from the HTML5BP:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A cross-domain policy file is an XML document that grants a web client—such as Adobe Flash Player, Adobe Reader, etc.—permission to handle data across multiple domains. When a client hosts content from a particular source domain and that content makes requests directed towards a domain other than its own, the remote domain would need to host a cross-domain policy file that grants access to the source domain, allowing the client to continue with the transaction. Policy files grant read access to data, permit a client to include custom headers in cross-domain requests, and are also used with sockets to grant permissions for socket-based connections. For full details, check out Adobe’s article about Cross-domain policy file specification (&lt;a href="http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html" rel="nofollow" target="_blank"&gt;adobe.com/devnet/articles/…&lt;/a&gt;).&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=pxkoyN0jcms:VPMEKETB0e0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=pxkoyN0jcms:VPMEKETB0e0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=pxkoyN0jcms:VPMEKETB0e0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=pxkoyN0jcms:VPMEKETB0e0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=pxkoyN0jcms:VPMEKETB0e0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/pxkoyN0jcms" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/pxkoyN0jcms/16349571352</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16349571352</guid><pubDate>Mon, 23 Jan 2012 08:00:05 -0700</pubDate><category>web design &amp;amp; development</category><category>adobe</category><category>crossdomain.xml</category><category>cross domain</category><feedburner:origLink>http://blog.icodeclarity.com/post/16349571352</feedburner:origLink></item><item><title>Foundation: Rapid Prototyping (JavaScript Library)</title><description>&lt;h3&gt;Description&lt;/h3&gt;
&lt;p&gt;I love my jQuery. I love my jQuery Plugins that I have worked so hard on the last many years, I love it’s extensibility, it’s accessibility, and about 100 other things about jQuery. MooTools also sparked my interest for awhile. I remember first learning Javascript, a long time ago, and when jQuery stumbled into the scene I realized that it was smart to include it in my projects just for the reason of making some of that crazy long Javascript nothing more than a few lines. Foundation gives you a starting point with a CSS Grid along with ease-of-use using jQuery. (Includes Orbit and Reveal jQuery Plugins). I have given Twitter Bootstrap a try and when it comes down to it, &lt;em&gt;Foundation&lt;/em&gt; has more to offer and feels more clean and well-rounded. (&lt;em&gt;Note: That last statement comes from a user comment on this post in which I did not mention the Twitter Bootstrap and gave the misconception of this replacing jQuery which in fact it does not&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;Well, I read my daily Web Development &amp; Programming News (&lt;em&gt;along with Graphic Design, Linux &amp; General Technology) every single day. I stumbled up Foundation a little while ago— to my knowledge when &lt;em&gt;ZURB&lt;/em&gt;went public with it on GitHub in October 2011. This Framework was developed with the _developers&lt;/em&gt; in mind and jQuery included, it’s well documented, very beautiful and easy to work with. I have been impressed and even started to play around with it on some personal projects of mine. (I believe &lt;a href="https://forrst.com/people/artur" target="_blank"&gt;@artur&lt;/a&gt; has been doing the same thing, with his post on &lt;a href="https://forrst.com/people/Forrst" target="_blank"&gt;@Forrst&lt;/a&gt; at &lt;a href="https://forrst.com/posts/Framework_Practice_Pokusin_com-Jbs" rel="nofollow" target="_blank"&gt;forrst.com/posts/…&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Great Framework, worth a look for you UI Devs.&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="https://github.com/zurb/foundation/zipball/master" title="Download Latest Version of Foundation via GITHub" target="_blank"&gt;Download Latest&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;A Little From ZURB on Foundation&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;What’s in Foundation? So much good stuff, girl. We’ve built Foundation to help you quickly get a site off the ground and to a state where you can easily adapt and modify it into a release. [&lt;a class="external" href="http://foundation.zurb.com/" target="_blank"&gt;…Continue&lt;/a&gt;]&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Global&lt;/strong&gt;- Foundation’s global styles include Eric Meyer’s rock-solid reset, tested styles for typography, links, lists, tables and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Grid&lt;/strong&gt;- You’re gonna like this. Within global.css you’ll find The Grid (not the one from Tron), a layout framework that works on mobile devices, small screens and full-on modern desktops. It’s a twelve column, semi-liquid, mobile-scaling grid of awesomeness that you’re gonna love. It even supports arbitrary nesting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Buttons&lt;/strong&gt;- We love buttons at ZURB. Foundation includes two base styles, three sizes, and several colors that are preconfigured and super easy to modify.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Forms&lt;/strong&gt;- Hate forms? So do we. They’re a pain. Well, we’re simplifying that by creating two base styles for forms that are tested, include validation styles, have proper spacing…all the good stuff. We even included custom radio buttons, checkboxes and select lists so you can style up every form element. They’re easy to modify, like everything else.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Orbit&lt;/strong&gt;- That’s right - Orbit, the awesome way to put image or content sliders on your page, is packaged in with Foundation. It even works on mobile.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reveal&lt;/strong&gt;- Finally, we’ve created a whole new plugin for modal dialogs in Foundation. Reveal is easy to call, supports several intro animations right out of the box, and is completely stylable. It also works on mobile.&lt;/li&gt;
&lt;/ul&gt;&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=VGjq2fvWJm4:-iZFZhd3fV0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=VGjq2fvWJm4:-iZFZhd3fV0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=VGjq2fvWJm4:-iZFZhd3fV0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=VGjq2fvWJm4:-iZFZhd3fV0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=VGjq2fvWJm4:-iZFZhd3fV0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/VGjq2fvWJm4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/VGjq2fvWJm4/16340155539</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16340155539</guid><pubDate>Mon, 23 Jan 2012 00:16:05 -0700</pubDate><category>web design</category><category>web development</category><category>zurb</category><category>foundation</category><category>bootstrap</category><category>orbit js</category><category>javascript</category><category>css</category><feedburner:origLink>http://blog.icodeclarity.com/post/16340155539</feedburner:origLink></item><item><title>GIT Cheatsheet</title><description>&lt;p&gt;I find this interesting. Through-out my business day I talk to a good amount of Developers. The Developers that I work with all know and love &lt;em&gt;GIT&lt;/em&gt;. That’s a good thing. But I have came to realize that there are a good amount of Developers who have been making the switch to &lt;em&gt;GIT&lt;/em&gt; from &lt;em&gt;SVN&lt;/em&gt;, &lt;em&gt;Mercurial&lt;/em&gt;, &lt;em&gt;CVS&lt;/em&gt; (Seriously!) and a few others. I just wanted to post the GIT Cheatsheet via GitHub. More than helpful as a refresher for devs who may not use GIT a lot or are new to GIT.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This post is based off of my post on Forrst at &lt;/em&gt;&lt;em&gt;&lt;a href="http://forr.st/~65n." target="_blank"&gt;http://forr.st/~65n.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="btn large" href="https://github.com/AlexZeitler/gitcheatsheet/blob/master/gitcheatsheet.pdf?raw=true" title="Download GIT Cheatsheet" target="_blank"&gt;Download&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Git (/ɡɪt/) is a distributed revision control system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development. Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Git’s current software maintenance is overseen by Junio Hamano. Git is free software distributed under the terms of the GNU General Public License version 2. (Via Wikipedia).&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=RqtS9BQeGUs:tIAlsuBYszw:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=RqtS9BQeGUs:tIAlsuBYszw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=RqtS9BQeGUs:tIAlsuBYszw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=RqtS9BQeGUs:tIAlsuBYszw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=RqtS9BQeGUs:tIAlsuBYszw:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/RqtS9BQeGUs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/RqtS9BQeGUs/16339045513</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16339045513</guid><pubDate>Sun, 22 Jan 2012 23:39:10 -0700</pubDate><category>web development &amp;amp; design</category><category>git</category><category>workflow</category><category>cheatsheet</category><feedburner:origLink>http://blog.icodeclarity.com/post/16339045513</feedburner:origLink></item><item><title>More on SOPA and PROTECT-IP (via Fight for the Future)</title><description>&lt;p&gt;As the argument continues I just wanted to share a little update that was received from the folks at &lt;em&gt;Fight for the Future&lt;/em&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p align="left"&gt;&lt;span&gt;A big hurrah to you!!!!! We’ve won for now — SOPA and PIPA were dropped by Congress today — the votes we’ve been scrambling to mobilize against have been cancelled.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;&lt;strong&gt;The largest online protest in history has fundamentally changed the game.  You were heard. &lt;/strong&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;On January 18th, 13 million of us took the time to tell Congress to protect free speech rights on the internet. Hundreds of millions, maybe a billion, people all around the world saw what we did on Wednesday.  See &lt;/span&gt;&lt;a href="http://act.fightforthefuture.org/page/m/2e1f208c/1d1470ce/71989dca/f863ecf/1310805937/VEsH/" target="_blank"&gt;&lt;span&gt;the amazing numbers here&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and tell everyone what you did.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;This was unprecedented. &lt;/span&gt;&lt;span&gt;Your activism may have changed the way people fight for the public interest and basic rights forever.&lt;/span&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;br/&gt;&lt;span&gt;The MPAA (the lobby for big movie studios which created these terrible bills) was shocked and seemingly humbled.  “‘This was a whole new different game all of a sudden,’ MPAA Chairman and former Senator Chris Dodd told the &lt;/span&gt;&lt;a href="http://act.fightforthefuture.org/page/m/2e1f208c/1d1470ce/71989dca/f863ecc/1310805937/VEsE/" target="_blank"&gt;&lt;span&gt;New York Times&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. ‘[PIPA and SOPA were] considered by many to be a slam dunk.’” &lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;“’This is altogether a new effect,’ Mr. Dodd said, comparing the online movement to the Arab Spring. He could not remember seeing ‘an effort that was moving with this degree of support change this dramatically’ in the last four decades, he added.”  &lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;span&gt;&lt;strong&gt;Tweet with us, shout on the internet with us, let’s celebrate: Round of applause to the 13 million people who stood up  - #PIPA and #SOPA are tabled 4 now. #13millionapplause&lt;/strong&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;a href="http://act.fightforthefuture.org/page/m/2e1f208c/1d1470ce/71989dca/f863ecd/1310805937/VEsF/" target="_blank"&gt;&lt;img alt="Share on Twitter" src="http://freebieber.org/img/buttons/wide_tw.png"/&gt;&lt;/a&gt; &lt;a href="http://act.fightforthefuture.org/page/m/2e1f208c/1d1470ce/71989dca/f863eca/1310805937/VEsC/" target="_blank"&gt;&lt;img alt="Share on FB" src="http://freebieber.org/img/buttons/wide_fb.png"/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;p align="left"&gt;&lt;strong&gt;&lt;span&gt;We’re indebted to everyone who helped in the beginning of this movement — you, and all the sites that went out on a limb to protest in November — Boing Boing and Mozilla Foundation (and thank you Tumblr, 4chan)! And the grassroots groups — Public Knowledge, Electronic Frontier Foundation, Demand Progress, CDT, and many more.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;#SOPA and #PIPA will likely return in some form.  But when they do, we’ll be ready.  Can you make a donation to Fight for the Future, to help us keep this fire going? &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://act.fightforthefuture.org/page/m/2e1f208c/1d1470ce/71989dca/f863f36/1310805937/VEsD/" target="_blank"&gt;&lt;img alt="Donate" src="http://fightforthefuture.org/images/paypal_donate_button.gif"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;strong&gt;&lt;span&gt;We changed the game this fall, and we’re not gonna stop.  $8, $20, every little bit helps. &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;span&gt;13 million strong,&lt;/span&gt;&lt;/p&gt;
&lt;p align="left"&gt;&lt;span&gt;Tiffiniy, Holmes, Joshua, Phil, CJ, Donny, Douglas, Nicholas, Dean, David S. and Moore… Fight for the Future!&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;P.S.  China’s internet censorship system reminds us why the fight for democratic principles is so important:&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;In the &lt;/span&gt;&lt;a href="http://act.fightforthefuture.org/page/m/2e1f208c/1d1470ce/71989dca/f863ecb/1310805937/VEsA/" target="_blank"&gt;&lt;span&gt;New Yorker&lt;/span&gt;&lt;/a&gt;&lt;span&gt;:  ”Fittingly, perhaps, the discussion has unfolded on Weibo, the Twitter-like micro-blogging site that has a team of censors on staff to trim posts with sensitive political content. That is the arrangement that opponents of the bill have suggested would be required of American sites if they are compelled to police their users’ content for copyright violations. On Weibo, joking about SOPA’s similarities to Chinese censorship was sensitive enough that some posts on the subject were almost certainly deleted (though it can be hard to know). &lt;/span&gt;&lt;br/&gt;&lt;span&gt;…&lt;/span&gt;&lt;br/&gt;&lt;span&gt;After Chinese Web users got over the strangeness of hearing Americans debate the merits of screening the Web for objectionable content, they marvelled at the American response. Commentator Liu Qingyan wrote:&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;‘We should learn something from the way these American Internet companies protested against SOPA and PIPA. A free and democratic society depends on every one of us caring about politics and fighting for our rights. We will not achieve it by avoiding talk about politics.’”&lt;/span&gt;&lt;br/&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;(Press Release is here: &lt;a href="https://fightfortheftr.wordpress.com/press-releases/" target="_blank"&gt;&lt;a href="https://fightfortheftr.wordpress.com/press-releases/" target="_blank"&gt;https://fightfortheftr.wordpress.com/press-releases/&lt;/a&gt;&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;

&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FQc5nsB4dZo:BQZpLxOKJSM:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FQc5nsB4dZo:BQZpLxOKJSM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FQc5nsB4dZo:BQZpLxOKJSM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FQc5nsB4dZo:BQZpLxOKJSM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FQc5nsB4dZo:BQZpLxOKJSM:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/FQc5nsB4dZo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/FQc5nsB4dZo/16179201277</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16179201277</guid><pubDate>Fri, 20 Jan 2012 11:35:03 -0700</pubDate><category>sopa</category><category>pipa</category><category>protect-ip</category><category>internet security</category><category>united states of america</category><feedburner:origLink>http://blog.icodeclarity.com/post/16179201277</feedburner:origLink></item><item><title>Today's Blackout (Fight For The Future!)</title><description>&lt;p&gt;I wanted to post an email that was received via Newsletter from the folks over at &lt;em&gt;&lt;a href="http://fightforthefuture.org/pipa" title="Fight for the Future - PIPA page" target="_blank"&gt;Fight for the Future&lt;/a&gt;&lt;/em&gt;. Today felt like it was a succesful day in raising awareness to both the &lt;strong&gt;SOPA&lt;/strong&gt; and &lt;strong&gt;PROTECT-IP&lt;/strong&gt; Bills. I’ll let them (&lt;em&gt;Holmes, Tiffiniy, and the whole Fight for the Future team&lt;/em&gt;) take it from here;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Today was nuts, right?&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt; Google launched a petition.  Wikipedia &lt;a href="http://act.fightforthefuture.org/page/m/2e1f2081/1d1470ce/7181d582/f863edb/2334026963/VEsH/" target="_blank"&gt;voted&lt;/a&gt; to shut itself off.  Senators’ websites &lt;a href="http://act.fightforthefuture.org/page/m/2e1f2081/1d1470ce/7181d582/f863ed8/2334026963/VEsE/" target="_blank"&gt;went down&lt;/a&gt; just from the sheer surge of voters trying to write them.   NYC and SF geeks had protests that &lt;a href="http://act.fightforthefuture.org/page/m/2e1f2081/1d1470ce/7181d582/f863ed9/2334026963/VEsF/" target="_blank"&gt;packed city blocks.&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;You made history today: nothing like this has ever happened before.&lt;/strong&gt; Tech companies and users teamed up.  Tens of millions of people who make the internet what it is joined together to defend their freedoms.  The free network defended itself.  Whatever you call it, the bottom line is clear: from today forward, it will be &lt;em&gt;much&lt;/em&gt; harder to mess up the internet.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The really crazy part?  We might even win.&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt; Approaching Monday’s crucial Senate vote there are now &lt;span class="c1"&gt;35 Senators&lt;/span&gt; publicly opposing PIPA.  &lt;span class="c1"&gt;Last week there were 5&lt;/span&gt;.   And it just takes just 41 solid “no” votes to permanently stall PIPA (and SOPA) in the Senate.  What seemed like miles away a few weeks ago is now within reach.&lt;/p&gt;
&lt;p&gt;But don’t trust predictions.  The forces behind SOPA &amp; PIPA (mostly movie companies) can make small changes to these bills until they know they have the votes to pass.  Members of Congress know SOPA &amp; PIPA are unpopular, but they don’t understand why—so they’re easily duped by superficial changes.&lt;strong&gt; The Senate returns next week, and the next few days are critical.&lt;/strong&gt; Here are two things to think about:&lt;br/&gt;&lt;br/&gt;&lt;span class="c1"&gt;1. Plan on calling your Senator every day next week.&lt;/span&gt; Pick up the phone each morning and call your Senators’ offices, until they vote “no” on cloture.  If your site participated today, consider running a “Call the Senate” link all next week.  &lt;br/&gt;&lt;br/&gt;&lt;span class="c1"&gt;2. Tomorrow, drop in at your Senators’ district offices.&lt;/span&gt; We don’t have a cool map widget to show you the offices nearest you (we’re too exhausted! any takers?).  So do it the old fashioned way: use Google, or the phonebook to find the address, and just walk in, say you oppose PIPA, and urge the Senator to vote “no” on cloture.  These drop-in visits make our spectacular online protests more tangible and credible.  &lt;br/&gt;&lt;br/&gt; That’s it for now. Be proud and stay on it!&lt;br/&gt;&lt;br/&gt; —Holmes, Tiffiniy, and the whole Fight for the Future team.&lt;br/&gt;&lt;br/&gt; ___&lt;br/&gt;&lt;br/&gt; P.S. Huge credit goes to participants in the 11/16 American Censorship Day protest: Mozilla, 4chan, BoingBoing, Tumblr, TGWTG, and thousands of others.  That’s what got this ball rolling!  Reddit, both the community and the team behind it, you’re amazing.  And of course, thanks to the Wikimedians whose patient and inexorable pursuit of the right answer brought them to take world-changing action. Thanks to David S, David K, Cory D, and E Stark for bold action at critical times.&lt;br/&gt;&lt;br/&gt; P.P.S. If you haven’t already, show this video to as many people as you can. It works! &lt;a href="http://act.fightforthefuture.org/page/m/2e1f2081/1d1470ce/7181d582/f863ec6/2334026963/VEsC/" target="_blank"&gt;&lt;a href="http://fightforthefuture.org/pipa/" target="_blank"&gt;http://fightforthefuture.org/pipa/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=x8ju_dU1STQ:yB42fOWuE00:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=x8ju_dU1STQ:yB42fOWuE00:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=x8ju_dU1STQ:yB42fOWuE00:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=x8ju_dU1STQ:yB42fOWuE00:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=x8ju_dU1STQ:yB42fOWuE00:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/x8ju_dU1STQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/x8ju_dU1STQ/16108360590</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16108360590</guid><pubDate>Thu, 19 Jan 2012 01:07:05 -0700</pubDate><category>pipa</category><category>sopa</category><category>internet</category><category>censorship</category><category>government</category><category>united</category><feedburner:origLink>http://blog.icodeclarity.com/post/16108360590</feedburner:origLink></item><item><title>SOPA &amp; PIPA (PROTECT-IP) Bills</title><description>&lt;p&gt;Code Clarity has officially &lt;em&gt;jumped on the bandwagon&lt;/em&gt; to support a good cause. Stopping the two (of three) Bills that could cripple the Internet. Initially, I thought it was just hype. Well on a break I took a few days ago, I decided to read a small portion of the giant (and very dry) text called the SOPA Bill. I wanted to post this for my clients and instead of just saying that I am boycotting and against these bills I wanted to post a few resources that I &lt;strong&gt;urge all of my clients&lt;/strong&gt; to take a peak at. These bills, if passed, will take away our Freedom of Speak, many rights we have as Americans and worse of all &lt;em&gt;Break the Internet&lt;/em&gt;. I know that sounds silly, but please educate yourself of this situation and what we are up against. I believe that there is a better way for our Government to approach stopping Online Copyright Infringement. Two really important words in that last sentence, &lt;strong&gt;Our Government&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;For quick information, please visit:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sopastrike.com/" target="_blank"&gt;http://sopastrike.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://fightforthefuture.org/pipa" target="_blank"&gt;http://fightforthefuture.org/pipa&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://publicknowledge.org/issues/rogue-websites-legislation" target="_blank"&gt;House Bill 3261, The Stop Online Piracy Act (SOPA), or #SOPA on Twitter&lt;/a&gt;&lt;span&gt; ,and its cousin in the Senate, S.968, the “Preventing Real Online Threats to Economic Creativity and Theft of Intellectual Property Act,” or the PROTECT IP Act, commonly known as “#PIPA” or #ProtectIP on Twitter targets websites that distribute infringing materials by having the Department of Justice block those websites.&lt;/span&gt;&lt;strong&gt; &lt;/strong&gt;&lt;span&gt;The bill has already passed out of committee and is primed for consideration by the full Senate. What does this mean? PIPA is &lt;/span&gt;&lt;em&gt;much farther along in the process&lt;/em&gt;&lt;span&gt; than its House cousin the “Stop Online Piracy Act,” or SOPA.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;There are a number of serious issues with the way PIPA and SOPA try to tackle the legitimate concern of websites that infringe copyrights and trademarks:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;strong&gt;PIPA is overbroad.&lt;/strong&gt; By including “information location tools,” it makes nearly every actor on the Internet a potential violator.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PIPA is bad international precedent.&lt;/strong&gt; By sanctioning government interference with DNS, it would be used as justification for other countries to hinder freedom of expression of online.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PIPA is ripe for abuse.&lt;/strong&gt; By creating a “private right of action,” rights holders could directly go after payment processors and ad networks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PIPA speeds fragmentation of the Internet.&lt;/strong&gt; By targeting DNS, it could lead to a fragmentation of the Internet, running contrary to the U.S. government’s commitment to advancing a single, global Internet.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;via &lt;/strong&gt;&lt;strong&gt;&lt;a href="http://publicknowledge.org/e-parasite-stop-online-piracy-act#pipa" target="_blank"&gt;http://publicknowledge.org/e-parasite-stop-online-piracy-act#pipa&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;For more information, please read:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;For an in-depth analysis of PIPA, read this &lt;a href="http://publicknowledge.org/blog/coica-v-20-protect-ip-act" target="_blank"&gt;blog post&lt;/a&gt; by PK Deputy Legal Director Sherwin Siy.&lt;/li&gt;
&lt;li&gt;Read about why &lt;a href="http://publicknowledge.org/blog/internet-engineers-criticize-protect-ip-dns-p" target="_blank"&gt;prominent Internet engineers are against PIPA&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Read this &lt;a href="http://publicknowledge.org/Public-Interest-Letter-PROTECT-IP-Act" target="_blank"&gt;letter from 13 public interest organizations&lt;/a&gt; in opposition to PIPA.&lt;/li&gt;
&lt;li&gt;Read about why the &lt;a href="http://www.nytimes.com/2011/06/09/opinion/09thu1.html" target="_blank"&gt;New York Times&lt;/a&gt; and &lt;a href="http://articles.latimes.com/2011/jun/07/opinion/la-ed-protectip-20110607" target="_blank"&gt;LA Times&lt;/a&gt; came out against PIPA as written.&lt;/li&gt;
&lt;li&gt;Read this &lt;a href="http://www.scribd.com/doc/59241037/PROTECT-IP-Letter-Final" target="_blank"&gt;letter from 100+ law professors&lt;/a&gt; opposing PIPA.&lt;/li&gt;
&lt;li&gt;Read this &lt;a href="http://www.usv.com/2011/06/the-protect-ip-act-will-slow-start-up-innovation.php" target="_blank"&gt;letter from 50 venture capitalists&lt;/a&gt; expressing concern with PIPA.&lt;/li&gt;
&lt;li&gt;Read the &lt;a href="http://publicknowledge.org/netcoalition-letter-regarding-private-right-action" target="_blank"&gt;letter from NetCoalition&lt;/a&gt; concerning the Private Right of Action in PIPA.&lt;/li&gt;
&lt;li&gt;Read the text of &lt;a href="http://thomas.loc.gov/cgi-bin/query/z?c112:S.968:" target="_blank"&gt;PIPA&lt;/a&gt; yourself.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FvSSetko0u0:NzzSsPv635A:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FvSSetko0u0:NzzSsPv635A:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FvSSetko0u0:NzzSsPv635A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=FvSSetko0u0:NzzSsPv635A:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=FvSSetko0u0:NzzSsPv635A:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/FvSSetko0u0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/FvSSetko0u0/16052306015</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16052306015</guid><pubDate>Tue, 17 Jan 2012 23:16:46 -0700</pubDate><category>web design</category><category>web development</category><category>internet privacy</category><category>internet security</category><category>united states of america</category><category>sopa</category><category>protect-ip</category><category>pipa</category><category>freedom of speech</category><feedburner:origLink>http://blog.icodeclarity.com/post/16052306015</feedburner:origLink></item><item><title>Collection of Web Design and SEO Bookmarklets</title><description>&lt;p&gt;Design Bookmarklets can be a very valuable tool if you utilize them correctly. There are so many websites at this point that offer free services such as Keywork Generators, SEO PageRanks, Onscreen CSS and HTML Overviews and tons more. Here is my giant list of Web Development and SEO Bookmarklets. &lt;/p&gt;
&lt;p&gt;Now, to have the same accessibility and quick access that I have to the Design Bookmarklets, you should setup your Bookmark Toolbar in the following manner:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Create a Folder in your Bookmark Toolbar called ‘Design-marklets’ (or similar).&lt;/li&gt;
&lt;li&gt;Create the following folders in the &lt;em&gt;parent&lt;/em&gt; folder: ‘&lt;em&gt;Web Design’&lt;/em&gt;, ‘&lt;em&gt;SEO &amp; Social Media’&lt;/em&gt;, ‘&lt;em&gt;Browser Screenshots’&lt;/em&gt;, ‘&lt;em&gt;Other Bookmarklets’&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Starting with the folder &lt;em&gt;‘Web Design’ &lt;/em&gt;in the parent folder &lt;em&gt;‘Design-marklets’&lt;/em&gt;, drag and drop the Bookmark from the sections below into that folder.&lt;/li&gt;
&lt;li&gt;Do the same for each category. &lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;That will create the simple setup of very helpful Web Development and SEO Bookmarklets that I have collected and created.&lt;/p&gt;
&lt;h3&gt;Web Design&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Aardvark&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Quick website overview including element selection, css and javascript tools. Provides a HUD for interaction. Press the ‘h’ key for Help.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:(function()%7Bfunction%20A(n,g)%7Bvar%20p=n.parentNode,t=n.tagName;if(!p)return%20%22%22;if(!t)return%20A(p,g);var%20T=t.toUpperCase(),b=(T!=%22TABLE%22&amp;&amp;T!=%22TBODY%22&amp;&amp;T!=%22THEAD%22&amp;&amp;T!=%22TR%22),c=n.className,i=n.id;return%20A(p,'%20&gt;%20')+(b?T:T.toLowerCase())+(c?%22.%22+c:%22%22)+(i?%22#%22+i:%22%22)+(b?g:'%20');%7Ddocument.onmouseover=function(e)%7Be=e?e:event;var%20s,g=e.target;g=g?g:e.srcElement;try%7Bs=A(g,'')+%22%20(click%20for%20computed%20styles)%22;%7Dcatch(err)%7Bs=err.message;%7Dwindow.status=s;return%20true;%7D;window.status=A(document.documentElement,'');var%20newSS,styles='*%20%7B%20cursor:%20crosshair;%20%7D';newSS=document.createElement('link');newSS.rel='stylesheet';newSS.type='text/css';newSS.href='data:text/css,'+escape(styles);document.getElementsByTagName(%22head%22)%5B0%5D.appendChild(newSS);document.onclick=function(e)%7Be=e?e:event;var%20s,g=e.target;g=g?g:e.srcElement;var%20x=window.open('','computedStyles');x.document.open();x.document.close();var%20d=x.document;x.onunload=function()%7Bdocument.onclick=null;document.onmouseover=null;window.status=null;newSS.href='data:text/css,';%7D;function%20sp(n,t,col)%7Bvar%20r=d.createElement(n);r.appendChild(d.createTextNode(t));if(col)r.style.color=col;return%20r;%7Dvar%20typeIndex=%7B'top':1,'bottom':1,'height':1,'width':1,'left':1,'right':1,'position':0,'display':0,'-moz-appearance':0,'-moz-box-sizing':0%7D;var%20colors=%5B%22red%22,%22green%22,%22black%22%5D;function%20undirect(v)%7Breturn%20v.replace(/%5C-(left%7Ctop%7Cbottom%7Cright)/,%22-*%22);%7Dfunction%20diff(n,p)%7Bpcs=p.ownerDocument.defaultView.getComputedStyle(p,%22%22);ncs=n.ownerDocument.defaultView.getComputedStyle(n,%22%22);var%20A=%5B%5D;var%20B=%7B%7D;var%20C=%7B%7D;for(var%20i=0;i&lt;ncs.length;++i)%7Bvar%20e=ncs.item(i),v=ncs.getPropertyValue(e),pv=pcs.getPropertyValue(e);if(v!=pv)%7Bvar%20u=undirect(e);if(u.indexOf(%22-*%22)!=-1)%7Bif(!B%5Bu%5D)B%5Bu%5D=%5B0,v%5D;if(B%5Bu%5D%5B1%5D==v)++(B%5Bu%5D%5B0%5D);%7DA.push(%5BtypeIndex%5Be%5D!=null?typeIndex%5Be%5D:2,e,v%5D);%7D%7DA=A.sort();for(var%20u%20in%20B)if(B%5Bu%5D%5B0%5D==4)C%5Bu%5D=true;for(var%20i%20in%20A)%7Bvar%20t=A%5Bi%5D,e=t%5B1%5D,v=t%5B2%5D,u=undirect(e);if(C%5Bu%5D)%7Bif(t%5B1%5D.indexOf(%22-left%22)!=-1)d.body.appendChild(sp(%22div%22,u+%22:%20%22+v,colors%5Bt%5B0%5D%5D));%7Delse%20d.body.appendChild(sp(%22div%22,e+%22:%20%22+v,colors%5Bt%5B0%5D%5D));%7D%7Dfunction%20info(n)%7Bif(!n)return;if(n.tagName)%7Bd.body.appendChild(sp(%22h4%22,A(n,'')));diff(n,n.parentNode.nodeType!='9'?n.parentNode:d.documentElement);%7Dinfo(n.parentNode);%7Dd.body.appendChild(sp(%22p%22,%22This%20shows%20how%20the%20computed%20style%20of%20each%20node%20differs%20from%20the%20computed%20style%20of%20its%20parent.%20The%20root%20element,%20which%20has%20no%20parent,%20is%20instead%20compared%20against%20the%20root%20of%20a%20blank%20HTML%20document.%22));info(g);x.focus();e.preventDefault();%7D%7D)()" target="_blank"&gt;Aardvark&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Built With&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Bookmark will show you the current technologies used on the website that you are viewing.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:void(location='http://builtwith.com/?'+escape(location))" target="_blank"&gt;Built With&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Computed Styles&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By selecting elements, you are able to retreive detailed information regarding that element include CSS and DOM.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:(function()%7Bfunction%20A(n,g)%7Bvar%20p=n.parentNode,t=n.tagName;if(!p)return%20%22%22;if(!t)return%20A(p,g);var%20T=t.toUpperCase(),b=(T!=%22TABLE%22&amp;&amp;T!=%22TBODY%22&amp;&amp;T!=%22THEAD%22&amp;&amp;T!=%22TR%22),c=n.className,i=n.id;return%20A(p,'%20&gt;%20')+(b?T:T.toLowerCase())+(c?%22.%22+c:%22%22)+(i?%22#%22+i:%22%22)+(b?g:'%20');%7Ddocument.onmouseover=function(e)%7Be=e?e:event;var%20s,g=e.target;g=g?g:e.srcElement;try%7Bs=A(g,'')+%22%20(click%20for%20computed%20styles)%22;%7Dcatch(err)%7Bs=err.message;%7Dwindow.status=s;return%20true;%7D;window.status=A(document.documentElement,'');var%20newSS,styles='*%20%7B%20cursor:%20crosshair;%20%7D';newSS=document.createElement('link');newSS.rel='stylesheet';newSS.type='text/css';newSS.href='data:text/css,'+escape(styles);document.getElementsByTagName(%22head%22)%5B0%5D.appendChild(newSS);document.onclick=function(e)%7Be=e?e:event;var%20s,g=e.target;g=g?g:e.srcElement;var%20x=window.open('','computedStyles');x.document.open();x.document.close();var%20d=x.document;x.onunload=function()%7Bdocument.onclick=null;document.onmouseover=null;window.status=null;newSS.href='data:text/css,';%7D;function%20sp(n,t,col)%7Bvar%20r=d.createElement(n);r.appendChild(d.createTextNode(t));if(col)r.style.color=col;return%20r;%7Dvar%20typeIndex=%7B'top':1,'bottom':1,'height':1,'width':1,'left':1,'right':1,'position':0,'display':0,'-moz-appearance':0,'-moz-box-sizing':0%7D;var%20colors=%5B%22red%22,%22green%22,%22black%22%5D;function%20undirect(v)%7Breturn%20v.replace(/%5C-(left%7Ctop%7Cbottom%7Cright)/,%22-*%22);%7Dfunction%20diff(n,p)%7Bpcs=p.ownerDocument.defaultView.getComputedStyle(p,%22%22);ncs=n.ownerDocument.defaultView.getComputedStyle(n,%22%22);var%20A=%5B%5D;var%20B=%7B%7D;var%20C=%7B%7D;for(var%20i=0;i&lt;ncs.length;++i)%7Bvar%20e=ncs.item(i),v=ncs.getPropertyValue(e),pv=pcs.getPropertyValue(e);if(v!=pv)%7Bvar%20u=undirect(e);if(u.indexOf(%22-*%22)!=-1)%7Bif(!B%5Bu%5D)B%5Bu%5D=%5B0,v%5D;if(B%5Bu%5D%5B1%5D==v)++(B%5Bu%5D%5B0%5D);%7DA.push(%5BtypeIndex%5Be%5D!=null?typeIndex%5Be%5D:2,e,v%5D);%7D%7DA=A.sort();for(var%20u%20in%20B)if(B%5Bu%5D%5B0%5D==4)C%5Bu%5D=true;for(var%20i%20in%20A)%7Bvar%20t=A%5Bi%5D,e=t%5B1%5D,v=t%5B2%5D,u=undirect(e);if(C%5Bu%5D)%7Bif(t%5B1%5D.indexOf(%22-left%22)!=-1)d.body.appendChild(sp(%22div%22,u+%22:%20%22+v,colors%5Bt%5B0%5D%5D));%7Delse%20d.body.appendChild(sp(%22div%22,e+%22:%20%22+v,colors%5Bt%5B0%5D%5D));%7D%7Dfunction%20info(n)%7Bif(!n)return;if(n.tagName)%7Bd.body.appendChild(sp(%22h4%22,A(n,'')));diff(n,n.parentNode.nodeType!='9'?n.parentNode:d.documentElement);%7Dinfo(n.parentNode);%7Dd.body.appendChild(sp(%22p%22,%22This%20shows%20how%20the%20computed%20style%20of%20each%20node%20differs%20from%20the%20computed%20style%20of%20its%20parent.%20The%20root%20element,%20which%20has%20no%20parent,%20is%20instead%20compared%20against%20the%20root%20of%20a%20blank%20HTML%20document.%22));info(g);x.focus();e.preventDefault();%7D%7D)()" target="_blank"&gt;Computed Styles&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;CSS Validator&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Validate your CSS&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:void(location='http://jigsaw.w3.org/css-validator/validator?profile=css21&amp;warning=0&amp;uri='+escape(location))" target="_blank"&gt;Validate CSS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Design&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Very helpful tool for Front-end website development. Offers four tools which includes a ruler, grid, crosshairs and unit-difference. Very valuable tool all packed into a very nice looking HUD on the bottom-right of your screen.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:function%20fnStartDesign(sUrl)%20%7Bvar%20nScript%20=%20document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);%7DfnStartDesign('http://www.sprymedia.co.uk/design/design/media/js/design-loader.js');" target="_blank"&gt;Design&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Slayeroffice Favelet Suite&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another great tool. Providing a HUD that gives the front-end developer/designer access to color lists, DOM tree chart, ruler, javascript tools and about 10 other very helpful tools.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:s=document.body.appendChild(document.createElement('script'));s.id='fs';s.language='javascript';void(s.src='http://slayeroffice.com/tools/suite/suite.js');" target="_blank"&gt;Favelet Suite&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HTML Validator&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Quick access to the W3C HTML/XHTML Validator.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:void(location='http://validator.w3.org/check?verbose=1&amp;uri='+escape(location))" target="_blank"&gt;Validate HTML&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Layout Grid Overlay&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Displays a Grid and Ruler that overlays your current website.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:void(myDiv=document.createElement('div'));void(myBody=document.getElementsByTagName('body')%5B0%5D);void(myDiv.style.background='url(http://www.andybudd.com/images/layoutgrid.png)');void(myDiv.style.position='absolute');void(myDiv.style.width='100%');void(myDiv.style.height='100%');void(myDiv.style.top='0');void(myDiv.style.left='0');void(myBody.appendChild(myDiv));" target="_blank"&gt;Layout Grid Overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MRI&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This bookmarklet has a great HUD Overlay. MRI will highlight and element that matches the selector or will show all selectors and id/classes when selecting an element.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:function%20loadScript(scriptURL)%20%7B%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src',%20scriptURL);%20document.body.appendChild(scriptElem);%7DloadScript('http://westciv.com/mri/theMRI.js');" target="_blank"&gt;MRI&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mouseover DOM Inspector (DOMI)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another HUD Overlay that inspects every element and displays on-screen information related to that element. In my top 10 list of Bookmarklets.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:prefFile='';void(z=document.body.appendChild(document.createElement('script')));void(z.language='javascript');void(z.type='text/javascript');void(z.src='http://slayeroffice.com/tools/modi/v2.0/modi_v2.0.js');void(z.id='modi');" target="_blank"&gt;Mouseover DOM Inspector&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Named Anchors &amp; Many Other Bookmarklets&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now I have chosen to to include many of these bookmarklets into my bookmark folder. There is an amazing amount of bookmarklets here and a few valuable ones too.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.squarefree.com/bookmarklets/webdevel.html#named_anchors" target="_blank"&gt;Named Anchors and More&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;SEO and Social Marketing&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;WooRank&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;View Website in WooRank. Here you will get a ranking for your website, key points of interest such as page performance, basic SEO knowledge, backlinks, and an evaluation of your website that will help it’s future and SERP.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:void((function()%7Bvar%20site=window.location.hostname.replace('www.','');var%20a=function()%7Bwindow.open('http://www.woorank.com/en/report/direct/site:'+site,'_blank')%7D;if(/Firefox/.test(navigator.userAgent))%7BsetTimeout(a,0)%7Delse%7Ba()%7D%7D)());" target="_blank"&gt;WooRank&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OpenSite Explorer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;View your website in OSE. OpenSite Explorer is a great SEO tool to find out what links you have submitted to the search engines and who is linking to you. There are Premium Services available too from SEOMoz.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!links'" target="_blank"&gt;OpenSite Explorer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GTMetrix&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Test your website on GTMetrix. If you worry about Page Performance, as you should, this website will test and rank your site or page. I have found that it can be more detailed than YSlow and Google Page Speed.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:(function(d)%7Bvar%20f=d.createElement('form');f.action='http://gtmetrix.com/analyze.html?bm';f.method='post';var%20i=d.createElement('input');i.type='hidden';i.name='url';i.value=document.location.href;f.appendChild(i);d.body.appendChild(f);f.submit();%7D)(document);" target="_blank"&gt;Test in GTMetrix&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Google Trends&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Google Trends is a great way for anybody working on SEO to view current and previous trends for websites and keywords.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:location.href='http://trends.google.com/websites?q=site%3A'+document.domain.replace('www.','');" target="_blank"&gt;View in Google Trends&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Extract Terms&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Using SEOMoz, you are able to extract 1 word, 2 word and 3 word phrases from your website that show up in the text, title tag and meta tags. Very handy little tool.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:location.href='http://www.seomoz.org/term-extractor?t_url='+location.href" target="_blank"&gt;Extract Terms&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keyword Eye Tool&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;KeywordEye is another term extraction tool. They have more options available to you and the keywords that are choosen for the particular page or site you pull up are actually organized by views as per SERP. Another very handy tool.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:location.href='http://www.keywordeye.co.uk/results.php?searchbox='+location.host+'&amp;target=GB'" target="_blank"&gt;Extract Terms with KeywordEye&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Site Indexation Queries&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;View your website in each individual search engine.&lt;/p&gt;
&lt;p&gt;&lt;a href="javascript:location.href='http://www.google.com/search?q=site%3A'+document.domain.replace('www.','');" target="_blank"&gt;Google Indexed Pages&lt;/a&gt;&lt;br/&gt;&lt;a href="javascript:location.href='http://search.yahoo.com/search?p=site%3A'+document.domain.replace('www.','');" target="_blank"&gt;Yahoo! Indexed Pages&lt;/a&gt;&lt;br/&gt;&lt;a href="javascript:location.href='http://www.bing.com/search?q=site%3A'+document.domain.replace('www.','');" target="_blank"&gt;Bing Indexed Pages &lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=2LEOhA0W-VQ:t1-jY_Az2SU:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=2LEOhA0W-VQ:t1-jY_Az2SU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=2LEOhA0W-VQ:t1-jY_Az2SU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=2LEOhA0W-VQ:t1-jY_Az2SU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=2LEOhA0W-VQ:t1-jY_Az2SU:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/2LEOhA0W-VQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/2LEOhA0W-VQ/16052028292</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/16052028292</guid><pubDate>Tue, 17 Jan 2012 23:08:18 -0700</pubDate><category>html</category><category>css</category><category>seo</category><category>tools</category><category>utilities</category><category>bookmarks</category><category>bookmarklets</category><category>resource</category><feedburner:origLink>http://blog.icodeclarity.com/post/16052028292</feedburner:origLink></item><item><title>Code Clarity's Charity of the Month - The Cancer League of Denver, Colorado</title><description>&lt;div&gt;
&lt;p&gt;This month’s charity is ‘The Cancer League of Denver, Colorado’. They have been providing &lt;em&gt;Cancer Research&lt;/em&gt; since 1985 and have raised over $10 Million dollars in donations for research. Below is a little more about &lt;em&gt;The Cancer League of Denver, Colorado. &lt;/em&gt;You can find them at &lt;a href="http://www.cancerleague.org/" title="Visit The Cancer League of Colorado's Homepage" target="_blank"&gt;&lt;a href="http://www.cancerleague.org/" target="_blank"&gt;http://www.cancerleague.org/&lt;/a&gt;&lt;/a&gt; and on Twitter at &lt;a href="http://twitter.com/CancerLeagueCO" title="Visit The Cancer League of Colorado on Twitter" target="_blank"&gt;&lt;a href="http://twitter.com/CancerLeagueCO" target="_blank"&gt;http://twitter.com/CancerLeagueCO&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;All Donations can be made, &lt;a href="https://www.blacktie-colorado.com/online_sales/nonprofit_donation.cfm?id=2282" title="Donate to The Cancer League of Colorado" target="_blank"&gt;here&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;!-- more --&gt;
&lt;h2&gt;About The Cancer League of Colorado&lt;/h2&gt;
&lt;p&gt;Cancer League of Colorado, Inc. was founded by five women whose families were affected by cancer.  These women personally experienced the heartache that comes with the disease.  From their individual struggles grew a joint commitment to raise money for research and patient care.  Their dream in founding Cancer League is to help find a cure for cancer.&lt;/p&gt;
&lt;p&gt;From the beginning, Cancer League has been committed to supporting cancer research and has raised and dispensed approximately $10 million to support Colorado research, patient care and family programs.  Cancer League grants have been made to projects across Colorado and have helped thousands of individuals and families fight cancer.&lt;/p&gt;
&lt;p&gt;Cancer League of Colorado, Inc is a 501(c)(3) non-profit organization composed entirely of volunteers.  Unique to non-profits, Cancer League has no paid staff and no offices.  All operating expenses are covered by membership dues.  Cancer League now has more than 400 volunteer members who share the commitment to fight cancer.&lt;span class="Italic"&gt; (&lt;a href="http://www.cancerleague.org/pdf%20files/bylaws.pdf" target="_blank"&gt;Cancer League of Colorado Bylaws as PDF file&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Cancer League of Colorado has a compassionate approach to raising dollars for cancer research and patient services within the State of Colorado. We are a 501 (c) 3, founded in 1969, with the mission of finding a cure for, or the means to control, cancer. We are unique in that our organization has no paid staff and no offices. Membership dues pay for all operating expenses.&lt;/p&gt;
&lt;p&gt;Cancer League’s philosophy states that, “We are a cohesive, caring group with close relations among our members to work toward our goal of fundraising to find a cure for cancer.”&lt;br/&gt;&lt;br/&gt;Our compassion is in our caring members, dollars raised, and volunteers’ time. We reach out with our advisory boards and the time and effort they put in to directing our grant programs. We are companions together as a group of more than 400 members who give personally of their time to make our mission a reality.&lt;/p&gt;
&lt;h2&gt;Services&lt;/h2&gt;
&lt;p&gt;Based on recommendations from our Scientific Advisory Board, each year the Funds Allocation Committee distributes monies for research and service grants. The Scientific Advisory Board is a group of Colorado medical doctors and research specialists who volunteer their time to insure the funds are sent to worthy organizations throughout the state of Colorado. Research for such grants is conducted at several facilities, which include the University of Colorado Health Sciences Center, Colorado State University, Children’s Hospital and the National Jewish Center for Immunology and Respiratory Care. Generally 90% of Cancer League’s funds are awarded for research grants; the remaining 10% are awarded to service grants.&lt;/p&gt;
&lt;p&gt;Service grants are awarded to organizations for such things as hospice care, educational materials, care to indigent patients and recreational activities for children fighting cancer. Past recipients include Boulder Hospice, Doctors Care, AMC Native American Cancer Research Program, Qualife Wellness, and the Visiting Nurses Association. All organizations benefit patients only in the state of Colorado.&lt;/p&gt;
&lt;p&gt;Cancer League of Colorado, Inc. was a founding institution for the Cancer Center at the University of Colorado Health Science Center, the only comprehensive cancer center in the Rocky Mountain Region. &lt;span class="Italic"&gt;(&lt;a href="http://www.uccc.info/cancercenter/content/home/default.asp?index=CancerHome&amp;title=University%20of%20Colorado%20Cancer%20Center" target="_blank"&gt;website&lt;/a&gt;, &lt;a href="mailto:libby.printz@uchsc.edu" target="_blank"&gt;Contact: Libby Printz&lt;/a&gt;).&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;The League was also instrumental in funding the Colorado Ronald McDonald House and Qualife, an organization dedicated to improving the quality of life for cancer patients.&lt;/p&gt;
&lt;p&gt;Cancer League funded research has been successful in leading to groundbreaking discoveries, particularly in the field of genetic research. Our funding played a major role in the following discoveries:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
&lt;p&gt;Establishment of a link between DDT and testicular, prostate and breast cancer. &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discovery of a protein that controls silencing DNA cell processes, which, if mutate, can lead to cancer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Identification of cancer-specific gene expression markers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discovery of a region of cell cycle protein, which is essential for its function in regulating normal cell division.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;
&lt;p&gt;Discovery of the gene targets involved in acute leukemia in humans.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=-buwAH-IjjM:bqz19TwGoZQ:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=-buwAH-IjjM:bqz19TwGoZQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=-buwAH-IjjM:bqz19TwGoZQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=-buwAH-IjjM:bqz19TwGoZQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=-buwAH-IjjM:bqz19TwGoZQ:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/-buwAH-IjjM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/-buwAH-IjjM/13570734488</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/13570734488</guid><pubDate>Wed, 30 Nov 2011 19:01:16 -0700</pubDate><category>code clarity charity of the month</category><category>charity</category><category>giving back</category><category>cancer league of colorado</category><feedburner:origLink>http://blog.icodeclarity.com/post/13570734488</feedburner:origLink></item><item><title>Developer Resource- jQuip by Demis Bellot</title><description>&lt;p&gt;Every week I am able to take just a tiny bit of time during a lunch break or an afternoon break to read up my &lt;em&gt;web developer&lt;/em&gt; news. I ran across this project, as did many other Web Design Blogs. I’ve been using jQuery since 2007 as my primary Javascript Framework and Library. Javascript has turned into such a powerful tool. It’s amazing to me how fast it’s came along. There are many debates to the effectiveness of jQuery for newer users and the size of jQuery has grown over the years. NetTuts recently published an article related to the Pros and Cons of jQuery even. (Published &lt;a href="http://net.tutsplus.com/articles/editorials/are-jquery-users-fools/" title="NetTuts article called 'Are jQuery Users Fools?'" target="_blank"&gt;here&lt;/a&gt;). When I found this project and saw that the author Demis Bellot was looking to &lt;em&gt;modularize&lt;/em&gt; jQuery— I just loved the concept. &lt;/p&gt;
&lt;p&gt;Take a look at the GitHub page and of course let us know what you think. I can see this concept and idea being popular with Mobile Developers. I know when I approach a simple HTML5 Mobile Website that I need to use just a little jQuery that I don’t want the whole library. I just need a few aspects of it to accomplish my mission.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;jQuery getting too big?&lt;/p&gt;
&lt;p&gt;The primary goal of this project would be for the feedback/demand to kickstart jquery.com into re-organizing its code-base so it’s more modular since we believe we’ve proved the most useful parts of jQuery is a fraction of its code-base.&lt;/p&gt;
&lt;p&gt;To this end, follow this project if you want jquery.com to measure the demand for this. Another project with similar goals is &lt;a href="http://ender.no.de/" target="_blank"&gt;&lt;a href="http://ender.no.de/" target="_blank"&gt;http://ender.no.de/&lt;/a&gt;&lt;/a&gt; - for node.js.&lt;a href="https://github.com/zgrossbart/jslim" target="_blank"&gt;JSLim&lt;/a&gt; is another project that takes a novel approach to reducing code size with advanced minification techniques.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://zeptojs.com/" target="_blank"&gt;Zepto.js&lt;/a&gt; is another great alternative to jQuery, it’s fast, light and optimized for mobile/webkit browsers. It’s a popular option for PhoneGap developers with full support for the &lt;a href="http://documentcloud.github.com/backbone/" target="_blank"&gt;Backbone.js&lt;/a&gt;, &lt;a href="http://documentcloud.github.com/underscore/" target="_blank"&gt;Underscore.js&lt;/a&gt; and &lt;a href="http://spinejs.com/" target="_blank"&gt;Spine.js&lt;/a&gt; frameworks. It has very recently added support for the latest Safari, Chrome, Firefox and Opera browsers - it makes use of latest EcmaScript 5 APIs without shims so if this is your targetted market, we encourage you to try it.&lt;/p&gt;
&lt;p&gt;Based on recent posts it does looks like jQuery wants to &lt;a href="http://blog.jquery.com/2011/11/08/building-a-slimmer-jquery/" target="_blank"&gt;build a slimmer jQuery&lt;/a&gt;. Although we don’t thing giving a trim is going far enough, we hope they perform larger re-structural changes allowing us to use most of the useful parts at a fraction of their cost. Their &lt;a href="https://groups.google.com/forum/#!topic/jquery-bugs-team/17rGK6eAAxI/discussion" target="_blank"&gt;recent conversations into future file size reduction&lt;/a&gt; do sound promising.&lt;/p&gt;
&lt;h1&gt;Introducing jquip - aka jQuery-in-parts.&lt;/h1&gt;
&lt;p&gt;Smaller, Lighter, Faster, more modular jQuery - include only the parts you want! Don’t use it, Don’t include it.&lt;/p&gt;
&lt;p&gt;Minified &amp; gzipped code sizes (v.02):&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;jquip.js (5.7k)&lt;/li&gt;
&lt;li&gt;jquip.events.js (1k)&lt;/li&gt;
&lt;li&gt;jquip.docready.js (.5k)&lt;/li&gt;
&lt;li&gt;jquip.css.js (1.6k)&lt;/li&gt;
&lt;li&gt;jquip.ajax.js (.9k)&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Query Engine options (not required for modern browsers)&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;jquip.q-min.js (.6k) - An extremely fast but limited query engine (see below)&lt;/li&gt;
&lt;li&gt;jquip.q-qwery.js (2.6k) - A New fast replacement for Sizzle.js&lt;/li&gt;
&lt;li&gt;jquip.q-sizzle.js (5.29k) - Sizzle.js&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;The core &lt;strong&gt;jquip.js&lt;/strong&gt; is only &lt;strong&gt;5.7KB&lt;/strong&gt; (minified and gzipped) - a fraction of the size of jQuery.&lt;/p&gt;
&lt;p&gt;Has 90% of the good parts of jQuery (rest to be added plugins as needed), small enough to drop-in as source saving an external js reference.&lt;/p&gt;
&lt;h3&gt;Automatically downloads parts needed for older browsers&lt;/h3&gt;
&lt;p&gt;Sizzle.js is only added on demand from &lt;a href="http://cdnjs.com/" target="_blank"&gt;cdnjs.com&lt;/a&gt; for browers that need it (i.e. &lt;=IE7) which we believe this is the optimal way to download shims for browsers that need it. We still have some testing to do, but that is at least our goal.&lt;/p&gt;
&lt;p&gt;Most code has been ported from jQuery or Zepto.js and optimized where possible, e.g. internals use underscore’s native &lt;code&gt;_.each&lt;/code&gt; over jquery’s slower&lt;code&gt;$.each&lt;/code&gt; etc.&lt;/p&gt;
&lt;p&gt;Licence: &lt;a href="http://www.opensource.org/licenses/mit-license.php" target="_blank"&gt;&lt;a href="http://www.opensource.org/licenses/mit-license.php" target="_blank"&gt;http://www.opensource.org/licenses/mit-license.php&lt;/a&gt;&lt;/a&gt; (Same as jQuery and Zepto.js)&lt;/p&gt;
&lt;h3&gt;Build customizable jquip packages with the &lt;a href="http://www.servicestack.net/jqbuilder/" target="_blank"&gt;jQuip Library Builder service&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The &lt;a href="http://servicestack.net/jqbuilder/demo.htm" target="_blank"&gt;jquip Simple Demo&lt;/a&gt; is also available to try online, whilst a version &lt;a href="https://github.com/mythz/jquip/blob/master/demo.closure-advanced.htm" target="_blank"&gt;compiled with Google’s Closure Library (Advanced mode) is in the repo&lt;/a&gt;.&lt;/p&gt;
&lt;h4&gt;Disclaimer&lt;/h4&gt;
&lt;p&gt;This is &lt;strong&gt;NOT&lt;/strong&gt; an official &lt;a href="http://jquery.com/" target="_blank"&gt;jQuery.com&lt;/a&gt; project.&lt;/p&gt;
&lt;p&gt;Code-base will now be more stable as we’ve reached our goal of jquip.js (with the &lt;strong&gt;events&lt;/strong&gt; + &lt;strong&gt;docready&lt;/strong&gt; plugins) working in Backbone.js, there are likely a few fixes still to be added but the core is close to feature complete and wont require the major refactoring done recently.&lt;/p&gt;
&lt;p&gt;We would still like to hear feedback on issues/non-implemented core functionality so we can measure the API popularity of missing pieces.&lt;/p&gt;
&lt;div&gt;
&lt;h2&gt;News&lt;/h2&gt;
&lt;h3&gt;v.02&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;We now are able to compile in Closure Compiler’s advanced compilation mode! The minified output passes Backbone.js test suite and reports only 1 not implemented feature in Spine.js tests. We still have Closure Compiler warnings as a result of un-annotated methods which we’ll look at adding in the near future.&lt;/li&gt;
&lt;li&gt;The source code was modified (somewhat unnaturally) so it would work with the Closure Compiler, i.e. have all the API methods exported correctly.&lt;/li&gt;
&lt;li&gt;The total code-size (min+gzip) for jquip and non-query plugins (i.e. docready,events,css,ajax,custom) is &lt;strong&gt;9.67k&lt;/strong&gt; in advanced mode and &lt;strong&gt;9.86k&lt;/strong&gt; in Simple mode.&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;v.01&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;Abstracted Events, pluggable query engines and new &lt;code&gt;$().find&lt;/code&gt; and &lt;code&gt;Events&lt;/code&gt; system courtesy of the much leaner implementation in &lt;a href="http://zeptojs.com/" target="_blank"&gt;Zepto.js&lt;/a&gt;, refactored to support multiple browsers.&lt;/li&gt;
&lt;li&gt;We are now passing Backbone.js latest test-suite in all the latest browsers!
&lt;ul&gt;&lt;li&gt;(we’ll get to older IE browsers as soon as we find a PC with them installed :)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;pre-alpha, first release&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;Customizable Library builder service at&lt;/li&gt;
&lt;li&gt;Node js build scripts added to minify jquip with UglifyJS.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;Roadmap&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Getting jquip to work in Google Closure Compiler’s advanced compilation mode without warnings so it can be used to programatically strip out dead code your application doesn’t use for an even smaller footprint!&lt;/li&gt;
&lt;li&gt;Add caching to improve performance&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;Changes&lt;/h2&gt;
&lt;h4&gt;v.01&lt;/h4&gt;
&lt;ul&gt;&lt;li&gt;New Spine.js tests added as well, now passing all but 1 test (in latest browsers)&lt;/li&gt;
&lt;li&gt;New tests added and bug fixes. Backbone.js latest test suite now passes in all the latest browsers - now included in the &lt;strong&gt;/test&lt;/strong&gt; folder.&lt;/li&gt;
&lt;li&gt;New Event system added as a plugin, now with abstracted events.
&lt;ul&gt;&lt;li&gt;We expect most devs would want to include events, but can now be stripped if you dont.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Query engines are now pluggable and none are included by default but will auto detect window.Sizzle or window.qwery if available and automatically download Sizzle.js from &lt;a href="http://cdnjs.com/" target="_blank"&gt;cdnjs.com&lt;/a&gt; if a browser doesn’t support &lt;code&gt;document.querySelectorAll&lt;/code&gt; (i.e. &lt;=IE7). Note: because there’s no Sizzle.js it’s important to be aware of limitations when relying on browsers native querySelector implementations, i.e. there are &lt;a href="http://www.javascriptkit.com/dhtmltutors/css_selectors_api.shtml" target="_blank"&gt;restrictions in IE8&lt;/a&gt; where the HTML page must be in standards mode and Safari in quirks mode &lt;a href="http://www.wordsbyf.at/2011/11/23/selectors-selectoring/" target="_blank"&gt;can’t handle uppercase or unicode characters&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h4&gt;pre-alpha&lt;/h4&gt;
&lt;ul&gt;&lt;li&gt;$.addConstructor is now &lt;code&gt;$.hook&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;$.addPlugin is now &lt;code&gt;$.plug&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;scrollLeft&lt;/strong&gt; and &lt;strong&gt;scrollTop&lt;/strong&gt; is now in the &lt;strong&gt;css&lt;/strong&gt; plugin&lt;/li&gt;
&lt;li&gt;Due to a request by the jQuery team we’re no longer assigning the &lt;strong&gt;jQuery&lt;/strong&gt; variable, you will now need to manually change this yourself on the first line of jquip.js:&lt;br/&gt;&lt;code&gt;window.jquip = window.$ = (function()..&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;What’s in the box? - i.e. the 90% good parts&lt;/h2&gt;
&lt;p&gt;Methods marked with * are only partially implemented.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://api.jquery.com/jQuery/" target="_blank"&gt;$(selector)&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;$(selector, context), $(element), $(array)&lt;/li&gt;
&lt;li&gt;$(callback) requires &lt;strong&gt;docready&lt;/strong&gt; plugin.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Methods operating on a &lt;code&gt;$(selctor)&lt;/code&gt;&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;add&lt;/li&gt;
&lt;li&gt;each&lt;/li&gt;
&lt;li&gt;attr&lt;/li&gt;
&lt;li&gt;removeAttr&lt;/li&gt;
&lt;li&gt;get&lt;/li&gt;
&lt;li&gt;toArray&lt;/li&gt;
&lt;li&gt;data&lt;/li&gt;
&lt;li&gt;append&lt;/li&gt;
&lt;li&gt;appendTo&lt;/li&gt;
&lt;li&gt;prepend&lt;/li&gt;
&lt;li&gt;prependTo&lt;/li&gt;
&lt;li&gt;before&lt;/li&gt;
&lt;li&gt;insertBefore&lt;/li&gt;
&lt;li&gt;after&lt;/li&gt;
&lt;li&gt;insertAfter&lt;/li&gt;
&lt;li&gt;toggle*&lt;/li&gt;
&lt;li&gt;hide, show, fadeIn and fadeOut - does so without animation, consider using &lt;a href="http://playground.benbarnett.net/jquery-animate-enhanced/" target="_blank"&gt;jquery.animate-enhanced plugin&lt;/a&gt;*&lt;/li&gt;
&lt;li&gt;eq&lt;/li&gt;
&lt;li&gt;first&lt;/li&gt;
&lt;li&gt;last&lt;/li&gt;
&lt;li&gt;slice&lt;/li&gt;
&lt;li&gt;find&lt;/li&gt;
&lt;li&gt;not&lt;/li&gt;
&lt;li&gt;filter&lt;/li&gt;
&lt;li&gt;indexOf&lt;/li&gt;
&lt;li&gt;is&lt;/li&gt;
&lt;li&gt;remove&lt;/li&gt;
&lt;li&gt;val - does not do checkbox, select, etc.&lt;/li&gt;
&lt;li&gt;html&lt;/li&gt;
&lt;li&gt;text&lt;/li&gt;
&lt;li&gt;empty&lt;/li&gt;
&lt;li&gt;addClass&lt;/li&gt;
&lt;li&gt;removeClass&lt;/li&gt;
&lt;li&gt;hasClass&lt;/li&gt;
&lt;li&gt;parent&lt;/li&gt;
&lt;li&gt;parents&lt;/li&gt;
&lt;li&gt;parentsUntil&lt;/li&gt;
&lt;li&gt;next&lt;/li&gt;
&lt;li&gt;prev&lt;/li&gt;
&lt;li&gt;nextAll&lt;/li&gt;
&lt;li&gt;nextUntil&lt;/li&gt;
&lt;li&gt;prevUntil&lt;/li&gt;
&lt;li&gt;siblings&lt;/li&gt;
&lt;li&gt;children&lt;/li&gt;
&lt;li&gt;contents&lt;/li&gt;
&lt;li&gt;serializeArray&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;static methods off $&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;$$ - querySelectorAll or query engine shim&lt;/li&gt;
&lt;li&gt;$.each&lt;/li&gt;
&lt;li&gt;&lt;a href="http://documentcloud.github.com/underscore/#each" target="_blank"&gt;$._each&lt;/a&gt; - Underscore’s native each&lt;/li&gt;
&lt;li&gt;&lt;a href="http://documentcloud.github.com/underscore/#indexOf" target="_blank"&gt;$._indexOf&lt;/a&gt; - Underscore’s indexOf&lt;/li&gt;
&lt;li&gt;&lt;a href="http://documentcloud.github.com/underscore/#defaults" target="_blank"&gt;$._defaults&lt;/a&gt; - Underscore’s defaults&lt;/li&gt;
&lt;li&gt;&lt;a href="http://documentcloud.github.com/underscore/#filter" target="_blank"&gt;$._filter&lt;/a&gt; - Underscore’s filter&lt;/li&gt;
&lt;li&gt;$.filter&lt;/li&gt;
&lt;li&gt;$.dir&lt;/li&gt;
&lt;li&gt;$.nth&lt;/li&gt;
&lt;li&gt;$.sibling&lt;/li&gt;
&lt;li&gt;$.grep&lt;/li&gt;
&lt;li&gt;$.map&lt;/li&gt;
&lt;li&gt;$.data&lt;/li&gt;
&lt;li&gt;$.attrs&lt;/li&gt;
&lt;li&gt;$.trim&lt;/li&gt;
&lt;li&gt;$.isFunction&lt;/li&gt;
&lt;li&gt;$.isArray&lt;/li&gt;
&lt;li&gt;$.isWindow&lt;/li&gt;
&lt;li&gt;$.isNaN&lt;/li&gt;
&lt;li&gt;$.merge&lt;/li&gt;
&lt;li&gt;$.extend&lt;/li&gt;
&lt;li&gt;$.makeArray&lt;/li&gt;
&lt;li&gt;$.hasClass&lt;/li&gt;
&lt;li&gt;$.typeOf - safe type of an variable&lt;/li&gt;
&lt;li&gt;$.loadScript - (url, callback [, async]) load an external script dynamically&lt;/li&gt;
&lt;li&gt;$.htmlFrag - creates a document fragment from a html string &lt;strong&gt;(name changed)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;$.walk - traveres all childElems including self &lt;code&gt;(predicateFn, [[, context], results])&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;$.query - query Engine i.r. doc.querySelector || queryEngine Shim&lt;/li&gt;
&lt;li&gt;$.attrs - an elements attributes&lt;/li&gt;
&lt;li&gt;$.unique - return a unique list of elements in document order&lt;/li&gt;
&lt;li&gt;$.contains - parent element contains sibling&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;Plugins&lt;/h2&gt;
&lt;p&gt;Pick and choose the parts of jQuery when and add you use them.&lt;/p&gt;
&lt;p&gt;Other parts of jQuery can be Added via Plugins which is simply a matter of copying or including the script after the core &lt;code&gt;jquip.js&lt;/code&gt;.&lt;/p&gt;
&lt;h3&gt;&lt;a href="https://github.com/mythz/jquip/blob/master/src/jquip.events.js" target="_blank"&gt;events&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;Methods on &lt;code&gt;$(selector)&lt;/code&gt;&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;bind&lt;/li&gt;
&lt;li&gt;unbind&lt;/li&gt;
&lt;li&gt;one&lt;/li&gt;
&lt;li&gt;delegate&lt;/li&gt;
&lt;li&gt;undelegate&lt;/li&gt;
&lt;li&gt;live&lt;/li&gt;
&lt;li&gt;die&lt;/li&gt;
&lt;li&gt;trigger&lt;/li&gt;
&lt;li&gt;$.bind&lt;/li&gt;
&lt;li&gt;$.unbind&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Helpers on &lt;code&gt;$(selector)&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error&lt;/p&gt;
&lt;h3&gt;&lt;a href="https://github.com/mythz/jquip/blob/master/src/jquip.docready.js" target="_blank"&gt;documentReady&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;yep, it’s a plugin!&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://api.jquery.com/ready/" target="_blank"&gt;$(function())&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://api.jquery.com/ready/" target="_blank"&gt;$.ready&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;&lt;a href="https://github.com/mythz/jquip/blob/master/src/jquip.css.js" target="_blank"&gt;css&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://api.jquery.com/css/" target="_blank"&gt;$.css&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;width&lt;/li&gt;
&lt;li&gt;height&lt;/li&gt;
&lt;li&gt;innerHeight&lt;/li&gt;
&lt;li&gt;innerWidth&lt;/li&gt;
&lt;li&gt;outerHeight&lt;/li&gt;
&lt;li&gt;outerWidth&lt;/li&gt;
&lt;li&gt;scrollLeft&lt;/li&gt;
&lt;li&gt;scrollTop&lt;/li&gt;
&lt;li&gt;$.camelCase&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;&lt;a href="https://github.com/mythz/jquip/blob/master/src/jquip.ajax.js" target="_blank"&gt;ajax&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;based on &lt;a href="http://www.davidflanagan.com/javascript5/display.php?n=20-1&amp;f=20/01.js" target="_blank"&gt;David Flanagan HttpUtils&lt;/a&gt; modfied to work like jQuery’s ajax.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;$.xhr (cross-browser XHR Native Object)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://api.jquery.com/jQuery.ajax/" target="_blank"&gt;$.ajax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://api.jquery.com/jQuery.getJSON/" target="_blank"&gt;$.getJSON&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;$.get&lt;/li&gt;
&lt;li&gt;$.post&lt;/li&gt;
&lt;li&gt;$.formData - convert object hash into a url Encoded string component&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;&lt;a href="https://github.com/mythz/jquip/blob/master/src/jquip.custom.js" target="_blank"&gt;custom&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://documentcloud.github.com/underscore/#template" target="_blank"&gt;$._template&lt;/a&gt; - Underscore’s template&lt;/li&gt;
&lt;li&gt;$.queryString - cached map of queryString variables&lt;/li&gt;
&lt;li&gt;$.is[Tab|Enter|Shift|…] - static functions to detect named keys pressed, e.g. &lt;code&gt;if ($.isEnter(e)) console.log("pressed enter")&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;$.cancelEvent - cross-browser fn to &lt;code&gt;preventDefault()&lt;/code&gt; and &lt;code&gt;stopPropogation()&lt;/code&gt;, returns false.&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Plugin Authors (adding your own plugins)&lt;/h3&gt;
&lt;p&gt;Extending jquip:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;code&gt;plug(name, fn($))&lt;/code&gt; - Register your own plugin, mutate &lt;code&gt;$&lt;/code&gt; to extend jquip.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;bool $.hook (function(selector, contxt))&lt;/code&gt; - Intercept the constructor request.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;$.setQuery (function(selector, context))&lt;/code&gt; - plugin your own query engine&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;You can also include Sizzle.js or qwery.js above jquip.js (using IE’s conditional comments is a good approach), it will automatically be registered. The q-{queryEngine}.js plugins are also self-registering.&lt;/p&gt;
&lt;p&gt;Intercept the &lt;code&gt;$(){ .. }&lt;/code&gt; constructor and inject your own implementation. Return true to short-circuit. e.g: from the &lt;strong&gt;docready&lt;/strong&gt; plugin:&lt;/p&gt;
&lt;p&gt;$.plug(“docready”, function ($) { $.hook(function (selector, ctx) { if (typeof selector == “function”) { this.ready(selector); return true; } }); … });&lt;/p&gt;
&lt;h2&gt;Limitations&lt;/h2&gt;
&lt;p&gt;Many corner cases we feel that are not likely to be hit in normal development have been intentionally stripped out, it’s therefore possible for older browsers to experience some issues if you code hits these edge cases.&lt;/p&gt;
&lt;p&gt;In addition to its fluent API, jQuery does &lt;strong&gt;a lot&lt;/strong&gt; of cross-browser normalization as well as sanitization and quarantine for edge cases in older browsers which no doubt makes it a safer but slower option.&lt;/p&gt;
&lt;p&gt;Non supported examples:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Script tags in inserted HTML are not automatically evaluated&lt;/li&gt;
&lt;li&gt;Attributes and event handlers of cloned html fragments are not copied across&lt;/li&gt;
&lt;li&gt;No expression support beyond the browsers native &lt;strong&gt;querySelector&lt;/strong&gt; APIs or Sizzle.js shim&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;We prefer not to take the perf and code-bloat hit of this quarantine - if your app does hit one of these edge cases you will either need to code a specific workaround for your apps usage (which will in all likely be more optimized than jQuery’s general purpose solution) or simply move back to using jQuery.&lt;/p&gt;
&lt;h2&gt;Best Practices&lt;/h2&gt;
&lt;p&gt;Contrary to the strong-held opinions of many “javascipt experts” DOMContentReady is rarely the fastest solution to run your app’s logic. It is a &lt;em&gt;safer option&lt;/em&gt;but in most cases your app will run faster if you execute your javascript somewhere below the HTML elements they reference even if it’s at the bottom of your page it will fire before DOMContentReady which is no longer required. This is the guidance from the &lt;a href="https://groups.google.com/forum/#!msg/closure-library-discuss/G-7Ltdavy0E/RjllWWJTXAcJ" target="_blank"&gt;Google Apps&lt;/a&gt; and YUI developer teams (amongst others). If you can’t control where user scripts are placed, DOMContentReady is still a suitable option. This &lt;a href="http://stackoverflow.com/q/1439382/85785" target="_blank"&gt;answer on StackOverflow&lt;/a&gt; provides a good overview over when to use it.&lt;/p&gt;
&lt;p&gt;We thought we’d clarify as we’ve received a lot of feedback (aka strong opinions) on this subject - this is why jQuery’s popular &lt;strong&gt;docready&lt;/strong&gt; is a plugin that’s not included by default - simply include it as a plugin if you wish.&lt;/p&gt;
&lt;p&gt;Simarily related, for best page load times you should &lt;a href="http://developer.yahoo.com/blogs/ydn/posts/2007/07/high_performanc_5/" target="_blank"&gt;move scripts to the bottom&lt;/a&gt; of your page, e.g. before the closing &lt;code&gt;&lt;/body&gt;&lt;/code&gt; tag.&lt;/p&gt;
&lt;p&gt;If you’re not referencing jquip near the bottom of your page and don’t have either the &lt;strong&gt;events&lt;/strong&gt; or &lt;strong&gt;docready&lt;/strong&gt; plugins included, you should call &lt;code&gt;$.onload()&lt;/code&gt; in your own post DOMReady event. It performs post processsing tasks like downloading Sizzle.js (for &lt;=IE7), calculates browser feature support, etc.&lt;/p&gt;
&lt;h3&gt;Mini Query Engine (jquip.q-min.js)&lt;/h3&gt;
&lt;p&gt;Weighing at just &lt;strong&gt;0.6k&lt;/strong&gt; query-min is an ultra fast selector engine for browsers that don’t provide native support for the &lt;strong&gt;querySelectorAll&lt;/strong&gt; APIs (e.g. &lt;=IE7). It works by offloading as much work as possible to the browsers primitive &lt;code&gt;document.getElementById()&lt;/code&gt;, &lt;code&gt;document.getElementsByTagName()&lt;/code&gt; and&lt;code&gt;document.getElementsByClassName()&lt;/code&gt; apis.&lt;/p&gt;
&lt;p&gt;On our last JavaScript heavy project, performance was improved by &lt;strong&gt;7-8x&lt;/strong&gt; in older browsers. If you’re having performance issues with older browsers it’s worth evaluating.&lt;/p&gt;
&lt;p&gt;All selectors require an Id (i.e. #) Tag (e.g. INPUT) or class name in each child selector.&lt;/p&gt;
&lt;p&gt;Valid Examples:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;TBODY TD.c1 INPUT&lt;/li&gt;
&lt;li&gt;TH.c1 STRONG&lt;/li&gt;
&lt;li&gt;#btnSubmit SPAN&lt;/li&gt;
&lt;li&gt;FORM INPUT[name=’chkProcess’]&lt;/li&gt;
&lt;li&gt;FORM INPUT[type=’text’]&lt;/li&gt;
&lt;li&gt;FORM INPUT[type]&lt;/li&gt;
&lt;li&gt;FORM#id.a.b&lt;/li&gt;
&lt;li&gt;FORM#id .a.b&lt;/li&gt;
&lt;li&gt;.a.b.c&lt;/li&gt;
&lt;li&gt;.a&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;For optimal performance in &lt;= IE7, the first child selector should be a tag or an #id as it cuts down the amount of DOM traversing needed to be done in JavaScript since there is no &lt;code&gt;document.getElementsByClassName()&lt;/code&gt; available.&lt;/p&gt;
&lt;h3&gt;jquip Library Builder Service&lt;/h3&gt;
&lt;p&gt;The project now includes the node.js &lt;strong&gt;/server/jquip.builder.js&lt;/strong&gt; so you can host your own jquip Library builder service internally.&lt;/p&gt;
&lt;h3&gt;Contributing&lt;/h3&gt;
&lt;p&gt;I’d love help with this so Contributors and pull requests are very welcome!&lt;/p&gt;
&lt;p&gt;The main task that needs doing is to get all the missing jQuery parts in as plugins and a comprehensive test suite so we can properly identify the parts of jQuery supported.&lt;/p&gt;
&lt;p&gt;Feedback is welcome, drop me a line on &lt;a href="http://twitter.com/demisbellot" target="_blank"&gt;@demisbellot&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Contributors&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="https://github.com/mythz" target="_blank"&gt;@mythz&lt;/a&gt; (Demis Bellot)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/jeyb" target="_blank"&gt;@jeyb&lt;/a&gt; (Jey Balachandran)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;


&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=jI_QiVJ675g:pdGWhibsA2o:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=jI_QiVJ675g:pdGWhibsA2o:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=jI_QiVJ675g:pdGWhibsA2o:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=jI_QiVJ675g:pdGWhibsA2o:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=jI_QiVJ675g:pdGWhibsA2o:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/jI_QiVJ675g" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/jI_QiVJ675g/13472935654</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/13472935654</guid><pubDate>Mon, 28 Nov 2011 16:30:05 -0700</pubDate><category>web design</category><category>web development</category><category>javascript</category><category>jquery</category><category>jquip</category><category>jquery optimization</category><feedburner:origLink>http://blog.icodeclarity.com/post/13472935654</feedburner:origLink></item><item><title>The Future of Simplified Source</title><description>&lt;p&gt;Since March of 2011, Code Clarity has been working on getting &lt;strong&gt;Simplified Source&lt;/strong&gt; up and running with a new format along with a new system. Yes, we are planning on breaking away from Tumblr. At this point we will be using &lt;a href="http://blog.icodeclarity.com/" target="_blank"&gt;http://blog.icodeclarity.com/&lt;/a&gt; to hold our new design with tons of new features and &lt;a href="http://tumblr.icodeclarity.com/" target="_blank"&gt;http://tumblr.icodeclarity.com/&lt;/a&gt; will contain our Tumblr blog that will be based off of the new design but only receive posts from the Official Simplified Source blog. Is everyone following along with this?&lt;/p&gt;
&lt;p&gt;It’s been months since we have been able to focus our energy on &lt;strong&gt;Simplified Source&lt;/strong&gt;, but in due time we will be publishing our new design. Features include a more organized format, a beautiful HTML5 blog design, multiple sections to include Web Design/Development Resources, Articles, Tutorials, Links, References and more. We have hired two professional writers along with guest posts by specific authors who have already agreed to working with us. I will be publishing a good portion of the content from the start.&lt;/p&gt;
&lt;p&gt;We appreciate everyone’s support from our fans to our clients to our friends and family! Happy Holidays and if anyone has any questions or interest in writing for Simplified Source, please email us at support@icodeclarity.com.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=4CaNmgM506k:aQv860TU-TA:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=4CaNmgM506k:aQv860TU-TA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=4CaNmgM506k:aQv860TU-TA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=4CaNmgM506k:aQv860TU-TA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=4CaNmgM506k:aQv860TU-TA:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/4CaNmgM506k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/4CaNmgM506k/13468632501</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/13468632501</guid><pubDate>Mon, 28 Nov 2011 15:07:38 -0700</pubDate><category>simplified source</category><category>news</category><category>update</category><feedburner:origLink>http://blog.icodeclarity.com/post/13468632501</feedburner:origLink></item><item><title>Github web hook (Post-Receive)</title><description>&lt;a href="http://blog.badsyntax.co/post/3014159260/github-web-hook-post-receive"&gt;Github web hook (Post-Receive)&lt;/a&gt;: &lt;p&gt;&lt;a href="http://blog.badsyntax.co/post/3014159260/github-web-hook-post-receive" target="_blank"&gt;badsyntax&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;One of the problems using a 3rd-party repository hosting service is you don’t have access to the remote repository and thus it’s not straightforward to setup and use the remote hooks, like Post-Receive. (For a detailed explanation of the different git hooks, you can read &lt;a href="http://book.git-scm.com/5_git_hooks.html" target="_blank"&gt;this page&lt;/a&gt; from the &lt;a href="http://book.git-scm.com/index.html" target="_blank"&gt;git…&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ohhucDq7DTQ:hyNUQEb8Ac0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ohhucDq7DTQ:hyNUQEb8Ac0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ohhucDq7DTQ:hyNUQEb8Ac0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=ohhucDq7DTQ:hyNUQEb8Ac0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=ohhucDq7DTQ:hyNUQEb8Ac0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/ohhucDq7DTQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/ohhucDq7DTQ/12170675797</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/12170675797</guid><pubDate>Mon, 31 Oct 2011 14:31:50 -0600</pubDate><category>web development</category><category>git</category><category>git hook</category><category>git php</category><feedburner:origLink>http://blog.icodeclarity.com/post/12170675797</feedburner:origLink></item><item><title>Web Developer Resources (Week 41)</title><description>&lt;p&gt;This week was a week of discussions of what HTML5/CSS3 can do for the future web developer, responsive design and life after Steve Jobs. During my weekly reading I found many articles that should be helpful to you developers. Enjoy!&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/google-analytics-multi-channel-funnels"&gt;Multi-Channel Funnels: Your top questions from the Webinar by Google Analytics&lt;/a&gt; Blog&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/qPk0Yj"&gt;PhpStorm &amp; WebStorm 3.0 EAP 110.122&lt;/a&gt; by WebStorm &amp; PHPStorm Blog&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/p3n4hN"&gt;SnapTags: Will they kill QR codes?&lt;/a&gt; by Webdesigner Depot&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/oOqA9R"&gt;Kendo UI – The Art of Web Development&lt;/a&gt; by WebAppers&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/p4nLVN"&gt;Questions to Ask When Reviewing a Design&lt;/a&gt; by Smiley Cat: Christian Watson’s Web Design Blog&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/nYZKKG"&gt;How to Bulletproof @font-face Web Fonts&lt;/a&gt; by Six Revisions&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/oJCIoh?r=bb"&gt;7 Myths that Bloggers Should Stop Worrying About&lt;/a&gt; by 1stWebDesigner&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/px7P8f"&gt;A Short Introduction into Typography&lt;/a&gt; by InstantShift&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/pCGZBY"&gt;Design and Code an Integrated Facebook App&lt;/a&gt; by NETTUTS&lt;/li&gt;
&lt;li&gt;&lt;a title="Visit Article" target="_blank" href="http://dsgnit.tk/qW6keP"&gt;How to Build a Sliding One Page Portfolio with jQuery&lt;/a&gt; by SpeckyBoy Magazine&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Thanks for reading. If you are interested in seeing all of these articles in one place you can:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Take the Tour at &lt;a title="View Flipbook of Articles" target="_blank" href="http://dsgnit.tk/simplifiedsource-resources-week41-flipbook"&gt;&lt;a href="http://dsgnit.tk/simplifiedsource-resources-week41-flipbook" target="_blank"&gt;http://dsgnit.tk/simplifiedsource-resources-week41-flipbook&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Visit the Weekly Bundle at &lt;a title="View DsgnIt.tk Bundle of Resources (Week 41)" target="_blank" href="http://dsgnit.tk/simplfiied-source-resources-week41"&gt;&lt;a href="http://dsgnit.tk/simplfiied-source-resources-week41" target="_blank"&gt;http://dsgnit.tk/simplfiied-source-resources-week41&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;/ul&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=iVJ6TVDf9v8:1Gw-0qWLgX4:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=iVJ6TVDf9v8:1Gw-0qWLgX4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=iVJ6TVDf9v8:1Gw-0qWLgX4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=iVJ6TVDf9v8:1Gw-0qWLgX4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=iVJ6TVDf9v8:1Gw-0qWLgX4:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/iVJ6TVDf9v8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/iVJ6TVDf9v8/11554054585</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/11554054585</guid><pubDate>Sun, 16 Oct 2011 19:40:03 -0600</pubDate><category>web design</category><category>web development</category><category>phpstorm</category><category>webstorm</category><category>ide</category><category>jetbrains</category><category>kendo UI</category><category>snaptags</category><category>qr codes</category><category>bulletproof</category><category>@font-face</category><category>bloggers</category><category>typography</category><category>fonts</category><category>facebook</category><category>facebook apps</category><category>html</category><category>css</category><category>javascript</category><category>jquery</category><category>google analytics</category><category>multi-funnel</category><feedburner:origLink>http://blog.icodeclarity.com/post/11554054585</feedburner:origLink></item><item><title>A Tribute To Steve Jobs (by YouTheDesigner)</title><description>&lt;p&gt;Steve Jobs was not just the face behind Apple. Mr. Jobs was one of the small group of innovators that designed and guided us into the realm of technology that we work with on a daily basis. As a small business owner and the owner of a small Web Development Firm I not only admire his continued push for exactly what he envisioned but his management style. There are so many things that we can say about Mr. Steve Jobs. I know that there are 100,000s of &lt;em&gt;Tributes &lt;/em&gt;and &lt;em&gt;Articles&lt;/em&gt; honoring Steve Jobs but Simplified Source and Code Clarity had to have their article. This article is brought to you by YouTheDesigner.&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2&gt;&lt;strong&gt;A Tribute To Steve Jobs&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;St&lt;/strong&gt;eve Jobs is probably one of the best innovators of our time and the news of his death has saddened the world. He may be gone but he has left us such a great legacy. He has revolutionized personal computing into both an art and a science. He has discovered ways to make computing much easier and efficient. His imagination and perseverance have inspired countless lives and his designs have definitely created a bond between peoples.&lt;/p&gt;
&lt;p&gt;Graphic designers are no exception to his influence. Many of us own a Mac or iPad, not just because our friends do, but because they are simple to use and dependable. As he once said, “Design is not just what it looks like and feels like. Design is how it works.” True to his word, he has led Apple to create gadgets that are both good to look at and pleasurable to use.&lt;/p&gt;
&lt;p&gt;Words will never suffice, but along with the rest of the world, we are grateful for everything he accomplished. As a tribute, here are some art pieces inspired by Steve Jobs.&lt;/p&gt;
&lt;strong&gt;
&lt;p&gt;&lt;a href="http://jmak.tumblr.com/" target="_blank"&gt;&lt;img width="600" alt="steve-jobs-apple-logo" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-apple-logo.png" title="Jonathan Mak's Take on the Apple Logo" class="alignnone size-full wp-image-19815"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://jmak.tumblr.com/"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.behance.net/gallery/Steve-Jobs/2050247"&gt;&lt;img height="800" width="600" alt="steve-jobs-01" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-01.jpg" title="Illustration of Steve Jobs" class="alignnone size-full wp-image-19793"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.behance.net/gallery/Steve-Jobs/2050247"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://auroraink.deviantart.com/art/The-one-who-colored-the-world-262001017?q=boost%3Apopular%20steve%20jobs&amp;qo=66"&gt;&lt;img height="355" width="600" alt="steve-jobs-02" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-02-600x355.jpg" title="Illustration of Steve Jobs" class="alignnone size-medium wp-image-19794"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://auroraink.deviantart.com/art/The-one-who-colored-the-world-262001017?q=boost%3Apopular%20steve%20jobs&amp;qo=66"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.upvery.com/9421-steve-jobs-caricatured.html"&gt;&lt;img width="600" alt="steve-jobs-03" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-03.jpg" title="Illustration of Steve Jobs " class="alignnone size-full wp-image-19795"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.upvery.com/9421-steve-jobs-caricatured.html"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-15.jpg" target="_blank"&gt;&lt;img height="872" width="600" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-04.jpg" title="steve-jobs-15" class="alignnone size-medium wp-image-19807"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.myapplespace.com/photo/steve-jobs-top-secret"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://cghub.com/images/view/20210/" target="_blank"&gt;&lt;img height="450" width="600" alt="steve-jobs-05" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-05-600x450.jpg" title="Illustration of Steve Jobs" class="alignnone size-medium wp-image-19797"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://cghub.com/images/view/20210/"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://cghub.com/images/view/170928/" target="_blank"&gt;&lt;img height="853" width="600" alt="steve-jobs-06" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-06-600x853.jpg" title="Illustration of Steve Jobs" class="alignnone size-medium wp-image-19798"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://cghub.com/images/view/170928/"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://grandoman.com/izkustvo/marco-calcinaro-tchast-2/" target="_blank"&gt;&lt;img height="927" width="600" alt="steve-jobs-07" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-07.jpg" title="Illustration of Steve Jobs" class="alignnone size-full wp-image-19799"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://grandoman.com/izkustvo/marco-calcinaro-tchast-2/"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.behance.net/gallery/Steve-Jobs-and-Apples-DNA/371851" target="_blank"&gt;&lt;img height="709" width="600" alt="steve-jobs-08" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-08.jpg" title="Digital Illustration of Steve Jobs" class="alignnone size-full wp-image-19800"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.behance.net/gallery/Steve-Jobs-and-Apples-DNA/371851"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dylanroscover.deviantart.com/art/Steven-Paul-Jobs-113968783?q=boost%3Apopular%20in%3Adigitalart%20steve%20jobs&amp;qo=3" target="_blank"&gt;&lt;img height="463" width="600" alt="steve-jobs-09" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-09-600x463.jpg" title="Text-based Illustration of Steve Jobs" class="alignnone size-medium wp-image-19801"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://dylanroscover.deviantart.com/art/Steven-Paul-Jobs-113968783?q=boost%3Apopular%20in%3Adigitalart%20steve%20jobs&amp;qo=3"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://jubhubmubfub.deviantart.com/art/Steve-Jobs-iCup-174141218?q=boost%3Apopular%20steve%20jobs&amp;qo=91" target="_blank"&gt;&lt;img height="882" width="600" alt="steve-jobs-10" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-10-600x882.jpg" title="Illustration of Steve Jobs" class="alignnone size-medium wp-image-19802"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://jubhubmubfub.deviantart.com/art/Steve-Jobs-iCup-174141218?q=boost%3Apopular%20steve%20jobs&amp;qo=91"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://cummingsillustration.blogspot.com/2010/12/time-magazine-chose-facebook-founder.html" target="_blank"&gt;&lt;img height="428" width="600" alt="steve-jobs-11" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-11-600x428.jpg" title="Illustration of Steve Jobs" class="alignnone size-medium wp-image-19803"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://cummingsillustration.blogspot.com/2010/12/time-magazine-chose-facebook-founder.html"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.obrienillustration.com/portfolio/editorial-portraits/" target="_blank"&gt;&lt;img height="808" width="600" alt="steve-jobs-12" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-12-600x808.jpg" title="A Portrait of Steve Jobs" class="alignnone size-medium wp-image-19804"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.obrienillustration.com/portfolio/editorial-portraits/"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://lucilleumali.blogspot.com/2010/05/steve-jobs.html#%21/2010/05/steve-jobs.html" target="_blank"&gt;&lt;img height="929" width="545" alt="steve-jobs-13" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-13.jpg" title="Illustration of Steve Jobs" class="alignnone size-full wp-image-19805"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://lucilleumali.blogspot.com/2010/05/steve-jobs.html#!/2010/05/steve-jobs.html"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/tsevis/381037609/in/set-72157594536252686" target="_blank"&gt;&lt;img height="450" width="600" alt="steve-jobs-14" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-14-600x450.jpg" title="Mosaic Illustration " class="alignnone size-medium wp-image-19806"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.flickr.com/photos/tsevis/381037609/in/set-72157594536252686"&gt;View Source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://crosseyed-chameleon.deviantart.com/art/think-different-262110397?q=boost%3Apopular%20in%3Adigitalart%20steve%20jobs&amp;qo=345" target="_blank"&gt;&lt;img height="872" width="600" alt="steve-jobs-15" src="http://www.youthedesigner.com/wp-content/uploads/2011/10/steve-jobs-15-600x872.jpg" title="Illustratiof Steve Jobs" class="alignnone size-medium wp-image-19807"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://crosseyed-chameleon.deviantart.com/art/think-different-262110397?q=boost%3Apopular%20in%3Adigitalart%20steve%20jobs&amp;qo=345"&gt; View Source&lt;/a&gt;&lt;/p&gt;
&lt;/strong&gt;&lt;/blockquote&gt;
&lt;p class="p3"&gt;&lt;strong&gt;&lt;a title="Visit Article" target="_blank" href="http://www.youthedesigner.com/2011/10/07/a-tribute-to-apples-steve-jobs/"&gt;View Full Article&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="p3"&gt;Article written by &lt;em&gt;Leah Oripaypay&lt;/em&gt; courtesy of &lt;em&gt;&lt;a title="Visit Website" target="_blank" href="http://www.youthedesigner.com/"&gt;YouTheDesigner&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=WJ4K1bAyND4:6BeL5wpp94E:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=WJ4K1bAyND4:6BeL5wpp94E:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=WJ4K1bAyND4:6BeL5wpp94E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=WJ4K1bAyND4:6BeL5wpp94E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=WJ4K1bAyND4:6BeL5wpp94E:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/WJ4K1bAyND4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/WJ4K1bAyND4/11446346649</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/11446346649</guid><pubDate>Fri, 14 Oct 2011 14:20:00 -0600</pubDate><category>web design</category><category>technology</category><category>computers</category><category>apple</category><category>next</category><category>steve jobs</category><category>steve jobs tribute</category><feedburner:origLink>http://blog.icodeclarity.com/post/11446346649</feedburner:origLink></item><item><title>Code Clarity's Charity Of The Month </title><description>&lt;p&gt;One thing that I have learned is that no matter what background we all come from and what “life” experiences we have been through that everything happens to everybody. It’s a truth and we all have to live with that reality. Another lesson I learned many years ago is to keep politics, religion and family out of my private business. About three months ago I started to think of ways to promote great causes while staying neutral on specific topics. Code Clarity is in the midst of starting a Non-Profit Organization for multi causes and during the development of that Organization and Website we are going to be promoting a new Charity that is either local to Code Clarity or has a very real meaning to us. This is our way of giving back and our way of doing right. &lt;em&gt;As Web Developers and Designers, we understand what is going on around us and I feel there should be a moment where we all take a time out and take note of serious issues. My contributions to these charities is my way of personally giving back to the community for a good cause. Yes we are programmers and graphic designers but we are also human. These causes are important to me and my family and appreciate any support that you will provide.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Code Clarity is still a small business. We want to encourage you to donate as little or as much as you want to these charities. So what we are going to do is match $0.25 to your $1.00 per donation. Read up on the Charity listed below and if it hits the right spot, then please donate what is appropriate. When donating through NetworkForGood you will get to the part where you have a private receipt. Either screenshot the receipt or Print a PDF of the receipt and email the information to charity@icodeclarity.com. We will match that donate and send you a thank you email in reply. We keep all information private on secure servers and all “matching information” is removed with-in 30 days.&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Rehabilitation Institute at Santa Barbara &lt;/h2&gt;
&lt;p&gt;Also Known As: RISB2415 De la Vina Street  &lt;br/&gt;Santa Barbara, CA 93105&lt;br/&gt;&lt;a href="http://www.risb.org/" target="_blank"&gt;&lt;a href="http://www.risb.org" target="_blank"&gt;http://www.risb.org&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Mission and Programs&lt;/h3&gt;
&lt;h4&gt;Mission&lt;/h4&gt;
&lt;p&gt;The Rehabilitation Institute was founded in 1967 to provide comprehensive medical rehabilitation for people with disabilities, empowering them to achieve optimal quality of life. We maintain a regional, state and national presence, basing treatment on ethical principles, scientific evidence and clinical expertise. We take a political role in ensuring that people with disabilities have rights equal to the rest of the population, and work with other institutions and individuals to achieve shared goals.&lt;/p&gt;
&lt;h4&gt;Programs&lt;/h4&gt;
&lt;p&gt;The Rehabilitation Institute’s inpatient and outpatient programs and services include comprehensive, transdisciplinary team treatment for stroke, spinal cord injury, brain injury, chronic pain, amputation, and most other orthopedic and neurological disorders. An auxiliary program provides advice and referral services for families/caregivers of adults with brain disorders. Several support groups assist persons with disabilities and family members and caregivers. We take an active educational role in the community.&lt;/p&gt;
&lt;h4&gt;Who We Are&lt;/h4&gt;
&lt;p&gt;The Rehabilitation Institute was founded in 1967 to provide comprehensive medical rehabilitation for people with disabilities, empowering them to achieve optimal quality of life. We maintain a regional, state and national presence, basing treatment on ethical principles, scientific evidence and clinical expertise. We take a political role in ensuring that people with disabilities have rights equal to the rest of the population, and work with other institutions and individuals to achieve shared goals.&lt;span&gt;Basic Information&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;This organization is a &lt;a title="About subsection codes" target="_blank" href="http://www2.guidestar.org/rxg/help/irs-subsection-codes.aspx"&gt;501(c)(3) Public Charity&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;This organization is required to file an IRS Form 990-N.&lt;/li&gt;
&lt;li&gt;Financial information in this report is derived from the organization’s June 30, 2008 Form 990.&lt;/li&gt;
&lt;li&gt;Additional narrative information in this report was last supplied by the organization on May 14, 2007.&lt;/li&gt;
&lt;li&gt;It makes its audited financial statements available to the public upon request.&lt;/li&gt;
&lt;li&gt;Contributions are deductible, as provided by law.&lt;/li&gt;
&lt;/ul&gt;&lt;h5&gt;Executive&lt;/h5&gt;
&lt;p&gt;Ms.  Melinda  Staveley  &lt;br/&gt;&lt;br/&gt;&lt;/p&gt;
&lt;h5&gt;Contact&lt;/h5&gt;
&lt;p&gt;Ms. Robin Eschler, Director of Development and PR&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;
&lt;h5&gt;Phone&lt;/h5&gt;
&lt;p&gt;(805) 687-7444&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;
&lt;h5&gt;Fax&lt;/h5&gt;
&lt;p&gt;(805) 569-8936&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;
&lt;h5&gt;Email&lt;/h5&gt;
&lt;p&gt;&lt;a href="mailto:eschler@risb.org" target="_blank"&gt;eschler@risb.org&lt;/a&gt;&lt;/p&gt;
&lt;h4 class="noMargin"&gt;Board of Directors&lt;/h4&gt;
&lt;ul type="circle"&gt;&lt;li&gt;Aaron Spechler, Secretary/Treasurer&lt;/li&gt;
&lt;li&gt;Michael Focht, Chairman&lt;/li&gt;
&lt;li&gt;Margaret Baker, Vice Chairman&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a title="Donate" target="_blank" href="https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=956027140&amp;utm_source=simplified-source&amp;utm_medium=web&amp;utm_content=code-clarity&amp;utm_campaign=codeclaritywebdev"&gt;Donate Now!&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:nQ_hWtDbxek"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=nQ_hWtDbxek" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:V-t1I-SPZMU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=V-t1I-SPZMU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=_bCMV-CAxUc:fdKuoRXwAe8:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=_bCMV-CAxUc:fdKuoRXwAe8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=_bCMV-CAxUc:fdKuoRXwAe8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?i=_bCMV-CAxUc:fdKuoRXwAe8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/simplifiedsource?a=_bCMV-CAxUc:fdKuoRXwAe8:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/simplifiedsource?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/simplifiedsource/~4/_bCMV-CAxUc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/simplifiedsource/~3/_bCMV-CAxUc/11247082576</link><guid isPermaLink="false">http://blog.icodeclarity.com/post/11247082576</guid><pubDate>Sun, 09 Oct 2011 16:40:00 -0600</pubDate><category>charity</category><category>charity of the month</category><category>october</category><category>2011</category><category>complex regional pain syndrome</category><category>santa barbara</category><category>california</category><feedburner:origLink>http://blog.icodeclarity.com/post/11247082576</feedburner:origLink></item></channel></rss>

