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

<channel>
	<title>WebStockBox</title>
	<atom:link href="http://www.webstockbox.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstockbox.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Wed, 02 May 2012 16:13:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Test Your Responsive Site On iPhone, iPad and Android Online</title>
		<link>http://www.webstockbox.com/web-design/test-your-responsive-site-on-iphone-ipad-and-android-online/</link>
		<comments>http://www.webstockbox.com/web-design/test-your-responsive-site-on-iphone-ipad-and-android-online/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 17:57:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2425</guid>
		<description><![CDATA[The Responsinator helps website makers quickly get an indication of how their responsive site will look on the most popular devices. It does not precisely replicate how it will look, for accurate testing always test on the real devices. Link: Test Your Responsive Site]]></description>
			<content:encoded><![CDATA[<p>The Responsinator helps website makers quickly get an indication of how their responsive site will look on the most popular devices. It does not precisely replicate how it will look, for accurate testing always test on the real devices.</p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/04/responsive.jpg" alt="" width="480" height="268" /></center></p>
<p><strong>Link: </strong><a href="http://www.responsinator.com/">Test Your Responsive Site</a></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2425&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/web-design/test-your-responsive-site-on-iphone-ipad-and-android-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Position Video Tutorial</title>
		<link>http://www.webstockbox.com/css/css-position-video-tutorial/</link>
		<comments>http://www.webstockbox.com/css/css-position-video-tutorial/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 08:57:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2422</guid>
		<description><![CDATA[The video tutorial about CSS position by Chris Coyier from Css-Tricks. This tutorial will show you the overview of CSS position values, if you&#8217;re new to CSS or want to learn more about this topic I think this video is right for you. This is a quick beginner-level overview of the different CSS position values. [...]]]></description>
			<content:encoded><![CDATA[<p>The video tutorial about CSS position by Chris Coyier from Css-Tricks. This tutorial will show you the overview of CSS position values, if you&#8217;re new to CSS or want to learn more about this topic I think this video is right for you.</p>
<p>This is a quick beginner-level overview of the different CSS position values. In a nutshell: relative allows you to &#8220;nudge&#8221; and leaves the element&#8217;s original position in the page flow. Absolute and fixed allow for exact placement of elements and remove them from the page flow. Fixed positioned elements are unaffected by scrolling. All of them set a new positioning context and allow z-index to work.</p>
<p><center><iframe width="500" height="284" src="http://www.youtube.com/embed/gKvxlYCzJXw" frameborder="0" allowfullscreen></iframe></center></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2422&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/css/css-position-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Box Shadows Effects</title>
		<link>http://www.webstockbox.com/css/css3-box-shadows-effects/</link>
		<comments>http://www.webstockbox.com/css/css3-box-shadows-effects/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 15:29:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[box shadow]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2418</guid>
		<description><![CDATA[Many web designers add shadow to content box to make it more stand out and also look good. If you&#8217;d like to have it on your site, I found a tutorial on how to create nice box shadows using CSS3. The tutorial about CSS3 that I found will show you the sample CSS3 code for [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/04/css_drop_shadow.png" alt="CSS3 Box Shadows" width="480" height="338" /></center></p>
<p>Many web designers add shadow to content box to make it more stand out and also look good. If you&#8217;d like to have it on your site, I found a tutorial on how to create nice box shadows using CSS3.</p>
<p>The tutorial about CSS3 that I found will show you the sample CSS3 code for creating CSS3 content box shadows in 8 different styles use only CSS without image. Hit the link below for the tutorial or view the demo.</p>
<p><strong>Link: </strong><a href="http://www.paulund.co.uk/creating-different-css3-box-shadows-effects">Creating Different CSS3 Box Shadows Effects</a><br />
<a href="http://www.paulund.co.uk/playground/demo/css_box_shadow/">View Demo</a></p>
<p><span id="more-2418"></span></p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/04/css-box-shadows-full.png" alt="CSS3 Box Shadows" width="480" height="1341" /></center></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2418&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/css/css3-box-shadows-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Ninja Manual &#8211; PHP Manual Plugin For Chrome</title>
		<link>http://www.webstockbox.com/php/php-ninja-manual-php-manual-plugin-for-chrome/</link>
		<comments>http://www.webstockbox.com/php/php-ninja-manual-php-manual-plugin-for-chrome/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 11:07:51 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2412</guid>
		<description><![CDATA[If you&#8217;re a PHP prorammer and using Chrome as your web browser, I found a useful plugin that will help you work more efficiency. PHP Ninja Manual is a plugin for Google Chrome that will add a little PHP icon in Chrome toolbar for easy access to PHP manual. With PHP Ninja Manual you can [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a PHP prorammer and using Chrome as your web browser, I found a useful plugin that will help you work more efficiency.</p>
<p>PHP Ninja Manual is a plugin for Google Chrome that will add a little PHP icon in Chrome toolbar for easy access to PHP manual. With PHP Ninja Manual you can search in latest PHP documentation in 8 languages.</p>
<p>PHP Ninja Manual is available for free download, hit the link below for more info and download.</p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/04/php_ninja_manual.png" alt="PHP Ninja Manual" width="480" height="366" /></center></p>
<p><strong>Link: </strong><a href="https://chrome.google.com/webstore/detail/clbhjjdhmgeibgdccjfoliooccomjcab">PHP Ninja Manual</a></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2412&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/php/php-ninja-manual-php-manual-plugin-for-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Important Is It To Have Keywords In a Domain Name?</title>
		<link>http://www.webstockbox.com/seo/how-important-is-it-to-have-keywords-in-a-domain-name/</link>
		<comments>http://www.webstockbox.com/seo/how-important-is-it-to-have-keywords-in-a-domain-name/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 19:17:37 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Seo]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2400</guid>
		<description><![CDATA[How important is it to have keywords in a domain name? This question has been asked for many times, some answers say it is important and some may say it is low impact. In this video, Matt Cutts, an engineer at Google answers the question about how important of keyword in domain name.]]></description>
			<content:encoded><![CDATA[<p>How important is it to have keywords in a domain name? This question has been asked for many times, some answers say it is important and some may say it is low impact.</p>
<p>In this video, Matt Cutts, an engineer at Google answers the question about how important of keyword in domain name.</p>
<p><center><iframe src="http://www.youtube.com/embed/rAWFv43qubI" frameborder="0" width="500" height="284"></iframe></center></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2400&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/seo/how-important-is-it-to-have-keywords-in-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fundamental CSS Video Tutorials</title>
		<link>http://www.webstockbox.com/css/fundamental-css-video-tutorials/</link>
		<comments>http://www.webstockbox.com/css/fundamental-css-video-tutorials/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 23:53:48 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2395</guid>
		<description><![CDATA[If you&#8217;re looking to learn how to create a website or blog, CSS is the way to go. This is a nice and free CSS video tutorial series I found on Youtube, you&#8217;ll learn the fundamentals of CSS sush as selector, styling link color, styling font, learn how to use div tag, creating CSS menu, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking to learn how to create a website or blog, CSS is the way to go. This is a nice and free CSS video tutorial series I found on Youtube, you&#8217;ll learn the fundamentals of CSS sush as selector, styling link color, styling font, learn how to use div tag, creating CSS menu, box sizing, opacity, position, creating CSS button, before and after pseudo elements and more&#8230;</p>
<p>Learning from video tutorial helps you learn fast. The videos are good quality, you can view at HD 720p and the tutor is phpacademy whom is qiute well known and he is a good tutor too.</p>
<p><strong>Here is the sample first 2 video tutorials from the series</strong></p>
<p><strong>CSS Tutorials: Introduction &#038; The Basics</strong><br />
<center><iframe width="500" height="284" src="http://www.youtube.com/embed/n9Yw_4TrFt4" frameborder="0" allowfullscreen></iframe></center></p>
<p><span id="more-2395"></span></p>
<p><strong>CSS Tutorials: Selectors (Part 1/4)</strong><br />
<center><iframe width="500" height="284" src="http://www.youtube.com/embed/e7SVDu-0lQA" frameborder="0" allowfullscreen></iframe></center></p>
<div class="linkbox">
<strong>Link: </strong><a href="http://www.youtube.com/playlist?list=PL860319852CD11A5C&#038;feature=plcp">View More On Youtube</a>
</div>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2395&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/css/fundamental-css-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free 17 Styles Content Box With Drop Shadow (PSD)</title>
		<link>http://www.webstockbox.com/web-design/free-17-styles-content-box-with-drop-shadow-psd/</link>
		<comments>http://www.webstockbox.com/web-design/free-17-styles-content-box-with-drop-shadow-psd/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 20:10:34 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[content box]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2389</guid>
		<description><![CDATA[Design your content box with drop shadow makes it look good and more stand out. And this is a set of free 17 styles content box with drop shadow in different positions. The file is in photoshop PSD format so you can edit to the style as you wanted. If you&#8217;re designing your web laylout [...]]]></description>
			<content:encoded><![CDATA[<p>Design your content box with drop shadow makes it look good and more stand out. And this is a set of free 17 styles content box with drop shadow in different positions. The file is in photoshop PSD format so you can edit to the style as you wanted. </p>
<p>If you&#8217;re designing your web laylout and design your content boxes with drop shadow, dowload this PSD set and save your time.</p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/03/content-box-shadows-psd.jpg" alt="Content Box With Drop Shadow" width="480" height="358" /></center></p>
<p><span id="more-2389"></span></p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/03/content-box-shadows-preview.jpg" alt="Content Box With Drop Shadows" width="480" height="635" /></center></p>
<div class="linkbox"><strong>Link: </strong><a href="http://www.graphicsfuel.com/2011/04/content-box-shadows-psd/">Content Box With Drop Shadows</a></div>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2389&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/web-design/free-17-styles-content-box-with-drop-shadow-psd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor Keyword Ranking On Google With Free Monitor for Google</title>
		<link>http://www.webstockbox.com/seo/monitor-keyword-rank-on-google-with-free-monitor-for-google/</link>
		<comments>http://www.webstockbox.com/seo/monitor-keyword-rank-on-google-with-free-monitor-for-google/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 17:20:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2384</guid>
		<description><![CDATA[Free Monitor for Google is a free search engine position software designed for SEO specialists and webmasters. With it, you can find a position of your web site in Google Top for popular keywords and get more traffic from Google by focusing you SEO efforts. Google Monitor sends a query to Google and shows you [...]]]></description>
			<content:encoded><![CDATA[<p>Free Monitor for Google is a free search engine position software designed for SEO specialists and webmasters. With it, you can find a position of your web site in Google Top for popular keywords and get more traffic from Google by focusing you SEO efforts. </p>
<p>Google Monitor sends a query to Google and shows you a position of your site by your target keywords and also how well your competitors are doing. It keeps statistics for several URLs and several lists of keywords.</p>
<p>Free monitor for Google is available for free download.</p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/03/googlemonitor.jpg" alt="Free Monitor for Google" width="480" height="248" /></center></p>
<div class="linkbox"><strong>Link: </strong><a href="http://www.cleverstat.com/en/google-monitor-query.htm">More Info &#038; Download</a></div>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2384&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/seo/monitor-keyword-rank-on-google-with-free-monitor-for-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery File Upload Script</title>
		<link>http://www.webstockbox.com/javascripts/jquery-file-upload-script/</link>
		<comments>http://www.webstockbox.com/javascripts/jquery-file-upload-script/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 22:54:34 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Javascripts]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2378</guid>
		<description><![CDATA[File Upload widget with multiple file selection, drag&#038;drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. You can download for free and the [...]]]></description>
			<content:encoded><![CDATA[<p>File Upload widget with multiple file selection, drag&#038;drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing.</p>
<p>Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. You can download for free and the script is open source.</p>
<p><strong>Browser Support</strong><br />
Google Chrome &#8211; 7.0+<br />
Apple Safari &#8211; 4.0+<br />
Mozilla Firefox &#8211; 3.0+<br />
Opera &#8211; 10.0+<br />
Microsoft Internet Explorer 6.0+</p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/03/jquery_download.jpg" alt="jQuery File Upload" width="480" height="217" /></center></p>
<p><strong>Link: </strong><a href="http://blueimp.github.com/jQuery-File-Upload/">jQuery File Upload</a></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2378&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/javascripts/jquery-file-upload-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Free 350 Pixels Perfect Glyphs Icons</title>
		<link>http://www.webstockbox.com/templates-icons/download-free-350-pixels-perfect-glyphs-icons/</link>
		<comments>http://www.webstockbox.com/templates-icons/download-free-350-pixels-perfect-glyphs-icons/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 15:55:38 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Templates & Icons]]></category>
		<category><![CDATA[glyph]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.webstockbox.com/?p=2373</guid>
		<description><![CDATA[In this icon set collects all nice glyphs icons. In the set include icons such as sparker icon, cloud icon, box icon, book icon, car icon, mail icon, airplane icon, zip icon, pie chart icon, heart icon, ribbon icons, anchor icon and more… Link: Free 350 Pixels Perfect Glyphs Icons]]></description>
			<content:encoded><![CDATA[<p>In this icon set collects all nice glyphs icons. In the set include icons such as sparker icon, cloud icon, box icon, book icon, car icon, mail icon, airplane icon, zip icon, pie chart icon, heart icon, ribbon icons, anchor icon and more…</p>
<p><center><img src="http://www.webstockbox.com/wp-content/uploads/2012/03/glyphs_icons.jpg" alt="Free Vector Glyphs Web Icons" width="480" height="282" /></center></p>
<p><strong>Link: </strong><a href="http://365psd.com/day/2-305/">Free 350 Pixels Perfect Glyphs Icons</a></p>
<img src="http://www.webstockbox.com/?ak_action=api_record_view&id=2373&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webstockbox.com/templates-icons/download-free-350-pixels-perfect-glyphs-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.475 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 20:11:36 -->

