1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By rohan_shenoy

  1. SolutionX liked rohan_shenoy's post in the thread Anyone use desktop CMS software?.

    Well, I see you are pretty confused. You first day that one will not need hosting, and then say that "you can upload it"? Either you...

    Jan 31, 2009
  2. gasper000 liked rohan_shenoy's post in the thread Capacha on local host..?.

    Which server-side language are you using? If you are using PHP, you can useGD library to create the images. Most prolly, it is already...

    Jan 12, 2009
  3. toby liked rohan_shenoy's post in the thread I want to operate an ISP business how?.

    Sure, it sounds like a good idea. I will explain you what the situatuin in Indian suburbs is: Broadband is comparatively new here....

    Nov 6, 2008
  4. scubita liked rohan_shenoy's post in the thread Any tutorial to develop Admin panel to my clients site?.

    Atleast these 2 ways: 1. Since you have already seeb how joomla and wp work, you can put together yourself the pieces of the code. 2....

    Nov 2, 2008
  5. Sean@WMS liked rohan_shenoy's post in the thread Looping through a set of checkboxes to authenticate.

    <form action="" method=""> <fieldset id="set_of_checkboxes"> <input type="checkbox" ... /> <input type="checkbox" ......

    Oct 31, 2008
  6. Rory M liked rohan_shenoy's post in the thread Version Check Function.

    It should but I have no idea as I have hardly dealt with SSL.

    Aug 10, 2008
  7. Silver89 liked rohan_shenoy's post in the thread New line replace with br.

    Use nl2br() http://php.net/nl2br

    Jul 28, 2008
  8. wierdo liked rohan_shenoy's post in the thread AJAX - Let the user know its loading.

    document.body.style.cursor = 'wait'; document.body.style.cursor = 'default'; More values:...

    Jul 25, 2008
  9. J8Diamonds liked rohan_shenoy's post in the thread What's involved in auto updating RSS like Wordpress say?.

    This will surely help you: http://creativecoding.webforumz.com/editions/2007/december/tutorials/rss-feeds-with-php.php

    Jul 24, 2008
  10. CountryBoy liked rohan_shenoy's post in the thread I Need A New Stats Plugin.

    http://wordpress.org/extend/plugins/statpress/ I am using it with WP 2.6

    Jul 20, 2008
  11. wd_2k6 liked rohan_shenoy's post in the thread Simple Simple PHP If Statement Help Please!.

    <?php if($dabadee!='' )//diff { echo $dabadee; } else { echo "Hello";//diff } ?> '//diff' indiciates the lines that have been changed....

    Jul 18, 2008
  12. dman779 liked rohan_shenoy's post in the thread NEEED help editing color of these error messages..

    All the bold part of the above code as shown above.

    Jul 12, 2008
  13. calum liked rohan_shenoy's post in the thread Complete Site Copy of My Web Host.

    Did you design your webpages yourself? Are you a reseller of some another company? Did the reseller company setup the website for you?...

    Jul 11, 2008
  14. raymond222 liked rohan_shenoy's post in the thread Disbale button after clicked.

    you can use more than 1functions foronclick: eg <span onclick="alert("alert 1"); alert("alert 3");">CLICK ME</span>

    Jun 22, 2008
  15. seoindiaweb liked rohan_shenoy's post in the thread Are SEOs still important after web 2.0 and web 3.0.

    I am have opposite opinions but the more convincing would be: As things evolve, they get complicated and so more expertise is needed to...

    Jun 19, 2008
  16. guruguy liked rohan_shenoy's post in the thread Redirect page.

    ^That is a javascript or meta redirect. Google using those terms. And yea, you will need to have a custom 404 page.

    Jun 17, 2008
  17. fireflyproject liked rohan_shenoy's post in the thread Help Me Debug This Piece of Code Please!.

    ^to avoid those error due to single quotes always use mysql_real_escape_string() function! It will take care of single as well as double...

    Jun 11, 2008
  18. slaydragon liked rohan_shenoy's post in the thread Simple Regular expression question.

    {2,8} means 2 to 8 of preceding characters $ means end of string More info on regex syntax at...

    Jun 11, 2008
  19. Paintball Guns liked rohan_shenoy's post in the thread Show text based on domain name's first letter.

    <?php $domainName=$_SERVER["SERVER_NAME"]; $firstLetter=substr($domainName,"0","1"); echo "First letter is ".$firstLetter; ?> :)

    Jun 10, 2008
  20. bochgoch liked rohan_shenoy's post in the thread Wordpress <code> formatting plugin.

    I am using Wp-codebox on my WP blog and I have written a tutorial about installing it and using it. I am PMing you the link since I...

    Jun 10, 2008