Blogspot - technical-junk.blogspot.in - theRDnotes

Latest News:

Thought 6 Aug 2013 | 11:09 am

Life is huge bunch of programming code written by God. Where the flow of control depends on how you resolve conditions :)

Firefox error : not well-formed 12 Jun 2013 | 06:02 pm

Today I was working with jQuery AJAX request and got an error in Firefox's JavaScript console saying "not well-formed". Actually I was returning HTML code for a drop-down from server. Following solu...

Firefox error : not well-formed 12 Jun 2013 | 06:02 pm

Today I was working with jQuery AJAX request and got an error in Firefox's JavaScript console saying "not well-formed". Actually I was returning HTML code for a drop-down from server. Following solu...

Where is "filter values by current value" option in Toad For Oracle 10 located? 5 Jun 2013 | 03:07 pm

Description Where is filter values by current value option in Toad For Oracle 10 located? In Toad For Oracle 9.7 this option is here: 1] Go to Schema Browser 2] Select a table 3] On the right hand si...

Where is "filter values by current value" option in Toad For Oracle 10 located? 5 Jun 2013 | 03:07 pm

Description Where is filter values by current value option in Toad For Oracle 10 located? In Toad For Oracle 9.7 this option is here: 1] Go to Schema Browser 2] Select a table 3] On the right hand si...

10 Types of Smartphone Displays, Touchscreens 17 May 2013 | 03:56 pm

Thought I'd share this Touchscreens TFT LCD TFT stands for Thin Film Transistor technology. TFT LCDs are the most common type of display units used across mobile phones. TFT LCD offer better image ...

Error : Error applying transforms. Verify that the specified transform paths are valid ? 24 Apr 2013 | 03:05 pm

Try browsing the registry (Start > Run > regedit > OK) to the following value: Code: HKEY_LOCAL_MACHINE\Software\Classes\Installer\Products\ \ 'ProductSQUID' is the ID of the Software. you'll have ...

How To : Get Javascript array on server side. 24 Apr 2013 | 03:01 pm

In order to pass an array from client to server, call the server following way with Ajax post call : var myArray = ['1', '2']; $.post('action.do', {arrayData:myArray, mode:"get"}); On server: Stri...

Windows Batch File - Format Date Time 5 Apr 2013 | 08:58 pm

Following below given commands to generate data-time according to your need > echo %date% Fri 04/05/2013 > echo %date:~10,4% 2013 > echo %date:~4,2% 04 > echo %date:~7,2% 05 > echo %date...

Deal with JDBC Batch Update Results 6 Mar 2013 | 08:02 pm

int[] numUpdates= stmt.executeBatch(); for (int i = 0; i = 0) { // Successfully executed; the number represents number of affected rows System.out.println("OK: updateCount=" + numUpdates[i]); } else ...

Recently parsed news:

Recent searches: