Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 08:55 PM.