<?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>Superdit.com &#187; Wordpress</title>
	<atom:link href="http://superdit.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:27:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Free WordPress Theme &#8220;Superdit WP-CSS Dashed&#8221;</title>
		<link>http://superdit.com/2010/06/19/free-wordpress-theme-superdit-wp-css-dashed/</link>
		<comments>http://superdit.com/2010/06/19/free-wordpress-theme-superdit-wp-css-dashed/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 14:04:29 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=1017</guid>
		<description><![CDATA[This post I only want to share my own wordpress theme, I called it WP-CSS Dashed, the theme is just like the name says, it designed using only CSS without image and in this theme mostly using dashed CSS border style, here&#8217;s the screen shot Theme has no special feature, it just for simple blog [...]]]></description>
			<content:encoded><![CDATA[<p>This post I only want to share my own wordpress theme, I called it <em>WP-CSS Dashed</em>, the theme is just like the name says, it designed using only CSS without image and in this theme mostly using dashed CSS border style, here&#8217;s the screen shot</p>
<p><a title="Superdit Wp-CSS-Dashed" href="http://i46.tinypic.com/2usiq75.jpg" target="_blank"><img class="size-full wp-image-1019 alignnone" title="Superdit-WP-CSS-Dashed-thumb" src="http://superdit.com/wp-content/uploads/2010/06/Superdit-WP-CSS-Dashed-thumb.png" alt="Superdit-WP-CSS-Dashed-thumb" width="500" height="881" /></a></p>
<p><span id="more-1017"></span>Theme has no special feature, it just for simple blog (i&#8217;m still new to this by the way), maybe you can download it just for exploring the CSS or the WP template it self. As you can see the theme is using two column layout, and 4 color #000, #fff, #f3f3f3 and #ddd, the Twitter and RSS link is hardcoded in the themes if you want to change to link target or maybe you want to delete it, you can open the file <em>sidebar.php, </em>there are div element with class name <em>&#8220;mediahead&#8221;</em> and <em>&#8220;onmedia&#8221;, </em>just delete that div. So here&#8217;s the download link from this theme, but sorry right now I can&#8217;t provide the live example.</p>
<p><a href="http://www.box.net/shared/x33o06o4d9" target="_blank">DOWNLOAD THEME</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2010/06/19/free-wordpress-theme-superdit-wp-css-dashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collection of wordpress syntax highlighting plugins</title>
		<link>http://superdit.com/2010/01/10/collection-of-wordpress-syntax-highlighting-plugins/</link>
		<comments>http://superdit.com/2010/01/10/collection-of-wordpress-syntax-highlighting-plugins/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:12:58 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugin. wordpress]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=183</guid>
		<description><![CDATA[Some wordpress plugin enabled you to display source code in your blog post without breaking the HTML code, but there are so many plugins you can found out there. In this post I try each plugin with simple CakePHP controller syntax, and capture the result (most image is shrinked) so you can found the result of [...]]]></description>
			<content:encoded><![CDATA[<p>Some wordpress plugin enabled you to display source code in your blog post without breaking the HTML code, but there are so many plugins you can found out there. In this post I try each plugin with simple CakePHP controller syntax, and capture the result (most image is shrinked) so you can found the result of your syntax in your post using each plugin.</p>
<h4>1. CodeColorer</h4>
<p id="_mcePaste">Plugin based on GeSHi library, which supports most languages. CodeColorer has various nice features:</p>
<div id="_mcePaste">
<ul>
<li>syntax highlighting in RSS feeds</li>
<li>syntax highlighting of single line of code (inline)</li>
<li>syntax highlighting of code in comments</li>
<li>line numbers</li>
<li>automatic links to the documentation inserting</li>
<li>code block intelligent scroll detection (short code would have short block, for long one block height would be fixed and scrollbar would appear)</li>
<li>predefined color themes (Slush &amp; Poppies, Blackboard, Dawn, Mac Classic, Twitlight, Vibrant Ink)</li>
<li>syntax colors customization in CSS file</li>
<li>code protect from mangling by WordPress (for example, quotes, double-dashes, etc would look just right as you entered)</li>
</ul>
</div>
<p>Visible option setting when you install it with, custom css code, custom width, custom  tab size, custom themes, line number, etc.</p>
<p><img class="size-full wp-image-262 alignnone" title="codecolorer-example" src="http://superdit.com/wp-content/uploads/2010/01/codecolorer-example.png" alt="" width="442" height="342" /></p>
<p><a href="http://kpumuk.info/projects/wordpress-plugins/codecolorer" target="_blank">visit plugin site</a><span id="more-183"></span></p>
<h4>2. Code Highlighter</h4>
<p>This plugin is a syntax highlighter for source code. It uses GeSHi as fontifier engine. No options setting.</p>
<p><img class="alignnone size-full wp-image-264" title="code-highlighter-example" src="http://superdit.com/wp-content/uploads/2010/01/code-highlighter-example.png" alt="" width="469" height="222" /></p>
<p><a href="http://ideathinking.com/wiki/index.php/WordPress:CodeHighlighterPlugin" target="_blank">visit plugin site</a></p>
<h4>3. CodeSnippet</h4>
<p>It is powered by the GeSHi engine and is quite possibly the best syntax highlighting engine for WordPress. A large number of languages are supported and it can be easily extended, very simple no lines, no themes, no option but easy to use.</p>
<p><img class="alignnone size-full wp-image-268" title="code-snippet-example" src="http://superdit.com/wp-content/uploads/2010/01/code-snippet-example.png" alt="" width="479" height="202" /></p>
<p><a href="http://wordpress.org/extend/plugins/codesnippet-20/" target="_blank">visit plugin site</a></p>
<h4>4. Dean&#8217;s Code Highlighter</h4>
<p>This WordPress plugin using Geshi to highlight source code in a wide range of popular languages.it aims to be a simple but powerful code highlighting plugin, no themes, no option. This plugin seems very old and discontinued.</p>
<p><img class="alignnone size-full wp-image-270" title="deans-code-highlighter-example" src="http://superdit.com/wp-content/uploads/2010/01/deans-code-highlighter-example.png" alt="" width="493" height="318" /></p>
<p><a href="http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/" target="_blank">visit plugin site</a></p>
<h4>5. devformatter</h4>
<p>Create a better display of codes on your page/blog. For everybody that publish examples, source-code and some tips about a specific language. This plugin do use of GeSHi highlight system, so you will have support for more then 110 languages, including PHP, ASP, Html, JavaScript, CSS, Java, Python, Delphi, C++, C, Visual Basic and much more. This plugin using Jquery. New features:</p>
<ul>
<li>Syntax highlighting in RSS 2.0 feeds.</li>
<li>Syntax highlighting with PRE tags .</li>
<li>Syntax highlighting in comments.</li>
<li>Start line number configuration.</li>
<li>Hide toolbar for a code block.</li>
<li>CSS !important to for better style.</li>
</ul>
<p><img class="alignnone size-full wp-image-271" title="devformatter-example" src="http://superdit.com/wp-content/uploads/2010/01/devformatter-example.png" alt="" width="495" height="199" /></p>
<p><a href="http://wordpress.org/extend/plugins/devformatter/" target="_blank">visit plugin site</a></p>
<h4>6. Easy Google Syntax Highlighter</h4>
<p>This plugin is an implementation of the Google Syntax Highlighter 2.0 with a front end to allow configuring all the global settings that are available. Features include selecting themes and specifying languages to highlight. Any language that is not selected will not be called by your blog which will improve page loading performance. I got some error displaying php code when adding the open and close php tag like &lt;?php ?&gt;.</p>
<p><img class="alignnone size-full wp-image-273" title="easy-google-syntax-highlight-example" src="http://superdit.com/wp-content/uploads/2010/01/easy-google-syntax-highlight-example.png" alt="" width="491" height="156" /></p>
<p><a href="http://blog.burlock.org/easy-google-syntax-highlighter/" target="_blank">visit plugin site</a></p>
<h4>7. FV Code Highlighter</h4>
<p>This plugin supports the highlighting of PHP, HTML, CSS and XML. The default tag-highlighter color scheme uses the same colors Adobe&#8217;s Dreamweaver is using. This makes it easy for your visitors to recognize what type of codes you wrote. These colors can be changed to your liking in the WPadmin section of your blog. No options, no line number.</p>
<p><img class="alignnone size-full wp-image-274" title="fv-code-highlighter-example" src="http://superdit.com/wp-content/uploads/2010/01/fv-code-highlighter-example.png" alt="" width="493" height="219" /></p>
<p><a href="http://wordpress.org/extend/plugins/fv-code-highlighter/" target="_blank">visit plugin site</a></p>
<h4>8. Highlight Source Pro</h4>
<p>Powerful, flexible, XHTML-compliant, server-side code highlighting, credits for everything but &#8216;making it a plugin&#8217; go to Jay Pipes and GeSHi. Features including :</p>
<ul>
<li>Highlight sources of any language</li>
<li>automatically, server-side (no javascripts)</li>
<li>XHTML-Compliant, &lt;div&gt;, &lt;ul&gt;, &lt;span&gt; with class-attributes and a css-file are used for styling</li>
<li>optionally add a heading for every code-block</li>
<li>optionally specify line-number offset (BREAKS XHTML COMPLIANCE)</li>
<li>optionally don&#8217;t display line-numbers</li>
<li>set per-codeblock if the code is html_entity_encoded or not</li>
<li>only parses &lt;pre&gt;-tags with the lang=-attribute, thus does not interfere with any regular preformatted contents you might have</li>
<li>degrades beautifully through &lt;pre&gt;-tags (if you keep the sources clean, that is)</li>
<li>all settings through logical, valid arguments for the main container</li>
<li>comes with generic cross-browser CSS (tested: IE5.5+, FF, Safari, Opera)</li>
</ul>
<p><img class="alignnone size-full wp-image-276" title="highlight-source-pro-example" src="http://superdit.com/wp-content/uploads/2010/01/highlight-source-pro-example.png" alt="" width="494" height="285" /></p>
<p><a href="http://wordpress.org/extend/plugins/highlight-source-pro/" target="_blank">visit plugin site</a></p>
<h4>9. Snippet Highlight</h4>
<p>I got some error displaying php code when adding the open and close php tag like &lt;?php ?&gt;.</p>
<p><img class="alignnone size-full wp-image-278" title="snippet-highlight-example" src="http://superdit.com/wp-content/uploads/2010/01/snippet-highlight-example.png" alt="" width="491" height="156" /></p>
<p><a href="http://wordpress.designpraxis.at/plugins/snippet-highlight/" target="_blank">visit plugin site</a></p>
<h4>10. SyntaxHighlighter Evolved</h4>
<p>SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without having to escape the code or anything. It uses the SyntaxHighlighter JavaScript package by Alex Gorbatchev to do the highlighting and supports all of the package’s parameters via shortcode attributes. With visible option yes and other features I recommend this plugin for daily use.</p>
<p><img class="alignnone size-full wp-image-285" title="SyntaxHighlighter-Evolved-example" src="http://superdit.com/wp-content/uploads/2010/01/SyntaxHighlighter-Evolved-example.png" alt="" width="495" height="161" /></p>
<p><a href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/" target="_blank">visit plugin site</a></p>
<h4>11. SyntaxHighlighter Plus</h4>
<p>The result is similiar with the one above but with different code tag and without visible option setting.</p>
<p><a href="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/" target="_blank">visit plugin site</a></p>
<h4>12.  WP-CodeBox</h4>
<p>WP-CodeBox provides clean syntax highlighting and AJAX advanced features for embedding source code within pages or posts. It support wide range of popular languages highlighting with line numbers, code download, Copy to clipboard, collapse codebox,automatic keywords link to API manual and maintains formatting while copying snippets of code from the browser. It&#8217;s provide simple background configuration for highlighter style/formatting customization. Since the plugin is developing, in the future it will support more options.(CSS option,Keywords display style,Auto Caps/Nocaps,Case Sensitivity etc. )</p>
<p><img class="alignnone size-full wp-image-288" title="WP-CodeBox-example" src="http://superdit.com/wp-content/uploads/2010/01/WP-CodeBox-example1.png" alt="" width="485" height="207" /></p>
<p><a href="http://wordpress.org/extend/plugins/wp-codebox/" target="_blank">visit plugin site</a></p>
<h4>13. Dojox WordPress Syntax Highlighter</h4>
<p>I got some error displaying php code when adding the open and close php tag like &lt;?php ?&gt;.</p>
<p><img class="alignnone size-full wp-image-289" title="Dojox-WordPress-Syntax-Highlighter-example" src="http://superdit.com/wp-content/uploads/2010/01/Dojox-WordPress-Syntax-Highlighter-example.png" alt="" width="493" height="200" /></p>
<p><a href="http://wordpress.org/extend/plugins/wp-dojox-syntax-highlighter/" target="_blank">visit plugin site</a></p>
<h4>14. WP-Syntax</h4>
<p>WP-Syntax provides clean syntax highlighting using GeSHi &#8212; supporting a wide range of popular languages. It supports highlighting with or without line numbers and maintains formatting while copying snippets of code from the browser. It avoids conflicts with other 3rd party plugins by running an early pre-filter and a late post-filter that substitutes and pulls the code snippets out first and then pushes them back in with highlighting at the end. The result is source code formatted and highlighted the way you intended.</p>
<p><img class="alignnone size-full wp-image-290" title="WP-Syntax-example" src="http://superdit.com/wp-content/uploads/2010/01/WP-Syntax-example.png" alt="" width="494" height="165" /></p>
<p><a href="http://wordpress.org/extend/plugins/wp-syntax/" target="_blank">visit plugin site</a></p>
<h4>15. WP-SynHighlight</h4>
<p><a href="http://wordpress.org/extend/plugins/wp-synhighlight/" target="_blank">visit plugin site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2010/01/10/collection-of-wordpress-syntax-highlighting-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
