Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
Showing results 1 to 25 of 30
Search took
0.11
seconds.
Search:
Posts Made By:
adi501
Forum:
JavaScript programming
12-12-2008, 12:00 AM
Replies:
2
Drag and drop
Views:
646
Posted By
adi501
I am doing drag n drop within a html table. When...
I am doing drag n drop within a html table. When i drag and drop a Parent node within that table , then i am reordering the parent nodes. So wat i mean by reordering a vector is, I have all these...
Forum:
JavaScript programming
12-11-2008, 10:14 PM
Replies:
2
Drag and drop
Views:
646
Posted By
adi501
Drag and drop
Hello everybody.
Last week i have posted a thread regarding drag and drop. I am still struck with it. Can anyone please answer my questions i have regarding drag and drop.
I have to provide...
Forum:
JavaScript programming
12-04-2008, 05:35 PM
Replies:
4
[b]Drag and drop problem[/b]
Views:
1,063
Posted By
adi501
Hi. Thanks for the replies. I have posted...
Hi.
Thanks for the replies. I have posted the jsp because i want to show for wat text i want to provide drag and drop functionality and the div tag around that text.
I just have the jsp, now...
Forum:
JavaScript programming
12-04-2008, 12:20 AM
Replies:
4
[b]Drag and drop problem[/b]
Views:
1,063
Posted By
adi501
[b]Drag and drop problem[/b]
Hello Everybody.
I am trying to provide drag and drop functionality within a table where i can drag and drop the elements of the table within them to change there order. Here TABLE is the JSP...
Forum:
Java and JSP
10-24-2008, 04:52 PM
Replies:
1
Help for accessing elements in a vector
Views:
1,124
Posted By
adi501
Help for accessing elements in a vector
Hello .
This is a simple question i guess. But i am stuck with it. I dont know where i am making a mistake.
I have a vector and i want to access the elements of the vector.
Ex:
Vectoe...
Forum:
HTML & CSS
10-22-2008, 07:43 PM
Replies:
1
Maintaining line spacing and paragraph for the content in HTML textArea
Views:
1,971
Posted By
adi501
Maintaining line spacing and paragraph for the content in HTML textArea
Hi Everybody.
I have a HTML textArea with content typed in with lines seperated by line spacings and paragraphs. I am printing the content in this textarea in a different jsp. When i am printing...
Forum:
JavaScript programming
09-12-2008, 12:29 AM
Replies:
0
change color on a anchor tag while drag and drop
Views:
1,595
Posted By
adi501
change color on a anchor tag while drag and drop
Hello .
I have a problem with Java script. i have three labels or anchor tags. On clicking each one of them a block is opened. The names of the anchor tags are,
Daily, Master and Compass. On...
Forum:
Java and JSP
09-11-2008, 10:26 PM
Replies:
1
if statment problem
Views:
1,138
Posted By
adi501
if statment problem
Hi the if statement in my code is not getting executed. It is moving to the else statement.
Please help me
Vector vRocks = cr.getRocks();
for (int j=0; j<10; j++)
{
...
Forum:
JavaScript programming
09-10-2008, 11:27 PM
Replies:
0
java script function broke in FIREFOX 3.0.1
Views:
655
Posted By
adi501
java script function broke in FIREFOX 3.0.1
Hello.
I am a Java developer trying to run my application on FireFox 3.0.1. Strangely the function broke and its not returning the expected result.
Most importantly there are two functions...
Forum:
JavaScript programming
09-05-2008, 05:28 PM
Replies:
0
Setting Focus on the Anchor tags
Views:
1,845
Posted By
adi501
Setting Focus on the Anchor tags
Hello.
I want to set focus on the anchor tag. Can anybody help me in this regard. I am new to javascript.
The following is my anchor tag.
out.println( "<a href='#' class='ppolSmallLink'...
Forum:
JavaScript programming
09-03-2008, 08:05 PM
Replies:
0
Window onresize problem
Views:
1,425
Posted By
adi501
Window onresize problem
Hello guys. I am new to Java scripting please excuse me for my silly questions.
When i minimize the window the tabs present in that window are dislocated from there position and again when i...
Forum:
JavaScript programming
09-02-2008, 10:45 PM
Replies:
4
how to put focus on onClick of a button
Views:
945
Posted By
adi501
Hi Hinch. I tried the onload but its not working....
Hi Hinch. I tried the onload but its not working. Do u have any other ideas ?
Forum:
JavaScript programming
09-02-2008, 09:52 PM
Replies:
4
how to put focus on onClick of a button
Views:
945
Posted By
adi501
how to put focus on onClick of a button
Hello.
I have a form which has a button named Update_primary. This button is at the bottom of my JSP. I have to scroll down to click on this on this button. When i click on this button it does 2...
Forum:
JavaScript programming
08-11-2008, 08:16 PM
Replies:
0
Drag & Drop Functionality(Tuff One)
Views:
602
Posted By
adi501
Drag & Drop Functionality(Tuff One)
Hello.
I have been working on Drag and drop functionality from 5 days but couldnt find a solution for that. I know that there are three javascript functions dragmousemove, dragmousedown and...
Forum:
MySQL
07-24-2008, 05:26 PM
Replies:
2
Converting MyISAM to INNODB in MySql
Views:
1,566
Posted By
adi501
Converting MyISAM to INNODB in MySql
Hi everybody.
This is Adi. I am trying to convert MyISAM to INNODB in mysql. I mean i want to convert all the tables in the database to MyISAM to INNODB.
I know that I can do it in two ways....
Forum:
MySQL
07-18-2008, 08:26 PM
Replies:
1
Converting .CSV to MySql database
Views:
1,116
Posted By
adi501
Converting .CSV to MySql database
Hello everybody.
I have a problem while converting .csv formatted file to Mysql database.
I have used the following statement in order to convert
LOAD DATA LOCAL INFILE 'D:/US-zip-codes.csv'...
Forum:
MySQL
07-17-2008, 08:17 PM
Replies:
1
Generating INSERT Script for MySql database from exsisting tables
Views:
1,691
Posted By
adi501
Generating INSERT Script for MySql database from exsisting tables
Hi.
I want to generate insert script for a MySql Table. How can i do that?
I have generated the CREATE script by using the MySql QueryBrowser.
Can anyone suggest me any tool which generates...
Forum:
MySQL
07-17-2008, 12:03 AM
Replies:
1
generating scripts for MySql data tables
Views:
1,822
Posted By
adi501
generating scripts for MySql data tables
Hello.
I have two tables in the MySql database. Initially i have generated these tables by converting .CSV files into MySql tables using the following statement.
LOAD DATA LOCAL INFILE '.csv'...
Forum:
Java and JSP
07-15-2008, 10:48 PM
Replies:
3
writing a SQL statement in Java
Views:
10,792
Posted By
adi501
writing a SQL statement in Java
Hi.
I have written the following Sql statement in my java code.
String str = "SELECT ZipCode,State FROM zipcodes WHERE City = '+city+' AND State = '+state+'";
rsZipCodes =...
Forum:
Java and JSP
07-14-2008, 11:27 PM
Replies:
3
Method returning Multiple Values
Views:
2,741
Posted By
adi501
Method returning Multiple Values
Hello .
I am trying to return multiple values from a method and i am unable to dothat.
Can anybody can help me in this regard.
The following is the Method i have.
public double...
Forum:
JavaScript programming
07-10-2008, 08:48 PM
Replies:
4
Help regarding putting a onclick event o a TAB
Views:
1,361
Posted By
adi501
Hi Abduraooft. The code which u gave is...
Hi Abduraooft.
The code which u gave is working fine for the selectTab() but not working for the selectDay15731(); i am sending the code to u .
<table width=100% cellspacing=0 cellpadding=0...
Forum:
JavaScript programming
07-10-2008, 04:45 PM
Replies:
4
Help regarding putting a onclick event o a TAB
Views:
1,361
Posted By
adi501
hi . The ONCLICK event is not working when i put...
hi . The ONCLICK event is not working when i put the following code.
<code>
href="#" onclick="selectTab('3'); selectDay15731();return false;"
</code>
Can any one help me out.
Thanks.
Forum:
JavaScript programming
07-10-2008, 12:17 AM
Replies:
4
Help regarding putting a onclick event o a TAB
Views:
1,361
Posted By
adi501
Help regarding putting a onclick event o a TAB
Hello friends.
I have a problem with onclick function.
The below code prints a table which has 4 TABS (calDay1, calDay5, calDay7, calDay31).
<code>
<table cellspacing=0 cellpadding=2...
Forum:
HTML & CSS
07-09-2008, 09:40 PM
Replies:
2
HTML Table help
Views:
532
Posted By
adi501
HTML Table help
How to compress the size of a table along with the cells, tabs etc etc in the table?
I need to compress this table inorder to put it under the border of another table.
waiting for reply....
Forum:
JavaScript programming
07-08-2008, 10:43 PM
Replies:
1
Help with Javascript function
Views:
571
Posted By
adi501
Help with Javascript function
Hello friends.
This is Adi. I have a java script code which i am not understanding. Can anyone please help me in understanding it. I just want to know what does the statements in the code mean. I...
Showing results 1 to 25 of 30
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:18 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.