Blog

Notes on web, marketing, and the craft.

Long-form pieces from the Nirvaat team on web development, Laravel, PHP, SEO, digital marketing and what we're learning along the way.

Connecting Sony K750 with Windows 7

I had a old Sony Ericsson phone working great for me since long. Recently I upgraded my PC with new Windows 7 professional. I usually does not need to connect m…

Read more →

Wordpress plugins to help Administrators

While browsing thorough my emails today morning. I found a link to wordpress plugins for blog administrators . This is a well categorized list and have plugins …

Read more →

Reset password of Joomla 1.0.x Administrator

Recently I need to upgrade one Joomla 1.0.x installation to the new installation. If you are also dealing with Joomla 1.0 installation to upgrade or maintain an…

Read more →

Additional FTP user for a sub folder in Plesk controlled domain

Assuming you already have an existing domain (example.com) with the primary FTP user (foo) with home directory (/var/www/vhosts/example.com), and you wish to cr…

Read more →

Server side forced reload of a cached file in browser

With the advent of modern browsers, web pages are using more and more javascript and stylesheets to make applications work faster and look better. And this is a…

Read more →

Working with Access-Control-Allow-Origin

When developing Ajax applications on local machine you may face this error on almost all browsers that cross referring a link from other domain is not allowed. …

Read more →

Setting include path for a domain in Plesk

If you need to use PEAR library functions in your web applications. Sometimes you may need to set the path to pear files for your domain so that the PEAR librar…

Read more →

Displaying UTF characters in the FPDF

It is very easy to show UTF characters in a FPDF generated PDF file. Just use the following conversion function and it will work. Assume you have initialized th…

Read more →

Exporting Wordpress blog to Blogger

If you ever need to export your wordpress blog to Google Blogger, then you can use a great tool for this I just found - Convert Wordpress Export to Blogger . Fo…

Read more →

Apache Keep Alive Directive

Today, I was analysing a website for performance improvements using the Page Speed tool by Google. One interesting thing I found out that it was recommending to…

Read more →