Get Current URL using PHP

Published on :

The other day I was writing a script where I was required to consume the current webpage url for in the services I was writing. PHP Server variable is quiet handy for such scenarios as it provide all the parameters passed through the server. Though direct information about the current […]

Life without Facebook

Published on :

Recently I deactivated my Facebook account for some personal reasons. It was something which was really hard and the addiction to check or spend time surfing Facebook was too compelling, yet I managed to do that somehow. (Did I hear someone patting my back…J ) Life without Facebook, this post […]

Windows 8 Surface RT vs Pro

Published on :

Past few days have been very exciting for Microsoft fan boys, I admit I am being one of them. With the availability of Surface tablet, Windows 8 RTM (General Availability), Office 2013 (for MSDN/Technet), Windows Phone 8 event in pipeline next week, things have never been exciting and bright for […]

How to use Smarty variables in Javascript Code

Published on :

Smarty is a template engine for PHP that facilitates a managable way to separate application logic and content from its presentation. This is mostly used in industrial architecture following MVC (Model View Controller) architecture. The application data that contain no information about how they will be presented. They are passed […]

Windows 8 Tablet Preview

Published on :

Windows 8 has mixed opinions at the moment. While many appreciate the new look, others find the double interface system a drag. Yet, Windows 8 is pretty much about touchscreen devices from start to finish. Microsoft has taken time to create something that’s amazing. Although it’s not out as yet, […]

Installing Solr over Windows

Published on :

In the last post, i covered how to troubleshoot Xampp port error for configuring Tomcat Apche Server on Windows. In this post i would be covering on How to install Solr on Windows. Solr is an open source enterprise search platform from the Apache Lucene project written in Java. Its […]