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...

read more

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. 1234567891011121314151617jQuery.fn.extend({  enter: function()...

read more

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 1234 $tag = wp_tag_cloud('smallest=30&largest=30&number=45&orderby=count&order=DESC&unit=px&format=array' ); foreach( $tag as...

read more