Search results

  1. C

    Html colors on my page?

    ColorZilla addon Use Mozilla addon plugin ColorZilla to pick up and get hexcode of any color on your page
  2. C

    Newbie, needs php help.

    Debug result using print_r Try printing the result set using print_r($rs) to get an array structure of what data your query returned.
  3. C

    How to convert PSD to WP?

    PSD -> HTML -> Wordpress Theme You need to convert the psd to an html template and then make it a dynamic wordpress theme following the theme designing tutorial from wordpress codex http://codex.wordpress.org/Theme_Development
  4. C

    javascript gallery problems

    Convert images to jpg One quick solution is to convert the images to jpg format so that they dont contain transparent backgrounds anymore
  5. C

    what is ajax ?

    Its a technology used to retrieve data or query your database without refreshing your page. This helps in a good interface while checking for say whether a username exists while filling a registration form and if it exists display a message at the side and clear the textbox.
  6. C

    wordpress plugin

    My favorite plugins Well i mostly work with wordpress and there are loads of plugins that simplify my work Some are Autoblogger - get content from rss feeds and turn them into posts XML Sitemap - to create a sitemap when a new post is created PingPress FM - to bookmark your post url to...
Top