Lately I’ve been doing some development using CodeIgniter (a very popular PHP framework), and I was wondering, how to get CodeIgniter support in NetBeans. So anyway, I’ve found a NetBeans plugin under the Project Kenai This plugin will allow you to creat ...
Change password in Oracle SQL Developer
To change password in Oracle SQL Developer you can just right click on connection and click the Reset Password option. Alternatively, you can run the following query to update your password: alter user <username> identified by <newpassword> t ...
Ainol Novo7 Advanced Android Firmware Upgrade Guide
Ainol Novo7 Advanced Android Firmware Upgrade Guide Ainol Novo7 Firmware upgrade guide Preparation: 1. Required files: Novo7 firmware image Upgrade tool (Livesuit.exe) Windows USB drivers 2. Make sure the device is fully charged 3. Backup your data, ...
Windows 8 Release Preview now available!
Microsoft has recently released Windows 8 Release Preview. This is much better version than the Consumer Preview, but still there are lots of questions, but time will tell. Anyway, you can download Windows 8 Release Preview directly from Microsoft site ...
Switch between multiple Google Drive accounts for your Mac/PC
It's not possible to use Google Drive for your Mac/PC with more than one account at the same time. If you want to use Google Drive for your Mac/PC with a different account, disconnect the account you're signed in to and sign in to another account. We don ...
Eclox Doxygen Plugin for Eclipse
Eclox ( http://home.gna.org/eclox ) is an Eclipse plugin that implements a simple interface to the system Doxygen . The objective of Eclox is to provide a light level of integration of the process of software documentation within Eclipse through a user in ...
Some very useful Eclipse PHP Development Tools shortcut keys
Here are some most useful Eclipse PHP Development Tools shortcut keys that you should be using while developing applications. Enjoy :) Ctrl + M = maximize active view/editor Ctrl + / = line comment Ctrl + Shift + / = block comments Ctrl + D = delete l ...
Reading & Writing XML using the PHP DOM library
Reading XML using the DOM library The easiest way to read a well-formed XML file is to use the Document Object Model (DOM) library compiled into some installations of PHP. The DOM library reads the entire XML document into memory and represents it as a t ...
Installing MS Web Deploy on different port
Web Deployment is a tool from Microsoft to simplify migration, management, and deployment of IIS web servers, web applications, and web sites. When you install Web Matrix it is installed by default. When installed it listens on port 80. If you are using o ...
Installing Windows 8 Consumer Preview experience
Few months back Microsoft launched Windows 8 Developer Preview. Majority of people try to install beta or pre-launch versions on virtual machines. So did I, but there were lot of issues in installing Windows 8 Developer Preview and I posted a solution a ...
Allowing Oracle ports in Windows Firewall
If you plan to install Oracle Database XE onto a computer running Windows Firewall, which was first introduced in Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1, and then connect to it from another computer, check that the firewall has n ...
Windows 8 Consumer Preview
Windows 8 Consumer Preview is now available for download.You can either use a setup or an ISO file to download and install. Setup file can be downloaded from: http://windows.microsoft.com/en-US/windows-8/download and ISO can be downloaded from: http:/ ...
Install Oracle XE 11g on Windows 64-bit
Here’s the Oracle Database 11g Express Edition step-by-step installation on Windows 7 64-bit. Please bear in mind Oracle provides only 32-bit version of Oracle XE. When you download the software from Oracle, you’ll need an account and you’ll need to ac ...
Add Manufacturers in carousel box in OpenCart
The default installation of OpenCart has the brands/manufacturers displayed in a carousel at the bottom of the home page. Updating the manufacturers in Admin->Catalog->Manufacturers will not affect that. If you want to change this you’ll need to upd ...
2011 in review
The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here's an excerpt: A New York City subway train holds 1,200 people. This blog was viewed about 6,400 times in 2011. If it were a NYC subway train, it would take about 5 ...
INSERT new rows from a result of SELECT query
There were numerous times when I needed to insert records in the table from a result of another SELECT query, or copy data from one table to another. And every time I forgot the syntax of insert...select query. So I thought I should write it somewhere and ...
Create new Box in osCommerce 2.31
osCommerce has changed the way to create your own infobox in v2.3x. Majority of the links on internet are for older versions and which does not work on v2.31. If you want to create your new info box in 2.3x which modules now then follow the below instruct ...
Displaying all categories and sub-categories in category box in osCommerce
osCommerce by default displayes only top level categories in category box. To display all categories and sub-categories hierarchy in category box follow these instructions. Steps: index.php - change on around line 37: if ($category_depth == 'nested') ...
How to check if DLL is compiled as 32-bit or 64-bit?
Open visual studio command prompt. Use this command: dumpbin /headers C:\path\name.dll At the very beginning, you will find “FILE HEADER VALUES”, the first value will have a “(x86) ” for 32 bit and “(x64)” for 64 bit.
Give a new look to your osCommerce store
That’s how the osCommerce theme looks by default in version 2.3.1 What we want to do is, to change the light blue of the buttons, infobox headings and breadcrumb line (thats the line just under the header). In other words, we’re going to change the col ...
Connecting to Amazon Linux/UNIX EC2 Instances from Windows Using PuTTY
To connect to your Linux/UNIX instance from a Windows machine, use an SSH client. The following instructions explain how to use PuTTY, a free SSH client for Windows machines. Converting Your Private Key PuTTY does not natively support the private k ...
Map Microsoft OneDrive to access via Windows Explorer
Windows Live SkyDrive provides 25GB of space which you can use to backup your stuff. But using Browser is sometimes not desirable. But you can access your Windows Live SkyDrive storage in Windows Explorer. 1. Visit SkyDrive (http://www.skydrive.com) and ...
How do I: check if DLL is loaded
A few days back I developed an ISAPI filter and when I installed it on the IIS server and tried to test it was not running. To troubleshoot I thought how would I know that DLL has been loaded by the IIS server successfully and there is no error? If you us ...
Windows 8 installation error: HAL_INITIALIZATION_FAILED
I downloaded the Windows 8 Developer Preview from http://msdn.microsoft.com/en-us/windows/home/ and tried to install on Virtual PC, but got the following error. Your PC ran in to a problem that it couldn't handle,and now it needs to restart. You ca ...












