NetBeans

CodeIgniter Support in NetBeans

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 ...

password

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 ...

Figure 1 Schematic diagram of the plugin Eclox.

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 ...

XML DOM tree for the books XML

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 ...

The new Windows 8 Start Screen, making use of ...

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 ...

open-port-windows-7-firewall-1

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 ...

the default redmond theme

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 ...

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 ...