<?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>PSD to Wordpress &#187; Plugins</title> <atom:link href="http://www.sramekdesign.com/category/wordpress/plugins/feed/" rel="self" type="application/rss+xml" /><link>http://www.sramekdesign.com</link> <description>Get your PSD sliced into the XHTML valid Wordpress theme. SramekDesign offers cheap and fast PSD to Wordpress conversion service.</description> <lastBuildDate>Wed, 20 Apr 2011 04:33:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Ultimate Google Fonts with beautiful CSS3 effects</title><link>http://www.sramekdesign.com/wordpress/plugins/ultimate-google-fonts-with-beautiful-css3-effects/</link> <comments>http://www.sramekdesign.com/wordpress/plugins/ultimate-google-fonts-with-beautiful-css3-effects/#comments</comments> <pubDate>Mon, 31 Jan 2011 06:08:41 +0000</pubDate> <dc:creator>Tom</dc:creator> <category><![CDATA[Plugins]]></category><guid
isPermaLink="false">http://www.sramekdesign.com/?p=888</guid> <description><![CDATA[This plugin allows easy implementation of Google fonts. Unlike Cufon, the text using Google fonts is selectable. All fonts in the directory are available for use on your website under an open source license and are served by Google servers. Latest version 1.0.0 Download the latest version Features Choose from more than 90 fonts Load [...]]]></description> <content:encoded><![CDATA[<p>This plugin allows easy implementation of Google fonts. Unlike Cufon, the text using Google fonts is selectable. All fonts in the directory are available for use on your website under an open source license and are served by Google servers.</p><h3>Latest version 1.0.0</h3><p><a
class="ibox download" rel="nofollow" href="http://wordpress.org/extend/plugins/ultimate-google-fonts/">Download the latest version</a></p><h3>Features</h3><ul><li>Choose from more than 90 fonts</li><li>Load only fonts you want to display</li><li>Choose fonts directly from your admin panel</li><li>Let your creativity run wild with Google fonts code tips</li></ul><div
id="attachment_908" class="wp-caption alignnone" style="width: 560px"><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/01/Ultimate_Google_Fonts-550x814.jpg" alt="" title="Ultimate_Google_Fonts" width="550" height="814" class="size-large wp-image-908" /><p
class="wp-caption-text">You can choose from more than 90 open source fonts.</p></div><h3>How-to</h3><p><span
class="ibox warning">IMPORTANT:<br
/> Please, do not forget to save settings each time you change them!</span></p><h4>Installation</h4><ul><li>Download the plugin from WordPress repository.</li><li>Unzip and upload it to \wp-content\plugins\. Or you can go to the admin panel:<ul><li>Plugins &#8211;&gt; Add New</li><li>Type &#8220;ultimate google fonts&#8221; into the search field.</li><li>Install.</li><li>Go to the admin panel Settings-&gt;Utlimate Google Fonts.</li><li>That&#8217;s it. Now you can choose from more than 90 fonts directly from your admin panel!</li><li>Type in the field &#8220;Your CSS&#8221; your CSS code.</li></ul></li></ul><h3>Examples of CSS text effects</h3><p>Note, all texts are selectable.</p><h4 class="ug-simpleshadow">1. This is a simple shadow.</h4><p>CSS code for a simple shadow effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-simpleshadow {
 font-family: 'Lobster', arial, serif;
 text-shadow: 2px 2px 2px #000; }
