Mostly used programming languages and their programming advantages.

Nowadays, world wide clients are demanding for cost effective solutions along with high-performance speedy development. In recent internet marketing arena, designing a good website template and placing unique and relevant content is not enough for a profitable web businesses. Web programming is getting more value in terms of...

read more

When Should You Fire Your Website Designer

May 25, 09 When Should You Fire Your Website Designer

Posted by in Search Engine Optimization

Your online business is not a wild crazy idea, but a source of income. Trust the right people to design your website. Your 17 year old nephew may be able to create your website or you can get a free one from several services…they might even be kind of pretty. In my research and experience, less than 2% of businesses that have...

read more

My first Post from Windows Live Writer

Apr 27, 09 My first Post from Windows Live Writer

Posted by in Personal, Web development

I just installed windows live writer in my local machine. now we can write offline and post it when post is complete. I like this tool very good because we can see preview while editing. you can download Windows Live Writer from http://windowslivewriter.spaces.live.com/.  you can include flicker digg and twitter feature while...

read more

Grow traffic by adding social features to your site By Google

I just gone through Google Friend Connect.  You can see Google Friend Connect Gadget on my website. Find at right bar of my Website. I will appreciate to join me.  I also install Google Friend connect Plug-in for WordPress find it by submitting a comment. your comment will display with your profile photo and details. following are...

read more

Advanced CSS

I 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 more

Jquery Image rollover with demo

I 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 more

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

W3CDTF date in PHP

To 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
Page2 of 212