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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
2.10
seconds.
Search:
Posts Made By:
binaryWeapon
Forum:
General web building
06-08-2009, 03:31 AM
Replies:
6
Looking for new things to learn
Views:
1,042
Posted By
binaryWeapon
Looking for new things to learn
I'm looking for new things to learn (hence the title :cool:).
I've already learned (x)HTML, XML, CSS, PHP, mySQL, and javascript. I've worked with them for about a year now, and I have a good...
Forum:
DOM and JSON scripting
05-26-2009, 04:02 AM
Replies:
4
Extracting Contents of a Node
Views:
940
Posted By
binaryWeapon
Won't textContent give me just that... the text...
Won't textContent give me just that... the text content? I need to preserve any descendant nodes as well.
Forum:
DOM and JSON scripting
05-25-2009, 05:56 PM
Replies:
4
Extracting Contents of a Node
Views:
940
Posted By
binaryWeapon
Extracting Contents of a Node
This seems like a simple question, and I've done several googles but to no success. My question is how do you extract the contents of a node? For example, if I have
<span> blah blah blah <img...
Forum:
DOM and JSON scripting
05-17-2009, 10:02 PM
Replies:
2
IE not applying styles to dynamically created class
Views:
1,172
Posted By
binaryWeapon
IE not applying styles to dynamically created class
When I add a class to an element with elem.setAttribute("class","foo"), IE isn't applying the style rules I have set in my stylesheet for the foo class. Is there any way around this?
Forum:
General web building
04-08-2009, 03:06 PM
Replies:
7
Offering Rewarded for completing my request
Views:
1,020
Posted By
binaryWeapon
The are a multitude of free php forums that you...
The are a multitude of free php forums that you can use, if you feel like creating your own isn't worth your time. Just google around a bit. For example: phpBB (http://www.phpbb.com/)
Forum:
General web building
04-06-2009, 12:01 AM
Replies:
1
Dynamic Charts and Reports
Views:
746
Posted By
binaryWeapon
There are several libraries for creating charts...
There are several libraries for creating charts from data, in various languages. I don't know which language you're using, but I there are some good PHP ones:
pChart (http://pchart.sourceforge.net/)...
Forum:
Ajax and Design
04-05-2009, 11:53 PM
Replies:
2
google search engine suggestion
Views:
1,230
Posted By
binaryWeapon
Interesting question. I did a google...
Interesting question. I did a google (http://www.google.com/search?hl=en&q=how+google+suggest+works&btnG=Google+Search&aq=f&oq=how+google+suggest+work) and found this: Google Suggest Dissected...
Forum:
Large Projects (new web application, complex features etc)
04-05-2009, 11:48 PM
Replies:
7
Programmer needed
Views:
3,479
Posted By
binaryWeapon
A complete clone as in a straight up plagiarized...
A complete clone as in a straight up plagiarized copy?
Forum:
Site reviews
12-19-2008, 02:24 AM
Replies:
1
Need a Design Review
Views:
815
Posted By
binaryWeapon
Need a Design Review
I've been trying to get a new review for my site. I'm a bit slow when it comes to design, and I've been looking at this design or variations on it for days, so at this point I really need a second...
Forum:
General web building
12-19-2008, 02:17 AM
Replies:
5
I'm going insane
Views:
933
Posted By
binaryWeapon
Can you be a bit more specific as to your...
Can you be a bit more specific as to your problem? Were you able to upload the files, or did the FTP client not work? If so, I would try a different FTP client. Maybe its just me, but I've had bad...
Forum:
Ajax and Design
11-30-2008, 08:24 PM
Replies:
2
gmail preloader
Views:
3,061
Posted By
binaryWeapon
The simplest possible way you could create this...
The simplest possible way you could create this effect is to simple have a DIV, and set it to display:none onload.
Like this: http://www.andrewpeace.com/loading-screen.html
There are various...
Forum:
JavaScript programming
11-30-2008, 08:18 PM
Replies:
7
help!!!
Views:
628
Posted By
binaryWeapon
The first step to the solution is to review the...
The first step to the solution is to review the CodingForums (http://www.codingforums.com/rules.htm) rules, specifically:
Also, this is posted in the wrong category, and you not double, but...
Forum:
JavaScript programming
11-30-2008, 08:06 PM
Replies:
7
help!!!
Views:
628
Posted By
binaryWeapon
You have to? Homework assignment or something?
You have to? Homework assignment or something?
Forum:
JavaScript programming
11-30-2008, 07:53 PM
Replies:
2
Help with login Check....
Views:
652
Posted By
binaryWeapon
You shouldn't use javascript (or cookies, for...
You shouldn't use javascript (or cookies, for that matter) for authentication/validation, because anyone can just view the source of the page and find the "protected" data. Also, it wouldn't work for...
Forum:
JavaScript programming
11-29-2008, 02:31 PM
Replies:
2
switch statement
Views:
559
Posted By
binaryWeapon
Switch statements are implied =='s; no other...
Switch statements are implied =='s; no other comparison type can be used in the same way.
Found this on a google for 'javascript switch conditionals':...
Forum:
General web building
11-29-2008, 02:24 PM
Replies:
3
Mac Web Editor
Views:
938
Posted By
binaryWeapon
Aptana Studio (http://www.aptana.com/studio) is...
Aptana Studio (http://www.aptana.com/studio) is pretty good. Its got a really good base of features in the free version, and you can get even more with Pro (starts at $99). Also, I personally find...
Forum:
Ajax and Design
11-29-2008, 01:55 AM
Replies:
2
Resolved
AJAX POST Problem
Views:
1,311
Posted By
binaryWeapon
Thanks for the reply. When putting in those...
Thanks for the reply.
When putting in those two headers, I noticed that I was sending request headers before I actually opened the connection. I fixed this, and that fixed the odd redirect....
Forum:
Ajax and Design
11-28-2008, 02:05 PM
Replies:
2
Resolved
AJAX POST Problem
Views:
1,311
Posted By
binaryWeapon
AJAX POST Problem
I wrote up a very simple function to do AJAX POSTs and GETs. GETs work, but POSTs don't, for some reason. The function is this:
AJAX=function(options){
var request;
try{
// Opera 8.0+,...
Forum:
DOM and JSON scripting
11-20-2008, 02:31 PM
Replies:
1
Questions About DOM passing
Views:
943
Posted By
binaryWeapon
I've had success before with a library called...
I've had success before with a library called Simple HTML DOM (http://simplehtmldom.sourceforge.net/) (a php script). Its got plently of examples, and while it doesn't have tutorials, it has a few...
Forum:
HTML & CSS
11-16-2008, 06:08 PM
Replies:
6
Transparent JPEG??? One I didn't declare!
Views:
946
Posted By
binaryWeapon
I'm not quite sure what's going. For starters,...
I'm not quite sure what's going. For starters, Firefox 4 doesn't exist, and JPEGs don't support transparency. Check your css and make sure that isn't effecting anything.
Offtopic: I'm not going to...
Forum:
PHP
11-16-2008, 06:02 PM
Replies:
5
PHP DOM and HTML Comments
Views:
1,262
Posted By
binaryWeapon
Alright, I've found an excellent parser...
Alright, I've found an excellent parser (http://simplehtmldom.sourceforge.net/index.htm) to use in case I can't get the built in PHP DOM to work.
Forum:
PHP
11-16-2008, 03:23 PM
Replies:
5
PHP DOM and HTML Comments
Views:
1,262
Posted By
binaryWeapon
I apologize for being clueless about this, but I...
I apologize for being clueless about this, but I thought PHP didn't have an innerHTML function?
Forum:
PHP
11-16-2008, 02:59 PM
Replies:
5
PHP DOM and HTML Comments
Views:
1,262
Posted By
binaryWeapon
Thanks for the advice. Is there any way to find...
Thanks for the advice. Is there any way to find comments in the document? I've tried to get the nodeValue for an element on my test page which contains a comment, but when I echo the results, no...
Forum:
PHP
11-15-2008, 09:08 PM
Replies:
5
PHP DOM and HTML Comments
Views:
1,262
Posted By
binaryWeapon
PHP DOM and HTML Comments
Just a quick question, I've googled with no results: Is there any way with the PHP domdocument class (or any other class for that matter) to access and create HTML comments? I've seen the DOMComment...
Forum:
JavaScript programming
11-04-2008, 01:58 AM
Replies:
3
Javascript Namespacing
Views:
1,026
Posted By
binaryWeapon
Javascript Namespacing
I'd just like to ask all your opinions on JS Namespacing, and on top of that clarify some stuff for myself. I've looked on plenty of online articles and checked out namespaced code, and it seems to...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
08:55 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.