</pre><h4 class="ug-fire">2. Burning letters&#8230;</h4><p>CSS code for burning letter effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-fire {
text-align: center;
background: #000;
color: #fff;
font-family: 'Lobster', arial, serif;
text-shadow: 0 0 4px white, 0 -5px 4px #FFFF33, 2px -10px 6px #FFDD33, -2px -15px 11px #FF8800, 2px -25px 18px #FF2200; }
</pre><h4 class="ug-white">3. Beautiful white text</h4><p>CSS code for beautiful white text effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-white {
 font-family: 'Lobster', arial, serif;
 text-shadow: 2px 2px 7px #111;
 color: #f5f5f5; }
</pre><h4 class="ug-emboss">4. Embossed text</h4><p>CSS code for embossed text effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-emboss {
font-family: 'Lobster', arial, serif;
text-align: center;
background: #ccc;
color: #ccc;
text-shadow: -1px -1px white, 1px 1px #333; }
</pre><h4 class="ug-blurry">5. Blurry text</h4><p>CSS code for blurry text effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-blurry {
text-align: center;
background: #000;
font-family: 'Lobster', arial, serif;
color: transparent;
text-shadow: #fff 0 0 5px; }
</pre><h4 class="ug-stroked">6. Stroked text</h4><p>CSS code for stroked text effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-stroked {
font-family: 'Lobster', arial, serif;
color:#00CCFF;
font-weight: bold;
text-shadow: 1px 1px 0px #000, -1px -1px 0px #000; }
</pre><h4 class="ug-threedee">7. 3D text</h4><p>CSS code for 3D text effect:</p><pre class="brush: css; title: ; notranslate">
h4.ug-threedee {
font-family: 'Lobster', arial, serif;
color:rgba(255,255,0,.7) ;
font-weight: bold;
text-shadow: 1px 1px rgba(255,128,0,.7), 2px 2px rgba(255,128,0,.7), 3px 3px rgba(255,128,0,.7), 4px 4px rgba(255,128,0,.7), 5px 5px rgba(255,128,0,.7); }
</pre><p>If you have any comments, suggestions or found a bug, please let me know. Share your customization of the fonts with us!</p><h4>Plugin versions</h4><p>1.0.0     2010/11/29 Initial release<br
/> <a
class="ibox donate" rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=5NYMZCMEHZP9U">Did you find this plugin useful?<br
/> Please, consider a small donation.<br
/> Thank you very much!</a></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/" rel="bookmark" class="crp_title">All-In-One Cufon</a><span
class="crp_excerpt"> All-In-One Cufon plugin allows you an easy replacement of standard ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/" rel="bookmark" class="crp_title">All-In-One Slideshow</a><span
class="crp_excerpt"> All-In-One Slideshow plugin implements jCycle, Easing and Cufon scripts into ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/" rel="bookmark" class="crp_title">Advanced Videobox</a><span
class="crp_excerpt"> With this plugin you can add videos to your sidebar ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/how-to-create-custom-login-page/" rel="bookmark" class="crp_title">How to create custom login page</a><span
class="crp_excerpt"> Customizing WordPress login page is a pretty easy issue. We ...</span></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.sramekdesign.com/wordpress/plugins/ultimate-google-fonts-with-beautiful-css3-effects/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>All-In-One Slideshow</title><link>http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/</link> <comments>http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/#comments</comments> <pubDate>Mon, 29 Nov 2010 10:23:25 +0000</pubDate> <dc:creator>Tom</dc:creator> <category><![CDATA[Plugins]]></category><guid
isPermaLink="false">http://www.sramekdesign.com/?p=740</guid> <description><![CDATA[All-In-One Slideshow plugin implements jCycle, Easing and Cufon scripts into the highly customizable slideshow gallery. You can combine 27 transition and 8 easing effects! The plugin comes with a package of 8 cufon fonts. This plugin is based on Nathan Rice&#8217;s WP_Cycle plugin. Latest version 1.3.1 Download the latest version Since version 1.3.0 I added [...]]]></description> <content:encoded><![CDATA[<p>All-In-One Slideshow plugin implements jCycle, Easing and Cufon scripts into the highly customizable slideshow gallery. You can combine 27 transition and 8 easing effects! The plugin comes with a package of 8 cufon fonts.<br
/> This plugin is based on Nathan Rice&#8217;s WP_Cycle plugin.</p><h3>Latest version 1.3.1</h3><p><div
id="aio-slideshow"><ul><li><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/02/aios1-resized.jpg" width="560" height="300" class="20110202102551" alt="" /><div
class="text-bg"><h2>All-In-One Slideshow</h2></div></li><li><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/02/aios2-resized.jpg" width="560" height="300" class="20110202102611" alt="" /><div
class="text-bg"><h2>27 transition effects</h2></div></li><li><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/02/aios3-resized.jpg" width="560" height="300" class="20110202102626" alt="" /><div
class="text-bg"><h2>8 easing effects</h2></div></li><li><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/02/aios4-resized.jpg" width="560" height="300" class="20110202102710" alt="" /><div
class="text-bg"><h2>Upload images easily</h2></div></li><li><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/02/aios5-resized.jpg" width="560" height="300" class="20110202102734" alt="" /><div
class="text-bg"><h2>Set color, gradient, shadow and background of the text</h2></div></li><li><img
src="http://www.sramekdesign.com/wp-content/uploads/2011/02/aios6-resized.jpg" width="560" height="300" class="20110202102839" alt="" /><div
class="text-bg"><h2>Choose Cufon font</h2></div></li></ul><div
id="prevnext"><a
id="prev" href="#prevslide">Prev</a> <a
id="next" href="#nextslide">Next</a></div></div> <br
/> <a
class="ibox download" rel="nofollow" href="http://wordpress.org/extend/plugins/all-in-one-slideshow/">Download the latest version</a></p><h3>Since version 1.3.0</h3><p>I added 3 new options into the &#8220;general&#8221; section of the plugin options:</p><ul><li>Show slideshow on these single posts</li><li>Show slideshow on these pages</li><li>Show on archive pages</li></ul><ul
class="green"><li>If you need to load slideshow scripts on all pages, leave the input field empty.</li><li><span
class="ibox warning">IMPORTANT:<br
/> If you do NOT want to load slideshow scripts on any page at all, type in an unused page ID like 999999 or so. The same you can do with single posts.</span></li><li>If you need to load slideshow scripts only on pages with IDs 10,20 and 35, you just have to type these values separated by comma into the input field of &#8220;Show slideshow on these pages&#8221;. So you should type in the values like:<pre class="brush: php; title: ; notranslate">
10,20,35
</pre></li><li>The same you have to do if you want to load slideshow scripts only on certain single posts. Of course this time you have to type the values into the &#8220;Show slideshow on these single posts&#8221; input field.</li><li>If you need to load slideshow scripts on the archive pages keep the option &#8220;Show on archive pages&#8221; checked.</li><li>One more &#8220;Save settings&#8221; button was added below the options.</li></ul><h3>Features</h3><ul><li>Upload images via plugin&#8217;s options panel</li><li>Option to set loading of the slideshow scripts/styles only when you need them (since 1.3.0)</li><li>Add title to each image</li><li>Add destination URL to each image</li><li>Choose from 27 transition effects</li><li>Choose from 8 easing effects</li><li>Set delay and length of the effect</li><li>Set image dimensions</li><li>Set CSS ID of the slideshow</li><li>Choose Cufon font</li><li>Easily add your own Cufon fonts</li><li>Display arrow navigation</li><li>Display numbered navigation</li><li>Set position of the text</li><li>Set color, gradient, shadow and background of the text.</li><li>Implement your own CSS via admin panel</li><li>XHTML valid</li></ul><h3>TODO</h3><ul><li><del
datetime="2011-02-02T08:47:22+00:00">Load scripts only on chosen pages/posts</del> since 1.3.0</li><li>Transparency fix for IE</li><li><del
datetime="2011-02-02T08:47:22+00:00">One more save button below settings</del> since 1.3.0</li><li>Random images loading option</li></ul><h3>How-to</h3><p><span
class="ibox warning">IMPORTANT:<br
/> Please, do not forget to save settings each time you change them!</span></p><h4>Installation</h4><ul><li>Download the plugin from WordPress repository.</li><li>Unzip and upload it to \wp-content\plugins\. Or you can go to the admin panel:<ul><li>Plugins &#8211;&gt; Add New</li><li>Type &#8220;all-in-one slideshow&#8221; into the search field.</li><li>Install.</li><li>Go to the admin panel Settings-&gt;All-In-One Slideshow.</li><li>That&#8217;s it. Now you can start playing with your new slideshow.</li></ul></li></ul><h4>Widget and Code</h4><p>There are 3 ways how to implement the slideshow on your page. You can use only one per page.<br
/> <strong>1. Widget</strong></p><ul><li>Go to admin panel-&gt;appearance-&gt;widgets</li><li>Drag All-In-One Slideshow widget to a widgetized area.</li></ul><p><strong>2. Shortcode</strong><br
/> This is how the shortcode looks (<span
class="red">without spaces!</span>):</p><pre class="brush: php; title: ; notranslate">
[ aio_slideshow ]
</pre><p>Simply add it to your post.<br
/> <strong>3. PHP function</strong><br
/> This is how the function looks:</p><pre class="brush: php; title: ; notranslate">
&lt;?php aio_slideshow(); ?&gt;
</pre><h4>Images</h4><ul><li>The image should be not smaller than the dimension you set in the admin panel. (The default dimensions of the image is 400&#215;200 pixels.)</li><li>Upload and delete your images via plugin&#8217;s option panel.</li><li>In the same place you can set destination URL and title of the image</li><li><span
class="red">If you have a problem with uploading of the images</span>, please read carefully <a
rel="nofollow" href="http://www.nathanrice.net/plugins/wp-cycle/">this post</a>.</li></ul><h4>Adding new Cufon fonts</h4><p>By default you can choose from 8 Cufonized fonts. If you want to add new fonts, please follow these steps:</p><ul><li>First you have to generate JavaScript file of your .otf, .ttf etc. font file. To generate this you have to go the <a
rel="nofollow" href="http://cufon.shoqolate.com/generate/">Cufon generator</a>.</li><li>Upload the font into the /wp-content/plugins/all-in-one-slideshow/cufon/fonts folder.</li><li>The file and fontFamily parameter will be automatically detected.</li><li>Now you can choose your font in the option general-&gt;font.</li></ul><p>If you have any comments, suggestions or found a bug, please let me know. I&#8217;ll be more than happy if you share your All-In-One slideshow with us!<br
/> P.S. Don&#8217;t be afraid to experiment. In worst case you can use &#8220;Reset Settings&#8221;  button at the left bottom corner.</p><h4>Plugin versions</h4><p>1.0.0     2010/11/29 Initial release<br
/> 1.1.0     2010/11/29 minor fix<br
/> 1.2.0     2010/12/01 conflict with custom menus solved.<br
/> 1.2.1   2010/12/02 identifier #nav changed to #aio-nav, added upload tutorial.</p><p><a
class="ibox donate" rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=GK36ZXQZB5CUS">Did you find this plugin useful?<br
/> Please, consider a small donation.<br
/> Thank you very much!</a></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://www.sramekdesign.com/wordpress/plugins/ultimate-google-fonts-with-beautiful-css3-effects/" rel="bookmark" class="crp_title">Ultimate Google Fonts with beautiful CSS3 effects</a><span
class="crp_excerpt"> This plugin allows easy implementation of Google fonts. Unlike Cufon, ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/" rel="bookmark" class="crp_title">All-In-One Cufon</a><span
class="crp_excerpt"> All-In-One Cufon plugin allows you an easy replacement of standard ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/" rel="bookmark" class="crp_title">Advanced Videobox</a><span
class="crp_excerpt"> With this plugin you can add videos to your sidebar ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/hacking-contact-form-7-add-onfocus-and-onblur-function/" rel="bookmark" class="crp_title">Hacking Contact form 7 – add onFocus and onBlur function</a><span
class="crp_excerpt"> There is a great WordPress plugin Contact form 7. It ...</span></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/feed/</wfw:commentRss> <slash:comments>222</slash:comments> </item> <item><title>Advanced Videobox</title><link>http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/</link> <comments>http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/#comments</comments> <pubDate>Tue, 23 Feb 2010 11:14:19 +0000</pubDate> <dc:creator>Tom</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[embed]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[video]]></category> <category><![CDATA[videobox]]></category> <category><![CDATA[web 2]]></category> <category><![CDATA[widget]]></category> <category><![CDATA[XHTML valid]]></category> <category><![CDATA[youtube]]></category><guid
isPermaLink="false">http://www.sramekdesign.com/?p=470</guid> <description><![CDATA[With this plugin you can add videos to your sidebar (or any other widgetized area of your site). Just copy and paste code of the video into the Advanced widget. The Youtube&#8217;s original video code doesn&#8217;t pass W3C validation. The filtered video code of the Advanced Videobox will keep your site XHTML valid. Of course [...]]]></description> <content:encoded><![CDATA[<p>With this plugin you can add videos to your sidebar (or any other widgetized area of your site). Just copy and paste code of the video into the Advanced widget.<br
/> The Youtube&#8217;s original video code doesn&#8217;t pass W3C validation. The filtered video code of the Advanced Videobox will keep your site XHTML valid. Of course only in case the site was valid beforehand <img
src='http://www.sramekdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br
/> <em>See sidebar</em> for Advanced Videobox in action.</p><h3>Latest version 1.0.1</h3><p><a
class="ibox download" rel="nofollow" href="http://wordpress.org/extend/plugins/advanced-videobox/">Download the latest version</a></p><h3>Features</h3><ul><li>Web 2.0 graphics</li><li>Plugin outputs XHTML valid code</li><li>Change sizes of the video comfortably through widget panel</li><li>Easily customizable CSS</li><li>Add up to 20 videos</li></ul><div
id="attachment_826" class="wp-caption alignnone" style="width: 327px"><a
href="http://www.sramekdesign.com/wp-content/uploads/2010/02/advanced-videobox.jpg"><img
src="http://www.sramekdesign.com/wp-content/uploads/2010/02/advanced-videobox.jpg" alt="" title="advanced-videobox" width="317" height="471" class="size-full wp-image-826" /></a><p
class="wp-caption-text">You can add up to 20 videos. Music, tutorials, ads or whatever you want.</p></div><h3>How-to</h3><ul><li>Download plugin from WordPress repository.</li><li> Unzip and upload it to \wp-content\plugins\. Or you can go to the admin panel:<ul><li>Plugins &#8211;&gt; Add New</li><li>Type &#8220;advanced videobox&#8221; into the search field.</li><li>Install.</li></ul></li><li>Drag the widget instance to the widget panel of your choice</li><li>Choose number of videos and SAVE widget to see correct number of the input fields.</li><li>Add width and height of the videos</li><li>Add title and code for each video</li><li>If you want to display customized video player, you have to check &#8220;Enable parameters&#8221;. Don&#8217;t do that if you want to keep code of the video XHTML valid.</li></ul><p><a
rel="nofollow" class="ibox donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=HKC9Q229KP22U">Did you find this plugin useful?<br
/> Please, consider a small donation.<br
/> Thank you very much!</a></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://www.sramekdesign.com/wordpress/plugins/youtube-video-box-plugin/" rel="bookmark" class="crp_title">Youtube Video Box Plugin</a><span
class="crp_excerpt"> With Youtube Videobox plugin you can add unlimited number of ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/ultimate-google-fonts-with-beautiful-css3-effects/" rel="bookmark" class="crp_title">Ultimate Google Fonts with beautiful CSS3 effects</a><span
class="crp_excerpt"> This plugin allows easy implementation of Google fonts. Unlike Cufon, ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/" rel="bookmark" class="crp_title">All-In-One Slideshow</a><span
class="crp_excerpt"> All-In-One Slideshow plugin implements jCycle, Easing and Cufon scripts into ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/" rel="bookmark" class="crp_title">All-In-One Cufon</a><span
class="crp_excerpt"> All-In-One Cufon plugin allows you an easy replacement of standard ...</span></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>All-In-One Cufon</title><link>http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/</link> <comments>http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/#comments</comments> <pubDate>Tue, 23 Feb 2010 11:02:43 +0000</pubDate> <dc:creator>Tom</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[cufon]]></category> <category><![CDATA[flir]]></category> <category><![CDATA[font]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[replacement]]></category> <category><![CDATA[sifr]]></category><guid
isPermaLink="false">http://www.sramekdesign.com/?p=466</guid> <description><![CDATA[All-In-One Cufon plugin allows you an easy replacement of standard fonts with beautiful catchy fonts. This plugin implements Simo Kinnunen&#8217;s Cufón script, which aspires to become a worthy alternative to sIFR. Latest version 1.1.1 Download the latest version Features Easy to use Automatic detection of the uploaded fonts Preview of the uploaded fonts Automatic detection [...]]]></description> <content:encoded><![CDATA[<p>All-In-One Cufon plugin allows you an easy replacement of standard fonts with beautiful catchy fonts.<br
/> This plugin implements Simo Kinnunen&#8217;s <a
href="http://wiki.github.com/sorccu/cufon/about" rel="nofollow">Cufón script</a>, which aspires to become a worthy alternative to sIFR.</p><h3>Latest version 1.1.1</h3><p><a
class="ibox download" href="http://wordpress.org/extend/plugins/all-in-one-cufon/" rel="nofollow" class="download-file">Download the latest version</a></p><h3>Features</h3><ul><li>Easy to use</li><li>Automatic detection of the uploaded fonts</li><li>Preview of the uploaded fonts</li><li>Automatic detection of the fontFamily parameter</li><li>Option to enable only font you really want to use</li><li>Code tips</li></ul><div
id="attachment_822" class="wp-caption alignnone" style="width: 560px"><a
href="http://www.sramekdesign.com/wp-content/uploads/2010/02/All-In-One-Cufon_wordpress_plugin1.jpg"><img
src="http://www.sramekdesign.com/wp-content/uploads/2010/02/All-In-One-Cufon_wordpress_plugin1-550x871.jpg" alt="" title="All-In-One-Cufon_wordpress_plugin" width="550" height="871" class="size-large wp-image-822" /></a><p
class="wp-caption-text">All-In-One Cufon admin panel with code tips, fonts preview and field where you set your font.</p></div><h3>TODO</h3><ul><li>Display size of .js file</li><li>Display one test line with all fonts together</li></ul><h3>How-to</h3><ul><li>Download plugin from WordPress repository.</li><li>Unzip and upload it to \wp-content\plugins\. Or you can go to the admin panel:<ul><li>Plugins &#8211;> Add New</li><li>Type &#8220;all-in-one cufon&#8221; into the search field.</li><li>Install.</li><li>First you have to generate JavaScript file of your .otf, .ttf etc. font file. To generate this you have to go the <a
href="http://cufon.shoqolate.com/generate/" rel="nofollow">Cufon generator</a>.<br
/> Make sure the EULA of the font permits web embedding.</li></ul></li><li>Create a folder called /cufon-fonts/ in the wp-content/plugins/ directory, where you need to upload your generated font .js files.</li><li>When you&#8217;re done, just go the admin panel: Settings&#8211;>All-In-One Cufon</li><li>There you will instantly see fonts that were detected in your \wp-content\plugins\cufon-fonts\ folder.</li><li>Enable fonts you wish to use.</li><li>The last step is adding the Cufón code.</li></ul><h4>Adding Cufon code</h4><p>Add Cufon code to the Cufon&#8217;s code field. Basic code for replacing h2 element looks like this:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('h2');
</pre><p>For more complex element you can use code like this:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('#top-menu.menu');
</pre><p>1. Add gradient to the font:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('.cufon-gradient', {
                	color: '-linear-gradient(red, blue)'
                    });
</pre><div
class="cufon-gradient">Cufon can make use of gradients</div><p>2. Add shadow to the font:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('.cufon-shadow', {
                    textShadow: '2px 2px red'
                    });
</pre><div
class="cufon-shadow">Cufon can have a shadow, too!</div><p>3. Add gradient and shadow to the font:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('.cufon-gradient-shadow', {
                	color: '-linear-gradient(blue, yellow)',
                        textShadow: '2px 2px #C0C0C0'
                    });
</pre><div
class="cufon-gradient-shadow">Cufon can even have gradient and shadow together.</div><p>4. Add gradient and shadow to a link:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('a.cufon-gradient-shadow-link', {
                	color: '-linear-gradient(#FF9900, #000000)',
                    textShadow: '2px 2px #C0C0C0',
                    hover: {
		textShadow: '2px 2px #C0C0C0',
		color: '-linear-gradient(#99CC00, #000000)'
	}
                    });
</pre><p><a
href="#" class="cufon-gradient-shadow-link">Cufon can apply gradient and shadow to links.</a></p><p>5. Set font, gradient and hover.</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('a.cufon-easy', {
                    fontFamily: 'Sketch Rockwell',
                    color: '-linear-gradient(#FF6600, #33CCCC)',
                    hover: {
            		textShadow: '2px 2px red',
            		color: '-linear-gradient(black, white)'
	}
</pre><p><a
href="#" class="cufon-easy">Cufon is easy to set up.</a></p><p>6. Add gradient, shadow and transparency to a shadow:</p><pre class="brush: jscript; title: ; notranslate">
Cufon.replace('a.cufon-transparent', {
                	color: '-linear-gradient(#FFFFFF, #99CCFF)',
                    textShadow: '10px 10px rgba(0, 0, 0, 0.3)',
                    hover: {
		textShadow: '10px 10px rgba(0, 0, 0, 0.3)',
		color: '-linear-gradient(#FFFFFF, #969696)'
	}
                    });
</pre><p>CSS code</p><pre class="brush: css; title: ; notranslate">
.cufon-transparent { display: block; font-size: 40px; background: url(images/cufon-bg.jpg) repeat; }
</pre><p><a
href="#" class="cufon-transparent">Cufon can work with transparency in links.</a></p><p>You can find much more info on this amazing script on the <a
rel="nofollow" href="http://wiki.github.com/sorccu/cufon">official Cufón&#8217;s pages</a>.<br
/> They also have active forum, where you can ask all your questions regarding Cufón.</p><p><a
class="ibox donate" rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=N9A8UH9JPJ82G" class="buy-me-beer">Did you find this plugin useful?<br
/> Please, consider a small donation.<br
/> Thank you very much!</a></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://www.sramekdesign.com/wordpress/plugins/ultimate-google-fonts-with-beautiful-css3-effects/" rel="bookmark" class="crp_title">Ultimate Google Fonts with beautiful CSS3 effects</a><span
class="crp_excerpt"> This plugin allows easy implementation of Google fonts. Unlike Cufon, ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/" rel="bookmark" class="crp_title">All-In-One Slideshow</a><span
class="crp_excerpt"> All-In-One Slideshow plugin implements jCycle, Easing and Cufon scripts into ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/" rel="bookmark" class="crp_title">Advanced Videobox</a><span
class="crp_excerpt"> With this plugin you can add videos to your sidebar ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/how-to-create-custom-login-page/" rel="bookmark" class="crp_title">How to create custom login page</a><span
class="crp_excerpt"> Customizing WordPress login page is a pretty easy issue. We ...</span></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/feed/</wfw:commentRss> <slash:comments>195</slash:comments> </item> <item><title>Youtube Video Box Plugin</title><link>http://www.sramekdesign.com/wordpress/plugins/youtube-video-box-plugin/</link> <comments>http://www.sramekdesign.com/wordpress/plugins/youtube-video-box-plugin/#comments</comments> <pubDate>Tue, 15 Dec 2009 06:47:01 +0000</pubDate> <dc:creator>Tom</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[embed]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[video]]></category> <category><![CDATA[videobox]]></category> <category><![CDATA[widget]]></category> <category><![CDATA[XHTML valid]]></category> <category><![CDATA[youtube]]></category><guid
isPermaLink="false">http://www.sramekdesign.com/?p=428</guid> <description><![CDATA[With Youtube Videobox plugin you can add unlimited number of videos to your site in a painless way. All you need is to copy and paste code of the video into the Youtube Videobox widget. The original video code from Youtube doesn&#8217;t pass W3C validation. My filtered video code will keep your site XHTML valid. [...]]]></description> <content:encoded><![CDATA[<p>With Youtube Videobox plugin you can add unlimited number of videos to your site in a painless way. All you need is to copy and paste code of the video into the Youtube Videobox widget.<br
/> The original video code from Youtube doesn&#8217;t pass W3C validation. My filtered video code will keep your site XHTML valid. Of course only in case the site was valid beforehand <img
src='http://www.sramekdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p><h3>Latest version 0.9.1</h3><p><a
class="ibox download" rel="nofollow" href="http://wordpress.org/extend/plugins/youtube-video-box-plugin/">Download the latest version</a></p><h3>Features</h3><ul><li>Plugin outputs XHTML valid code</li><li>Change sizes of the video comfortably through widget panel</li><li>Due to WP widget architecture you can add unlimited number of the widget instances</li></ul><h3>How-to</h3><ul><li>Download plugin from WordPress repository.</li><li> Unzip and upload it to \wp-content\plugins\. Or you can go to the admin panel:<ul><li>Plugins &#8211;&gt; Add New</li><li>Type &#8220;youtube videobox&#8221; into the search field.</li><li>Install.</li></ul></li><li>Drag the widget instance to the widget panel of your choice</li><li>Add width, height and code of the video</li><li>If you want to display customized video player, you have to tick &#8220;Enable parameters&#8221;. Don&#8217;t do that if you want to keep code of the video XHTML valid.</li></ul><h4>Create widgets and put your videos anywhere</h4><p>Adding widgets is not limited only to sidebar. You can widgetize any part of your site. It&#8217;s incredibly easy!<br
/> This is CSS of the widget. Note that width of the widget is set to auto. This allows using setting different sizes of the video without setting new sizes of the widget in CSS.</p><pre class="brush: css; title: ; notranslate">
.widget            { width: auto; margin: 0px 0 10px 0; }
.widget p          { padding: 10px 10px 10px 10px; }
</pre><p>In functions.php you have to register your sidebar:</p><pre class="brush: php; title: ; notranslate">
&lt;?php
if (function_exists('register_sidebar')) {
//Video widget 1
    register_sidebar(array(
    'before_widget' =&gt; '&lt;div id=&quot;%1$s&quot; class=&quot;%2$s widget&quot;&gt;',
    'before_title' =&gt; '&lt;h3 class=&quot;widgettitle&quot;&gt;',
    'after_title' =&gt; '&lt;/h3&gt;',
    'after_widget' =&gt; '&lt;/div&gt;',
    'name' =&gt; Video widget 1));
//Video widget 2
    register_sidebar(array(
    'before_widget' =&gt; '&lt;div id=&quot;%1$s&quot; class=&quot;%2$s widget&quot;&gt;',
    'before_title' =&gt; '&lt;h3 class=&quot;widgettitle&quot;&gt;',
    'after_title' =&gt; '&lt;/h3&gt;',
    'after_widget' =&gt; '&lt;/div&gt;',
    'name' =&gt; Video widget 2));
}
?&gt;
</pre><p>The last thing we have to do is add widgets to our code.<br
/> Video widget 1 in the footer:</p><pre class="brush: php; html-script: true; title: ; notranslate">
&lt;div id=&quot;footer&quot;&gt;
&lt;?php if (function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar('Video widget 1')): else : ?&gt;
&lt;!-- some code --&gt;
&lt;?php endif; ?&gt;
&lt;/div&gt;
</pre><p>..and Video widget 2 in the sidebar:</p><pre class="brush: php; html-script: true; title: ; notranslate">
&lt;div id=&quot;sidebar&quot;&gt;
&lt;?php if (function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar('Video widget 2')): else : ?&gt;
&lt;!-- some code --&gt;
&lt;?php endif; ?&gt;
&lt;/div&gt;
</pre><p><a
class="ibox donate" rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=KT46YVVNQX4CL">Did you find this plugin useful?<br
/> Please, consider a small donation.<br
/> Thank you very much!</a></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://www.sramekdesign.com/wordpress/plugins/advanced-videobox/" rel="bookmark" class="crp_title">Advanced Videobox</a><span
class="crp_excerpt"> With this plugin you can add videos to your sidebar ...</span></li><li><a
href="http://www.sramekdesign.com/php/is-a-number-divisible-by-another-number/" rel="bookmark" class="crp_title">Is a number divisible by another number?</a><span
class="crp_excerpt"> This is yet another very useful function. Especially when you ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/how-to-get-user-info/" rel="bookmark" class="crp_title">How to get user info</a><span
class="crp_excerpt"> This function allows you to get info about any user:
1
$userinfo ...</span></li><li><a
href="http://www.sramekdesign.com/wordpress/how-to-add-field-to-user-profile-page/" rel="bookmark" class="crp_title">How to add field to user profile page</a><span
class="crp_excerpt"> Justin Tadlock published a piece of code I needed recently. ...</span></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.sramekdesign.com/wordpress/plugins/youtube-video-box-plugin/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 7/42 queries in 0.126 seconds using disk: basic
Object Caching 926/991 objects using disk: basic
Content Delivery Network via N/A

Served from: www.sramekdesign.com @ 2012-02-04 03:42:22 -->
