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 95
Search took
0.62
seconds.
Search:
Posts Made By:
chickentulip
Forum:
Computer/PC discussions
04-18-2013, 10:19 PM
Replies:
2
Please help:key-enable-logging????
Views:
469
Posted By
chickentulip
Please help:key-enable-logging????
Can anybody on this forum please help me.
I have got instruction for my job:
"run browser with the key -enable-logging -v=1"
can anybody please tell me what it means? and what should I do the...
Forum:
JavaScript programming
04-10-2013, 09:33 PM
Replies:
2
Questions about" Remember me" near Log In
Views:
192
Posted By
chickentulip
Questions about" Remember me" near Log In
Hello,
I have a couple of questions about "remember me" feature near log in form on mobile web-sites.
Sometimes, near login form, I see a a radio button/checkbox, and something like "click...
Forum:
JavaScript programming
02-14-2013, 07:50 PM
Replies:
5
Writing Javascript as OOP language-where are the sample scripts?
Views:
304
Posted By
chickentulip
thank you, oo7julien. the more i look at these...
thank you, oo7julien. the more i look at these scripts the more i understand that it will take a long time before I will say I know Javascript
Forum:
JavaScript programming
02-14-2013, 06:31 PM
Replies:
5
Writing Javascript as OOP language-where are the sample scripts?
Views:
304
Posted By
chickentulip
Thank you, I did not know about this web-site
Thank you, I did not know about this web-site
Forum:
JavaScript programming
02-14-2013, 04:04 PM
Replies:
5
Writing Javascript as OOP language-where are the sample scripts?
Views:
304
Posted By
chickentulip
Writing Javascript as OOP language-where are the sample scripts?
I want to learn to write JavaScript in an object oriented way using constructor functions and prototypes. My problem is that even though I know the theory: prototypes, inheritance etc, I still think...
Forum:
DOM and JSON scripting
01-29-2013, 04:16 PM
Replies:
12
global vs local-Please help to understand the principle
Views:
1,005
Posted By
chickentulip
global vs local-Please help to understand the principle
I was wondering if you could take a look at the code below that i have found in a book:
var a = 123;
function f() {
alert(a);
var a = 1;
alert(a);
}
Forum:
JavaScript programming
01-13-2013, 04:58 PM
Replies:
10
Why "else if", not "else"?
Views:
465
Posted By
chickentulip
i cant believe i did't notice that myself.. ...
i cant believe i did't notice that myself..
thank you very much
Forum:
JavaScript programming
01-13-2013, 03:33 PM
Replies:
10
Why "else if", not "else"?
Views:
465
Posted By
chickentulip
thank you very much for the code. if i replace...
thank you very much for the code. if i replace else if with else in my code, the firefox error console tell me that there is a syntax error and shows me the line with else statement. I don't...
Forum:
JavaScript programming
01-13-2013, 02:44 PM
Replies:
10
Why "else if", not "else"?
Views:
465
Posted By
chickentulip
Why "else if", not "else"?
I was wondering if someone could take a look at this short script, and tell me why it not working with just "else" but works with "else if"? I assumed, (i guess, mistakenly), that in some instances,...
Forum:
JavaScript programming
09-21-2012, 02:38 PM
Replies:
4
using backgroundPosition-please help
Views:
324
Posted By
chickentulip
it works. I would have never guessed that I have...
it works. I would have never guessed that I have to make up for an extra space ....
thank you very much!
Forum:
JavaScript programming
09-20-2012, 08:44 PM
Replies:
4
using backgroundPosition-please help
Views:
324
Posted By
chickentulip
list.style.backgroundPosition=x+"px" y+"px'; ...
list.style.backgroundPosition=x+"px" y+"px';
no, this option does not work
Forum:
JavaScript programming
09-20-2012, 08:25 PM
Replies:
4
using backgroundPosition-please help
Views:
324
Posted By
chickentulip
using backgroundPosition-please help
Could someone please take a look at the script below. the code positions a background image at 0px -12px. But I need to replace these numbers with variables x and y which consequently, I will be...
Forum:
JavaScript frameworks
07-23-2012, 04:54 PM
Replies:
2
what does the last line in the Jquery code mean?
Views:
390
Posted By
chickentulip
what does the last line in the Jquery code mean?
I am very new to JQuery. I found this script below on jquery.com. I was wondering if someone could let me know what the
.change() means at the end of the script.
The script takes all selected...
Forum:
JavaScript frameworks
07-16-2012, 06:05 PM
Replies:
2
Jquery code from w3 schools-please explain
Views:
479
Posted By
chickentulip
thank you!
thank you!
Forum:
JavaScript frameworks
07-16-2012, 04:55 PM
Replies:
2
Jquery code from w3 schools-please explain
Views:
479
Posted By
chickentulip
Jquery code from w3 schools-please explain
The code below is from w3 schools web-site. Every time the button is clicked, a number indicating the index of a paragraph will be appended to all paragraphs in the document. My question: how this...
Forum:
JavaScript frameworks
07-15-2012, 12:32 AM
Replies:
2
please help with basic jquery
Views:
330
Posted By
chickentulip
thank you
thank you
Forum:
JavaScript frameworks
07-14-2012, 03:07 PM
Replies:
2
please help with basic jquery
Views:
330
Posted By
chickentulip
please help with basic jquery
I just started to get familiar myself with jquery.
My goal is to get the alert only if a div does not have class attribute. I am not sure where in the code I should put the exclamation mark to...
Forum:
ASP
07-06-2012, 01:46 AM
Replies:
3
Please help with running my first ASP script
Views:
1,167
Posted By
chickentulip
Thank you very much!!! I googled enable ASP in...
Thank you very much!!! I googled enable ASP in IIS in Windows 7 and I found this link
http://www.codeproject.com/Articles/43132/How-to-Setup-IIS-6-0-on-Windows-7-to-Allow-Classic
the last step...
Forum:
ASP
07-05-2012, 02:45 AM
Replies:
3
Please help with running my first ASP script
Views:
1,167
Posted By
chickentulip
Please help with running my first ASP script
I need to install a local testing server to run ASP scripts on my computer
I have installed inetpub folder (IIS) on my local computer, according to the instructions that I have found on w3...
Forum:
Computer Programming
06-21-2012, 05:48 PM
Replies:
2
front end development for a web-software-difficult??
Views:
713
Posted By
chickentulip
To be honest, I don't know what engine this...
To be honest, I don't know what engine this software will run on. I will find out, and get back to you.
Forum:
Computer Programming
06-19-2012, 02:00 PM
Replies:
2
front end development for a web-software-difficult??
Views:
713
Posted By
chickentulip
front end development for a web-software-difficult??
Hello,
I really need advise. If someone has an experience in a front-end development for a web-software, how hard this work is? I have a chance to take a job as a front-end developer for a software,...
Forum:
HTML & CSS
02-08-2012, 03:02 PM
Replies:
2
problem-styling the first table out of two
Views:
267
Posted By
chickentulip
Thank you . I just realized that my browser does...
Thank you . I just realized that my browser does not support first-child.
Forum:
HTML & CSS
02-07-2012, 06:20 PM
Replies:
2
problem-styling the first table out of two
Views:
267
Posted By
chickentulip
problem-styling the first table out of two
I have two tables on my web-page. Both of them have caption titles.
I want the caption for the first-table to show up at the bottom of the table.
My code is
body table:first-child caption{...
Forum:
JavaScript programming
01-30-2012, 09:18 PM
Replies:
7
deleting all table entries-for and while loops produced unexpected results
Views:
508
Posted By
chickentulip
Thank you. Felgall. Your code works. But the...
Thank you. Felgall. Your code works. But the "for" version of this code does not work. Could you tell me why? Maybe because when table has only 2 rows, deleting row (-1) no longer works?
...
Forum:
JavaScript programming
01-30-2012, 08:17 PM
Replies:
7
deleting all table entries-for and while loops produced unexpected results
Views:
508
Posted By
chickentulip
Thank you all
Thank you all
Showing results 1 to 25 of 95
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
11: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.