‘Developers’ Articles
Written by Atiq on 30 January 2012
Tweet If you setup wordpress blog, you noticed if you click on URL’s in comments, the URL will open in same window. This is default behavior of WordPress and unfortunately most WordPress don’t support to change this behavior. This situation could annoy for many bloggers as they don’t like the site visitor leave their site [Continue]
Written by Atiq on 23 November 2011
Tweet PHP is an opensource server side scripting language and it is a widely used. The Apache web server provides access to files and content over HTTP OR HTTPS protocol. A misconfigured server side scripting language can create all sorts of problems. So, PHP should be used carefully. Here are twenty five php security best practices [Continue]
Written by Atiq on 21 November 2011
Tweet HOWTO: Subversion for Windows with Apache server 1. Introduction 2. Installation 2.1. Setting up the OS 2.2. Installing Subversion 2.3. Installing Apache 2.2 3. Configuration 3.1. Configuring Subversion 3.2. Configuring Apache 2.2 server 4. Backup 4.1. What to back up? 4.2. Creating a repository dump 5. Upgrade 5.1. Upgrading Apache 2.2 [Continue]
Written by Atiq on 10 October 2011
Tweet For bloggers who host their own blog or website, it is inevitable that it will have to be moved. First, you might need to move your blog if you are switching your web host. Second, you might also need to ‘move’ your website if you are transferring it to a new domain, new directory, or [Continue]
Written by Atiq on 06 June 2011
Tweet In relation to PHP programming language, MySQL is the old database driver, and MySQLi is the Improved driver. MySQLi takes advantage of the newer features of MySQL 5. Lifted verbatim from the php.net site: Embedded server support Object-oriented interface Support for Prepared Statements Support for Multiple Statements Support for [Continue]
Written by Atiq on 15 April 2011
Tweet This article is helpful for you to install Python from source on Linux system. Follow the steps as describes below: localhost:~$ su − Password: localhost:~# wget http://www.python.org/ftp/python/2.3/Python−2.3.tgz Resolving www.python.org… done. Connecting to www.python.org:80… connected. HTTP request sent, awaiting [Continue]
Written by Atiq on 30 October 2010
Tweet IIS versions before 7.0 did not require <handlers> for AJAX to work. If you are installing AJAX on new IIS7 servers, you will have to make sure you have the following code in your web.config: <!-- The system.webServer section is required for running ASP.NET AJAX under Internet [Continue]
Written by Atiq on 30 October 2010
Tweet Problem: Server Error in ‘/’ Application. ——————————————————————– The ‘Microsoft.Jet.OLEDB.4.0′ provider is not registered on the local machine. Description: An unhandled exception [Continue]
Written by Atiq on 30 October 2010
Tweet HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set [Continue]
Written by Atiq on 30 October 2010
Tweet If you need a domain URL redirection from yourdomain.com to www.testdomain.com or vise versa, you can do something like this: Place either of these (depending on what you’d like done. And edit to match your domain) inside the <system.webServer></system.webServer> tags in the web.config of the domain. [Continue]
Written by Atiq on 08 October 2010
The Mono developers have released Mono 2.8, a major update to the implementation of Microsoft's .NET technology for Linux and other platforms. Miguel de Icaza, project lead, said in his blog that the release "contains ten months worth of new features, stability fixes, performance work and bug fixes". The Mono C# compiler is now a complete [Continue]
Written by Atiq on 29 September 2010
ASP.net Vulnerability patch released [Continue]