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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 94
Search took
0.41
seconds.
Search:
Posts Made By:
curb
Forum:
JavaScript programming
11-21-2009, 05:01 AM
Replies:
2
Add more fields dynamically - Its clearing the fields everytime I add a new field
Views:
1,949
Posted By
curb
i found another working source. thanks
i found another working source. thanks
Forum:
JavaScript programming
11-21-2009, 03:01 AM
Replies:
2
Add more fields dynamically - Its clearing the fields everytime I add a new field
Views:
1,949
Posted By
curb
Add more fields dynamically - Its clearing the fields everytime I add a new field
I type something on the current textarea/input and all the values get removed after I add another field. Is there a solution?
<script language="Javascript" type="text/javascript">
<!--
//Add...
Forum:
HTML & CSS
05-13-2008, 04:40 PM
Replies:
7
Wrapper looks weird during load, fine after stuff inside loads
Views:
834
Posted By
curb
I've tested it with the images only and it's...
I've tested it with the images only and it's fine. It's the dynamic javascript banner code on the example that creates that little layout lag.
Here's a sample url: http://curb.bravehost.com/
Forum:
HTML & CSS
05-13-2008, 03:26 PM
Replies:
7
Wrapper looks weird during load, fine after stuff inside loads
Views:
834
Posted By
curb
Putting the wrapper with float:left works but it...
Putting the wrapper with float:left works but it would only lean the whole layout to the left
Forum:
HTML & CSS
05-12-2008, 06:47 PM
Replies:
7
Wrapper looks weird during load, fine after stuff inside loads
Views:
834
Posted By
curb
It looks really weird when it's in the process of...
It looks really weird when it's in the process of loading all the content. The divs inside the wrapper gets loaded with the body bg, then that bgfinally gets covered by the wrapper bg.
ost?
Forum:
HTML & CSS
05-12-2008, 05:23 AM
Replies:
7
Wrapper looks weird during load, fine after stuff inside loads
Views:
834
Posted By
curb
Sorry I don't. I'm testing this out locally.
Sorry I don't. I'm testing this out locally.
Forum:
HTML & CSS
05-11-2008, 11:04 PM
Replies:
7
Wrapper looks weird during load, fine after stuff inside loads
Views:
834
Posted By
curb
Wrapper looks weird during load, fine after stuff inside loads
I noticed that my layout loads weird when I have my javascript banner script loaded on one of the side column. The wrapper doesn't stick with the other divs in it.
I used float:left on my wrapper...
Forum:
JavaScript programming
04-04-2008, 01:08 AM
Replies:
4
onclick confirm, then refresh
Views:
6,626
Posted By
curb
Thanks glenngv.
Thanks glenngv.
Forum:
JavaScript programming
04-03-2008, 11:59 PM
Replies:
4
onclick confirm, then refresh
Views:
6,626
Posted By
curb
When the user clicks ok, it'll open up a new...
When the user clicks ok, it'll open up a new window which deletes a data and automatically closes it afterwards. Once it's closed, the page refreshes for the current data.
Forum:
JavaScript programming
04-03-2008, 11:16 PM
Replies:
4
onclick confirm, then refresh
Views:
6,626
Posted By
curb
onclick confirm, then refresh
How would I make a text link have a confirmation popup, once clicked yes, it'll refresh the page?
Forum:
JavaScript programming
11-13-2007, 06:14 PM
Replies:
0
Automatically select an <option> if it contains specific characters
Views:
797
Posted By
curb
Automatically select an <option> if it contains specific characters
remove
Forum:
JavaScript programming
08-15-2007, 09:20 PM
Replies:
2
Dynamically print text
Views:
608
Posted By
curb
The bolded word was just to show you where the...
The bolded word was just to show you where the extra "word here" was located in the source.
Forum:
JavaScript programming
08-14-2007, 02:16 AM
Replies:
2
Dynamically print text
Views:
608
Posted By
curb
Dynamically print text
How would I print a text dynamically without having the hard text printed?
I'm using:
but the source prints out
Forum:
PHP
07-27-2007, 09:17 PM
Replies:
1
How do I find a word in a sentence from the list of words in an array?
Views:
2,786
Posted By
curb
How do I find a word in a sentence from the list of words in an array?
I have few list of words (needle) I want to find in a sentence (haystack). After a word is found, how would I echo that word? Is there a way to have a multi array so:
if the sentence contains...
Forum:
MySQL
05-19-2007, 12:29 AM
Replies:
4
Clearing values from all rows inside a certain field
Views:
626
Posted By
curb
Ahhh Never thought about it! I'm always using the...
Ahhh Never thought about it! I'm always using the WHERE clause so I thought WHERE would be an important clause to use. Thankyou Fumigator.
Forum:
MySQL
05-18-2007, 10:13 PM
Replies:
4
Clearing values from all rows inside a certain field
Views:
626
Posted By
curb
I only know how to update one row at a time. How...
I only know how to update one row at a time. How would I update all the rows in a field at once?
Forum:
MySQL
05-17-2007, 04:43 AM
Replies:
4
Clearing values from all rows inside a certain field
Views:
626
Posted By
curb
Clearing values from all rows inside a certain field
How could I clear all the rows value in a specific field?
Here's an example:
How would I clear math and english from field: FAV SUBJECT?
table1
NAME|AGE|CLASSROOM|FAV SUBJECT...
Forum:
XML
05-10-2007, 08:04 PM
Replies:
4
Multiple Values, same elements - Only wanting one
Views:
1,118
Posted By
curb
Nm I found an alternative route. Thanks anyways.
Nm I found an alternative route. Thanks anyways.
Forum:
XML
05-10-2007, 06:38 AM
Replies:
4
Multiple Values, same elements - Only wanting one
Views:
1,118
Posted By
curb
Is there a way to do some sort of wild strings to...
Is there a way to do some sort of wild strings to find an element containing a keyword/string? I wouldn't be able to predict the exact filename, just the directory (event,picture,birthday,wedding).
...
Forum:
XML
05-09-2007, 06:11 PM
Replies:
4
Multiple Values, same elements - Only wanting one
Views:
1,118
Posted By
curb
Multiple Values, same elements - Only wanting one
I'm using xpath to get specific image link from my birthday pictures. I seem to fetch all the urls that contains "media:content" but I'm trying to get only one. There's two formats I have trouble...
Forum:
PHP
05-08-2007, 12:10 AM
Replies:
3
Regular Expression - Html Markups with qoutes, parenthesis
Views:
700
Posted By
curb
I got it to work. It was the preg_split I had to...
I got it to work. It was the preg_split I had to concentrate on. Thanks mr e and david_kw.
Forum:
PHP
05-07-2007, 07:38 PM
Replies:
3
Regular Expression - Html Markups with qoutes, parenthesis
Views:
700
Posted By
curb
Regular Expression - Html Markups with qoutes, parenthesis
There are some image coding that has parenthesis and some without. I can only pull the image only if there are quotes. Thr rest doesn't pick up.
ie: <img src='image.jpg'> and <img src=image.jpg>
...
Forum:
PHP
04-17-2007, 07:57 PM
Replies:
2
Array removing words containing 'ING' at the end
Views:
940
Posted By
curb
Array removing words containing 'ING' at the end
Is there a way I can put some sort of wildcard into the array to ignore words that contains "ing" etc at the end? It's a real hassle when I have to input two of the same words and replace/adding the...
Forum:
MySQL
04-14-2007, 01:30 AM
Replies:
4
ORDER BY column ASC RAND() - Help
Views:
1,614
Posted By
curb
Here's an example: DATA I'm...
Here's an example:
DATA
I'm trying to randomize the column that has math but keep the 'english' column in order (desc order) so it may look like this when randomized:
Forum:
MySQL
04-13-2007, 04:12 PM
Replies:
4
ORDER BY column ASC RAND() - Help
Views:
1,614
Posted By
curb
ORDER BY column ASC RAND() - Help
I'm trying to have the first column (home) order by ascending while randomizing. The problem is that my second order gets affected by this as well. Is there a way I can randomize column1 while having...
Showing results 1 to 25 of 94
Page 1 of 4
1
2
3
>
Last
»
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
01:06 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.