<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"> <channel><title>CSS Style center</title> <link>http://www.leon-zinger.com</link> <description>CSS Styles, CSS tips</description> <lastBuildDate>Thu, 22 Sep 2011 08:36:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CssStyleCenter" /><feedburner:info uri="cssstylecenter" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>css triangle menu</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/H5FdEIGtAsA/css-triangle-menu</link> <comments>http://www.leon-zinger.com/css-tricks/css-triangle-menu#comments</comments> <pubDate>Thu, 22 Sep 2011 08:33:58 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[CSS Tricks]]></category> <category><![CDATA[css]]></category> <category><![CDATA[css dynamic menu]]></category> <category><![CDATA[css triangle menu]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=313</guid> <description>&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/H5FdEIGtAsA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/css-tricks/css-triangle-menu/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/css-tricks/css-triangle-menu</feedburner:origLink></item> <item><title>css3 sliding menu</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/psUStFmQUvs/css3-sliding-menu</link> <comments>http://www.leon-zinger.com/css-tricks/css3-sliding-menu#comments</comments> <pubDate>Mon, 29 Aug 2011 10:00:25 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[CSS Tricks]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=310</guid> <description>Hi guys, Here you can find a very neat css3 menu with sliding tabs. It is very basic and simple, here is the code of it: css3 sliding menu&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/psUStFmQUvs" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/css-tricks/css3-sliding-menu/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/css-tricks/css3-sliding-menu</feedburner:origLink></item> <item><title>creating a serverless apps with localStorage</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/RpI4mAVHspU/creating-a-serverless-apps-with-localstorage</link> <comments>http://www.leon-zinger.com/javascript/creating-a-serverless-apps-with-localstorage#comments</comments> <pubDate>Wed, 06 Jul 2011 21:30:26 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[javascript]]></category> <category><![CDATA[JSON]]></category> <category><![CDATA[localStorage]]></category> <category><![CDATA[stringify]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=304</guid> <description>Hey fellas, Im going to explain to you the idea of how to create a native serverless application in javascript. I will link you to my js fiddle code here, and explain things afterwards The idea is to use localStorage a new feature that modern browsers have, you can check if the browser supports it [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/RpI4mAVHspU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/javascript/creating-a-serverless-apps-with-localstorage/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/javascript/creating-a-serverless-apps-with-localstorage</feedburner:origLink></item> <item><title>jQuery fadeIn list of elements one after another</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/ecer3pvBPzw/jquery-fadein-list-of-elements-one-after-another</link> <comments>http://www.leon-zinger.com/javascript/jquery-fadein-list-of-elements-one-after-another#comments</comments> <pubDate>Mon, 11 Apr 2011 12:42:12 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[javascript]]></category> <category><![CDATA[fadeIn]]></category> <category><![CDATA[JQuery]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=287</guid> <description>Hello again, Today im going to show you how you can fadeIn list of elements one after another. The code is simple, informative and short and it&amp;#8217;s wrote with jQuery. Here it is: At first we declare the document.ready so that our JS will run after the DOM is fully loaded and we can start [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/ecer3pvBPzw" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/javascript/jquery-fadein-list-of-elements-one-after-another/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/javascript/jquery-fadein-list-of-elements-one-after-another</feedburner:origLink></item> <item><title>My blog facelift</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/C13EBrf11HA/my-blog-facelift</link> <comments>http://www.leon-zinger.com/wordpress/my-blog-facelift#comments</comments> <pubDate>Thu, 07 Apr 2011 07:17:09 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Animation]]></category> <category><![CDATA[css]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[WebKit]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=282</guid> <description>Hi guys, &amp;#160; After a long time i have decided to build my own design for my blog. And i finally did it! This theme was based on a html5 naked theme of Starkers, and i have not used even one image in this theme, for all of the graphics i used pure CSS3 and [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/C13EBrf11HA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/wordpress/my-blog-facelift/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/wordpress/my-blog-facelift</feedburner:origLink></item> <item><title>Show Hide password field</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/uicie2-WJaA/show-hide-password-field</link> <comments>http://www.leon-zinger.com/javascript/show-hide-password-field#comments</comments> <pubDate>Mon, 21 Mar 2011 14:36:56 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[javascript]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[Password]]></category> <category><![CDATA[Security]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=275</guid> <description>Hey Mates, Today i&amp;#8217;m going to explain to you how to create a checkbox that show/hides password field characters. We will be working with jQuery code, but you can easily can do it in any other framework. First lets see our markup: then we will add our jQuery to that page (best is in a linked [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/uicie2-WJaA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/javascript/show-hide-password-field/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/javascript/show-hide-password-field</feedburner:origLink></item> <item><title>HTML5 form features</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/OExqT_fQuUA/html5-form-features</link> <comments>http://www.leon-zinger.com/html-tutorials/html5-form-features#comments</comments> <pubDate>Wed, 16 Mar 2011 12:53:44 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[HTML Tutorials]]></category> <category><![CDATA[form validation]]></category> <category><![CDATA[html5]]></category> <category><![CDATA[input type]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=242</guid> <description>HTML5 added new features into the FORMS, In this post we will learn about these features. If in html4/xhtml you could define only a few types of inputs, in HTML5 you can define a lot more, for example: color, so that browser that supports that input will display a popup with colors to choose from. date, [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/OExqT_fQuUA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/html-tutorials/html5-form-features/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/html-tutorials/html5-form-features</feedburner:origLink></item> <item><title>css3 rounded corners</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/yEWvtsrz0Hc/css3-rounded-corners</link> <comments>http://www.leon-zinger.com/css-tricks/css3-rounded-corners#comments</comments> <pubDate>Fri, 19 Nov 2010 20:34:10 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[CSS Tricks]]></category> <category><![CDATA[css3]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=238</guid> <description>CSS 3 has many new methods to do what we have been doing in the hard way before, and one of them is rounded corners for boxes. The code for this is very simple, it goes like this: the idea is simple, each and every one of these lines refers to different browsers/ different versions [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/yEWvtsrz0Hc" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/css-tricks/css3-rounded-corners/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/css-tricks/css3-rounded-corners</feedburner:origLink></item> <item><title>Javascript prototype extension method</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/gWqVtXDzUaM/javascript-prototype-extension-method</link> <comments>http://www.leon-zinger.com/javascript/javascript-prototype-extension-method#comments</comments> <pubDate>Sat, 04 Sep 2010 06:59:38 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[javascript]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=226</guid> <description>Lets say you have some string that you want to preform some action on him, like check if the string is Hebrew, to know if you want to display it as rtl text or ltr&amp;#8230; first we will need to have that string in some integer like this: then we will need a String.prototype function [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/gWqVtXDzUaM" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/javascript/javascript-prototype-extension-method/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/javascript/javascript-prototype-extension-method</feedburner:origLink></item> <item><title>Display Child Pages title &amp; content on Parent Page</title><link>http://feedproxy.google.com/~r/CssStyleCenter/~3/QPDRAsnHlB0/display-child-pages-title-and-content-on-parent-page</link> <comments>http://www.leon-zinger.com/wordpress/display-child-pages-title-and-content-on-parent-page#comments</comments> <pubDate>Tue, 04 May 2010 12:10:57 +0000</pubDate> <dc:creator>leonzinger</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[child page]]></category> <category><![CDATA[parent page]]></category> <guid isPermaLink="false">http://www.leon-zinger.com/?p=199</guid> <description>I am developing a custom theme for my client, and there was a need to show the title and the content of the child pages under the specific page within the website. I&amp;#8217;ve been looking for a solution for a few days already and every solution iv&amp;#8217;e found did the same thing, it posted the [...]&lt;img src="http://feeds.feedburner.com/~r/CssStyleCenter/~4/QPDRAsnHlB0" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.leon-zinger.com/wordpress/display-child-pages-title-and-content-on-parent-page/feed</wfw:commentRss> <slash:comments>5</slash:comments> <feedburner:origLink>http://www.leon-zinger.com/wordpress/display-child-pages-title-and-content-on-parent-page</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 721/843 objects using disk: basic

Served from: www.leon-zinger.com @ 2012-02-25 21:31:45 -->

