Articles & Snippets

Search for content...
/

Start typing to search

How to Remove the Header and Footer from Firefox 5

Posted by Cătălin on Mon, 1 Aug 2011

How to Remove the Header and Footer from Firefox 5

Printing Tips for OS X / Firefox 5 Enter in your browser address bar about:config Search in header into the filter bar and delete any info these value settings Search in footer into the filter bar,...

Read More...
code

QR Codes via Google API

Posted by Cătălin on Sat, 16 Jul 2011

The simplest way to to generate QR Codes using Google API

The simplest way to to generate QR Codes using Google API <?php $urlToEncode="http://www.negraru.com"; generateQRwithGoogle($urlToEncode); function generateQRwithGoogle($chl,$widhtHeight...

Read More...
code

PHP script to retrieve data from AdSense

Posted by Cătălin on Fri, 15 Jul 2011

PHP script to retrieve data from AdSense

I use the following PHP script to retrieve data from my AdSense account (impressions, clicks, ctr, ecpm, earnings). It's great to be used with a Cron Job to receive daily emails or SMS alerts. Thanks...

Read More...
code

301 .htaccess Redirect

Posted by Cătălin on Wed, 26 Jan 2011

How to use .htaccess 301 redirect?

How to use .htaccess 301 redirect? To prevent getting 404 File Not Found error (traffic coming from links, bookmarks and search engines), .htaccess redirect is better than the meta refresh or redirect...

Read More...
code

Secret Golden Ratio of New Twitter Layout

Posted by Cătălin on Sat, 23 Oct 2010

Secret Golden Ratio of New Twitter Layout

  Twitter’s Creative Director Doug Bowman says: To anyone curious about #NewTwitter proportions, know that we didn’t leave those ratios to chance.”

Read More...
code