A blog with focus on technology, internet, mobile phone, IT Security, databases, open source, operating systems, Servers, news and life style

Interesting Sites

Archives

‘Developers’ Articles

WordPress: How to open comment author URL’s in new window

WordPress: How to open comment author URL’s in new window

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]

Linux: 25 PHP Security Best Practices For Sys Admins

Linux: 25 PHP Security Best Practices For Sys Admins

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]

HOWTO: Subversion for Windows with Apache server

HOWTO: Subversion for Windows with Apache server

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]

How To Move A WordPress Blog or Website

How To Move A WordPress Blog or Website

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]

What is the difference between mysql and mysqli?

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]

Install Python from Source on Linux

Install Python from Source on Linux

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]

How To Enable AJAX .NET Framework 3.5 on IIS7 Server

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]

How To Fix ‘Microsoft.Jet.OLEDB.4.0′ error

How To Fix ‘Microsoft.Jet.OLEDB.4.0′ error

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]

How To Fix overrideMode=”Deny” Error (HTTP Error 500.19)

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]

How to Create Rewrite Rule in web.config

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]

Mono 2.8 is Released.

Mono 2.8 is Released.

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]

ASP.Net Vulnerability Patch released: Microsoft Security Bulletin MS10-070

ASP.net Vulnerability patch released [Continue]

Page 1 of 212