Web page auto-redirecting methods and code snippets

May 7, 2013

Web page auto-redirecting is automatically sending a site visitor to another page once that visitor has landed on a page. The other page is often on the same website, but it can be on a different site altogether. Here are a few ways to redirect after a certain number of seconds. HTML, PHP, and Javascript [...]

Read the full article →

Create your own URL shortener with your domain

April 29, 2013

A open source PHP script that will allow you to run your own free URL shortener. You’ll have full control over your data, detailed stats and analytics, plugins, and more. You can make it private or public, you can pick custom keyword URLs, it comes with its own API. Features: Free and Open Source software. [...]

Read the full article →

Free disk imaging and cloning software for Windows Servers

April 18, 2013

This is a must have free disk imaging and cloning software package for Windows OS and MS Server OS. One-click back up all data of system drive, including system files and installed applications without interrupting system run. Backup your hard disk drives including MBR disk, GPT disk, external hard drive, USB disk, and other storage [...]

Read the full article →

Web Design Trends for 2013 Infographic

April 12, 2013

Years ago the web design trends would have been very different when compared with today. We would have been focusing more on development of visual effects, animation etc. But as we all know the future is unknowable. Today we are more focused on how to reach our target users, wherever they live, whatever device or [...]

Read the full article →

How to create swap file in Ubuntu linux

April 9, 2013

Memory in Linux is can be increased by create swap space, it can be a special partition, or a file which will work as a swap file. We will cover now, how to create a swap file. Create a swap file Where: bs=1024: Says that each block is made of 1024 bytes count=512K: Says that [...]

Read the full article →

Open source bug tracking solution

April 8, 2013

This is a simple yet highly elegant PHP bug tracking solution, it might not be packed with many features, but has a nice-looking interface that is highly usable. It comes with a nice permission system that allows you to set group-based privileges on a per-project basis. This web application deserves your consideration if you’re on [...]

Read the full article →

Fix the trust relationship between workstation and primary domain

March 28, 2013

This is a alternative solution when trust relationship between windows 7 workstation and domain fails and you do not wish to rejoin your machine to the domain in order to fix this problem. Problem: The trust relationship between this workstation and the primary domain failed. Cause: The computer’s machine account has the incorrect role or [...]

Read the full article →

How to get current page URL in PHP

March 23, 2013

Sometimes, you might want to get the current full URL in PHP. This PHP code snippet will also find out if the URL is on a secure URL or not, gets the server name and port number if needed and the current page.

Read the full article →

Free MySQL database management tool for Mac OS X

March 23, 2013

This is a fast, easy-to-use Mac database management application for working with MySQL databases. Whether you are a Mac Web Developer, Programmer or Software Developer your workflow will be streamlined with a native Mac OS X application! This application gives you direct access to your MySQL databases on local and remote servers. Sequel Pro is [...]

Read the full article →

Import Large MySQL Databases into PHPMyAdmin

March 22, 2013

If you often run into the problem where MySQL database that you are trying to import is just too large to import via the PHPMyAdmin web interface and you get script execution timeout then this is the solution for you. This simple to use script imports only a small part of the huge dump file [...]

Read the full article →