Web Niraj
  • Facebook
  • Flickr
  • Google
  • Linkedin
  • Twitter
  • Youtube
Senior PHP & Facebook App Developer
  • Home
  • About Me
  • Contact Me
  • Portfolio
  • WordPress
  • Blog
Search the site...

"Not only was Niraj able to answer every query we had in regards to creating Facebook apps, he was also able to explain things in layman's terms for those of us who were unfamiliar with the more technical aspects of Development"

Satwant Singh Kenth, Education Officer, CDI Europe
Home» Blog (Page 2)

Modify WordPress Archive to Display Only Certain Tags (wp_get_archives)

0

I recently ran into a problem where I wanted to display only posts tagged with a specific name in the WordPress Archive page (part of my theme). However, searching on Google only showed how to filter posts by Category. Here is the solution I came up with…

Read More Tutorial, WordPress

Samsung Galaxy Nexus and Android 4.0

0

My first week with Android 4.0 and the Samsung / Google Galaxy Nexus

Read More Android, Google Galaxy Nexus

Using .htaccess Files to hide Query Variables

0

I came into a recent issue where I wanted to hide ?id=xx from the query string of a URL so I could use a single Facebook Comment Plugin with different data. I fixed the issue by using a few lines of code in a .htaccess file. RewriteBase / RewriteRule ^file-([0-9]+)\.php$ /some_directory/files.php?id=$1 [L] The code above [...]

Read More Apache, Tutorial

Let Facebook Scrape Password Protected Pages for Like Buttons

0

If you have various password protected pages on your website, but want people to Like your pages (via Facebook), there is a simple trick you can use to allow this. You can detect the Facebook Scraper by its User Agent and serve up an alternative page that contains the OpenGraph markup you would like to [...]

Read More Facebook, Tutorial

Synching Servers using Rsync

0

A while ago I had to sync files from one server to another. The reason? I was responsible for moving all the application and websites hosted on a old server to a new, faster server with better security and a updated operating system. Since the servers were remote, I couldn’t simply use a USB drive [...]

Read More Linux, Server

Finding large files on Mac / Linux

0

I recently ran into a problem with disc space on my Mac, requiring me to find and delete large files to free up some space quickly. I found the following command (in Terminal) very useful to find large files of a given size in a given directory.

Read More Command Line, Linux
  • 1
  • 2
  • 3

Recent Posts

  • WordPress Loop – Include / Exclude Tags Globally

    May 16, 2012
  • Forcing Your Facebook App To Run In An iFrame

    May 9, 2012
  • Requesting Every Facebook App Permission

    May 2, 2012
  • FT Editorial App

    April 10, 2012

    Contact Me

      • Linkedin
      • Facebook
      • Google
      • Twitter

    Tags

    Android Apache API Application Bebo Command Line Competition Deployment Facebook Fan Page Flash Function Game Google Galaxy Nexus Google Nexus One iGoogle Image Manipulation iPhone JavaScript Linux Microsite MySpace PHP Plugin Portfolio RSS Server Sysadmin Tutorial Welcome Widget WordPress
    © 2012 Niraj Shah