Naveed Ramzan

10 Most Important Things to Remember about Time Management

10 Most Important Things to Remember about Time Management Unless you set and resolve to live by your own priorities (the ones you’ve set to run your household), you’ll wear yourselves out trying to meet the demands and expectations of others. You—like everyone else—have 60 minutes in each hour, 24 hours a day. Time is made up …

10 Most Important Things to Remember about Time Management Read More »

Firefox Add-on(s) for Web Develoepers

Firefox Add-on(s) for Web Develoepers Developers should need to install following add-on(s) for debugging and saving time. FireBug Inspect HTML and modify style and layout in real-time Use the most advanced JavaScript debugger available for any browser Accurately analyze network usage and performance Extend Firebug and add features to make Firebug even more powerful Get the information …

Firefox Add-on(s) for Web Develoepers Read More »

Htaccess Tips

Htaccess Tips Redirecting something http://www.domain.com/page.php#portfolio we need to open it on : http://www.domain.com/portfolio RewriteRule http://www.domain.com/porfolio$ http://www.domain.com/page.php#portfolio [NE,L]