Web Update 24

  • About webupdate24
  • Advertise
  • Contact
  • Home
  • Privacy Policy
  • Terms of Service
Illustration of a bird flying.
  • Do follow site list for back linking

    Best do follow website list to get some fruitful back links for your website.

    March 2, 2010
  • Most Easiest Way to Increase your Page Rank

    Hi There, Basically I am a web developer. I build websites. But always trying to add something more with my profile. From the last 2 years SEO became a great concern for my development. Without Search Engine visibility all of my works are just useless. I found thousands of sites are appearing at the very […]

    February 13, 2010
  • Set default image or text in html input box

    Suppose you have a user login panel which shows two input text field, one for username & another for password. Now you don’t wanna use level for this input box. Then What!!!!!!! Simply show text or image inside input box. Here is the code….. [sourcecode language=”javascript”] <form action="#" method="post"> <input name="login_username" value="email" type="text" onfocus="if(this.value==’email’) this.value=”;" […]

    February 5, 2010
  • Get next auto_increment value in mysql

    [sourcecode language=”php”] <?php SHOW TABLE STATUS LIKE ‘$tablename’; ehco mysql_result($query, 0, ‘Auto_increment ‘); ?> [/sourcecode]

    February 4, 2010
  • Form submit by ajax/jquery

    [sourcecode language=”javascript”] $(function(){ $.ajax({ type: "post", url:example.php, data: $("#user-form").serializeArray(), success: function(response){ alert(response); $("#response-div").html(response); } }); }); [/sourcecode]

    February 4, 2010
  • Control inside repeater row ASP.NET

    Hello All Few days back I was struggling with a repeater problem , where I have to get a value of dropdown list on a button click event which is inside repeater. Eventually I come up with a solution through googling. What I have faced was get the value of appropriate dropdown list while clicking […]

    February 2, 2010
  • Dependency Injection with Ninject in .NET

    Hello All From last few months I was not working on .NET platform so haven’t get enough time to write something fruitful on .NET technology. But from last few few days I was thinking to do something with IoC . There are many DI tools to perform DI in .NET but I found Ninject useful […]

    December 23, 2009
  • Use of Robots meta tag

    Syntax of Robots meta tag <meta name=”robots” content=”…, …” /> <meta name=”googlebot” content=”…, …” /> Robots meta tag can control the behavior of search engine crawling and indexing. If you want to control only Google Bot they use the syntax <meta name=”googlebot” content=”….,….”>, and the meta name robots will be universal, it will work for […]

    November 8, 2009
  • How to work cron job in php ?

    A cron job allows you to run a certain command at times set by the job. For example, you could set a cron job to delete temporary files every week so that your disk space is not being used up by those files. To access the Cron Jobs Menu, click on the icon above the […]

    October 20, 2009
  • Google SEO Tools

    Most extensive original free google seo tools

    October 18, 2009
←Previous Page
1 … 5 6 7 8 9 … 11
Next Page→

Web Update 24

Proudly powered by WordPress