Web and SEO Professional
Friday March 12th 2010
affiliate_link

ads

Archive for February, 2009

WordPress best blogging solution

After lot's of effort working on typo3 I have decided to use WordPress as my blogging needs. Making a custom look website in typo3 is quite simple with knowledge of typoscript but setting a blog on TYPO3 is very tough. following are some point which is support my decision. I have tried, t3blog and wec plugins for TYPO3, its take lots of time [...]

Jquery Image rollover

if you need unobstructive JavaScript for image rollover you can use following code. I am not providing any detail markups for that if you face some problem to use that let me know. i will provide a demo section very soon for all of script. jQuery.fn.extend({ enter: function() { return this.each(function() { var pth = [...]

All WordPressTags display

I want to achieve a tag cloud like my website banner. after lots of research on net i decide to write my own code. I have incorporated following code in my header.php $tag = wp_tag_cloud('smallest=30&largest=30&number=45&orderby=count&order=DESC&unit=px&format=array' ); foreach( $tag as $item) { echo "<" . $item . "> [...]