After 3 year of research on opensource cms i finaly decided use MODx for my all web need. I have done 2 website in Joomla, 4-5 website with typo3 and 4 WordPress blog. I was very satisfied with templating feature of typo3 specially there templovoila and tree structure of page view but when i use MODx for my first web website its...
read moreFollowing Are some new product from Google for April First 2009.Google has just launced their new browser Google Chrome with 3D. Visit announce here: http://www.google.com/intl/en/landing/chrome/cadie/. Please Let me know about you experience on Google Chrome with 3D.
See you tube new layout while playing video or you can click...
read moreIn my opinion worlds greatest business mind hunt is Viral Marketing.
View one very popular viral video from source: http://www.worldsgreatestbusinessmind.com/20090329-Pankaj-Pandey-create.html.
You can see how this video is spreading world wide. for this time viral marketing is the biggest and successful media for...
read moreI have just gone through a very interesting topic on web on advanced CSS tutorial. i want to share this link to all of my blog readers.
Go through link :http://www.w3.org/2005/Talks/11-steven-css-advanced/
after going through this link I notices that we can use CSS for most of our daily routine web development problem with this...
read moreI have given a code in my earlier post for jquery image rollover. Now here are the final code and guide how to use this code.you need to creative two image ie: one for normal state and one for active/rollover state. name it like imagename.gif and imagename_active.gif.
put your image in your HTML document.
put all your image in...
read moreI am holding few domains which I am not using from long time and investing on every year. Following are the domains.aboutorissa.com
drishtimultimedia.comMy idea is to sell those domains but I have just tried AdSense for domain. The great feature of this product is free. Cash parking is not a good idea for me I am ready to sell...
read moreAfter 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 moreif 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 moreI 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 moreTo create a date time in the W3CDTF format (used in RSS feeds).W3CDTF date format is required for RSS validation. Use following PHP code.
1234<?php
$date=substr(date("Y-m-dTh:i:sO"),0,22).":".substr(date("O"),3);
echo $date;
?>
above code will give output like :...
read more
Social Profiles