Elgg – galliCache plugin : A performance booster for your elgg websites

Posted on: December 24th, 2012 by Mahin No Comments

Introduction galliCache is an elgg plugin, which caches your site’s public pages and serve your users with these cached pages. The plugin is available for Elgg 1.8 websites only. By using this plugin you can avoid plenty of DB queries and this will speed up your Elgg website significantly. Unfortunately it still means loading the PHP […]

Desktop notifier application for Elgg

Posted on: October 30th, 2012 by Mohammed Aqeel 10 Comments

It is our great pleasure to inform you that, we are planning for the development of a desktop notification plugin for Elgg (1.8 sites only). The application is having a lot of features including, notifying the users about their pending friend requests, new river updates from their friends, new unread mails etc.. The application is […]

18 best Educational, Academic, University websites collection

Posted on: September 15th, 2012 by Raez Mon No Comments

Here is a collection of best educational websites of certain colleges and universities. Most of the educational institutions have an outdated website or they are not even bothered about updating it regularly. Some are still using the table designs of 1990’s. But here are a few exceptions to that. 01) University of Nottingham 02) Emily […]

script to create a php site crawl robot easily

Posted on: August 30th, 2012 by Mohammed Aqeel 4 Comments

The following tutorial is a simple example of how to create a site crawl robot with php. This can be used for search engines, creating caches of your sites at regular intervals etc. The crawler uses php’s CURL library to fetch the URL contents. It will then look for an anchor tag inside the page […]

IE7 error : SCRIPT1028: Expected identifier, string or number

Posted on: August 29th, 2012 by Sarath C 2 Comments

I just noticed today only, that the animated sliders in our home page is not loading in IE7 when I  logged in from my friends PC which was running in IE7.  Just did a casual visit to our website and found the sliders are not loading. I didn’t noticed it initially because most of our […]

PHP code to create a calendar for the month

Posted on: August 11th, 2012 by Mohammed Aqeel No Comments

This code snippet will help you to create a calendar through a few lines of php code which you can easily style with simple css and html. You can easily create your php web based calendar in just two steps. You may ask why this is needed when many calendar scripts are out. You are […]