no

How to Add Menu Button Using Extension in Eclipse Rcp

How to add and enable a menu button using the eclipse rcp extension (by code and using the plugin UI Interface) To learn eclipse-rcp, I ke...

Google Webmaster Tool - How to index more than 26 posts

Each time I check my Google Webmaster Tool, I always notice the total number of indexed posts to be 26 (no more no less). Which is ok if ...

Where Is the Excel Autofit Column Width in Microsoft Office

For those of you who want to show the whole column width of a cell just like the previous office, here's how (it took me a while): 1.)...

How to Compare Two Date Objects in Javascript

The best way to compare 2 Date objects using javascript is to get its long equivalent. For example we have a date in this format: mm-dd-yy...

Comments Suggestions Request

For questions/comments/suggestions/recommendations/request. If you want me to write a tutorial about a certain programming language ...

How to add unique meta tags, description and keywords to blogger

Since, my google Webmaster's Tool Diagnostics always tells me that I have duplicate Short Description and Duplicate Meta Tags. I'...

Introduction to Myisam and Innodb in Mysql

MyISAM (http://dev.mysql.com/doc/refman/5.0/en/myisam-storage-engine.html) -to create a MyISAM table, add ENGINE = MYISAM; at the end of cr...

How to Fix Operation Must Use an Updateable Query in Msaccess

I am currently developing a certain application in MS Access and I need to link 2 databases, select data from one and move it to the second....

Introduction to Eclipse, Subclipse, and Visual Svn Server

If you are tired of the usual copy all, zip backup your application files then I suggest you try using SVN. But let me clarrify, SVN is not...

How to Format and Display 2 Digit Integer in Java

String.format("%2d", 1); This will ensure that a single digit integer will be padded with 0.

How to Fix Transaction Timeout in Php

Calling the authorize.net api, I've encountered this error: An error occurred while trying to report this transaction to the merchant....

How to Remove Compare Products in Magento

To do this first I enable the block outlining so I will be able to determine which layout and block a box is located. To remove these boxe...

How to Fix Expected Exception Failed in Junit

I recently downloaded the new version of JUnit which is 4.7 and linked it to my project. Then all the test cases that should be ok if an ...

How to Select All Checkbox or Element in a Form Html

Creating a form dynamically at run time – this also means we should give unique names to each html controls. For example we have a datagrid ...

How to Hide a Datagrid Column in C#

I was developing another windows mobile which has the requirement of using a datagrid for dataview. A DataGrid is a good control in presenti...

Learn to Setup Magento in 1and1 Vps Hosting

Magento 1and1 VPS Setup - Setting up the VPS settings At this point it is assumed that a VPS Domain is properly setup. Although the mage...

How to Setup Magento in 1and1 Vps Server

For this you must have a root access to your database There is a built it script to test your system whether it is ready for magento deplo...

How to Setup Magento in 1and1 Vps Server

1. Introduction This blog details the process on how we can install Magento in a 1and1 VPS Server. 2. What we have: Magento application 1and...

How to Fix Lost Connection Error in Mysql

I have this unusual error when I printed the error caught in Mage::run method. I've already setup my database connection settings in a...

How to Enable Php Logs Using .htaccess

htaccess file: linux: .htaccess windows: htaccess.txt To enable logging using the htaccess file set the following values: php_flag d...

How to Change the Database Setting in Magento

The magento's database settings is stored in this file: app/etc/local.xml you would find something like this: <default_setup&...

How to Terminate Applicationclass Object After Quitting in C#

Problem: I have developed an application in Visual Studio C# that will read and write contents on an excel document. After I'm done cod...

archive