ektaraval.blogspot.com
Technology Talk: How to check if at least one field is set in a form before submiting using JQuery
http://ektaraval.blogspot.com/2014/02/how-to-check-if-at-least-one-field-is.html
How to check if at least one field is set in a form before submiting using JQuery. February 11, 2014 at 2:58 PM. Good BlogSpot . I really liked it.great work! Subscribe to: Post Comments (Atom). View my complete profile. How to check if at least one field is set in a for. How to set the focus to a child window without refreshing it? Recently I had a requirement, in my web page which contain four links, each link open a popup window. I am using a common JavaScript functio. The simple query is like, INSERT...
ektaraval.blogspot.com
Technology Talk: Resume
http://ektaraval.blogspot.com/p/resume.html
Microsoft Certified Technology specialist (MCTS) in Database Development, looking for challenging opportunity. More than 10 years on hands experience in web application development and database solutions. Proven expertise in database architect, database designing, development, maintenance and troubleshooting with SQL server 2008, SQL Server 2005, MySQL 5.0, PostgreSQL,. Data administration policy, setting data access rules and security,. Writing queries, functions, stored procedures and triggers. User's ...
ektaraval.blogspot.com
Technology Talk: May 2011
http://ektaraval.blogspot.com/2011_05_01_archive.html
Creating a scrollable table with fixed row and column. To create a Scrollable Table you will need to download JQuery library and jquery.fixer plugging from http:/ plugins.jquery.com/project/fixer. On this page when you click on download link, a zipped folder will get downloaded. Unzip that folder and then copy "jquery.js" and "jquery.fixer.js" files into the folder where your webpage exist. How to set the focus to a child window without refreshing it? Let us see how it works,. When attempt to open the wi...
ektaraval.blogspot.com
Technology Talk: How to set the focus to a child window without refreshing it?
http://ektaraval.blogspot.com/2011/05/how-to-set-focus-to-child-window.html
How to set the focus to a child window without refreshing it? Recently I had a requirement, in my web page which contain four links, each link open a popup window. I am using a common JavaScript function to open popup window as given below,. Is their any way, I can check out the if popup window is already open from parent window, without having the object of popup window just by the name? If the popup window is already open how can I just set the focus to it, rather then reloading it? Thank you for this&...
ektaraval.blogspot.com
Technology Talk: Calling Javascript when JQuery UI Tab is selected or clicked
http://ektaraval.blogspot.com/2011/09/calling-javascript-when-jquery-ui-tab.html
Calling Javascript when JQuery UI Tab is selected or clicked. October 17, 2011 at 2:10 AM. This is a better-quality article as they all are. I make fun of been wonder wide this an eye to some beat now. Its great to receive this info. You are fair and balanced. January 30, 2014 at 5:49 AM. Wont work on current versions of jQuery. :(. Better approach: http:/ stackoverflow.com/questions/3641154/jquery-trapping-tab-select-event. Subscribe to: Post Comments (Atom). View my complete profile. To create a Scroll...
ektaraval.blogspot.com
Technology Talk: Add & Remove values to a Multi Select list box using JQuery
http://ektaraval.blogspot.com/2011/03/add-remove-values-to-multi-select-list.html
Add and Remove values to a Multi Select list box using JQuery. This control is used to add value to a multiselect list box. And to remove multiple values fron this list box. Where this control can be useful? Subscribe to: Post Comments (Atom). View my complete profile. Add and Remove values to a Multi Select list box usi. JQuery Script to add table row and column dynemica. How to set the focus to a child window without refreshing it? Writing a recursive query to find out all dates between two given date.
ektaraval.blogspot.com
Technology Talk: February 2014
http://ektaraval.blogspot.com/2014_02_01_archive.html
How to check if at least one field is set in a form before submiting using JQuery. Subscribe to: Posts (Atom). View my complete profile. How to check if at least one field is set in a for. How to set the focus to a child window without refreshing it? Recently I had a requirement, in my web page which contain four links, each link open a popup window. I am using a common JavaScript functio. Writing a recursive query to find out all dates between two given date. Windows Apache PHP and Postgres (WAPP Server).
ektaraval.blogspot.com
Technology Talk: December 2010
http://ektaraval.blogspot.com/2010_12_01_archive.html
How to check if a javascript global variable is defined or not in a javascript function? We can do it with following code,. If (variablename = undefined){. Variablename = 'XYZ';. But for some reason, firefox will throws error with above code. So the solution to that problem is,. If(window.variablename = undefined){. Window.variablename = 'XYZ';. How to insert NULL value in PostgreSQL date column? The simple query is like,. INSERT INTO table (date field) VALUES (NULL);. Remaining code comes here */. To fi...
ektaraval.blogspot.com
Technology Talk: November 2010
http://ektaraval.blogspot.com/2010_11_01_archive.html
1 Command to connect to postgres. Psql -h localhost -U postgres. 2 Few general command that required when connected to Postges though shell. H for help with SQL commands. For help on internal slash commands. G or terminate with semicolon to execute query. 3 Command to view the database assign to this user. L to List databases. SELECT datname FROM pg database;. 4 Command to connect to a database. 5 Command to list tables in current database. D to List tables in database. Create a new PostgreSQL database.
ektaraval.blogspot.com
Technology Talk: Creating a scrollable table with fixed row and column
http://ektaraval.blogspot.com/2011/05/creating-scrollable-table-with-fixed.html
Creating a scrollable table with fixed row and column. To create a Scrollable Table you will need to download JQuery library and jquery.fixer plugging from http:/ plugins.jquery.com/project/fixer. On this page when you click on download link, a zipped folder will get downloaded. Unzip that folder and then copy "jquery.js" and "jquery.fixer.js" files into the folder where your webpage exist. July 23, 2011 at 10:48 AM. I would like to use this solution on Blogger. July 26, 2011 at 9:50 AM. 2 - You can host...