Follow Me

Best collection of firefox addons for web designers and developers

Sun, May 8, 2011

4 Comments

Firebox is one the most fastest growing browser among competitors.  Its became the best browser for web development in popularity. Firefox relies on the extension system to allow users to modify the browser according to their requirements instead of providing all features in the standard distribution.

While developing projects and other sources, I [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • blogmarks
  • Design Float
  • DZone
  • MySpace
  • Reddit
  • StumbleUpon
  • Twitter
Continue reading...

.htaccess basic features with example

Wed, Mar 23, 2011

1 Comment

.htaccess files (or “distributed configuration files”) provide a way to make configuration changes on a per-directory basis. In simple words, htaccess allow you to override the default server configuration using certain commands. htaccess file works in Apache Web Server on both Linux/Unix and Windows operating system. This post has some basic example and method to [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • blogmarks
  • Design Float
  • DZone
  • MySpace
  • Reddit
  • StumbleUpon
  • Twitter
Continue reading...

how to include an external css and js with javascript dynamically

Thu, Nov 4, 2010

0 Comments

Generally we includes an external css ( Cascading Style Sheets ) and js ( javascript ) files in the HEAD section of our HTML page. We include them by following conventional method -

<link rel="stylesheet" type="text/css" href="stylesheet/mycss.css"/>
<script language="javascript" src="javascript/myjs.js" type="text/javascript"></script>

This method added files to the page as they encountered in page source code or synchronously.
Here we [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • blogmarks
  • Design Float
  • DZone
  • MySpace
  • Reddit
  • StumbleUpon
  • Twitter
Continue reading...

How to preserve line breaks in textarea mysql data

Thu, Sep 23, 2010

1 Comment

We often use textarea to insert multiple lines of data into database. While writing content to textarea we use line breaks.  At the time of display if we simply echo text area content then it does not preserve line breaks and stick all of the data together.
There are two ways we can preserve line breaks [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • blogmarks
  • Design Float
  • DZone
  • MySpace
  • Reddit
  • StumbleUpon
  • Twitter
Continue reading...

how to generate excel report with php and mysql

Mon, Sep 20, 2010

12 Comments

Hi Friends,
Recently for one of my project work, I need to generate excel report for customer data using php and mysql. Here I am posting tutorial of generate excel report in easy steps.
Step 1. Include phpexcel class file along with your config file and make its object with excel file name passed parameter in constructor. [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • blogmarks
  • Design Float
  • DZone
  • MySpace
  • Reddit
  • StumbleUpon
  • Twitter
Continue reading...
Older Entries