Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 11 of 11
Search took 0.03 seconds.
Search: Posts Made By: boyo1991
Forum: Post a JavaScript 02-10-2013, 11:51 PM
Replies: 17
Views: 1,310
Posted By boyo1991
i actually love javascript... maybe not so much...

i actually love javascript... maybe not so much its syntax, but its capabilities, and strengths are fantastic. id love to see a better language come along though! ill be entirely honest ;) i dont...
Forum: Post a JavaScript 02-09-2013, 12:55 AM
Replies: 17
Views: 1,310
Posted By boyo1991
understood.. im just saying i dont like it :P ...

understood.. im just saying i dont like it :P

however.. like i said before, this is just an idea, and a different way of looking at it.. its not by any means the only way and/or the way that needs...
Forum: Post a JavaScript 02-08-2013, 11:26 PM
Replies: 17
Views: 1,310
Posted By boyo1991
this is interesting, I quite like it, however, i...

this is interesting, I quite like it, however, i dont like how functions are declared, nor do i like how variables are declared in your example, of course thats nothing you had to do with.. its damn...
Forum: JavaScript programming 02-08-2013, 08:53 PM
Replies: 2
Views: 248
Posted By boyo1991
you should be able to, but not with CSS and JS...

you should be able to, but not with CSS and JS alone, youd have to use HTML5 canvas, this is at least as far as i know.. and even so, why would you want to do this anyways? it wont show up very nice,...
Forum: Post a JavaScript 02-08-2013, 07:59 PM
Replies: 17
Views: 1,310
Posted By boyo1991
well i was not to say that it was the only way......

well i was not to say that it was the only way... it could be simply done at the bottom of the script as:

main();

and your done..

as for the global variables, i understand, but they still...
Forum: Post a JavaScript 02-08-2013, 07:08 PM
Replies: 17
Views: 1,310
Posted By boyo1991
well its meant to be invoked by either <body...

well its meant to be invoked by either <body onload="main()"> or if one really wishes, onclicks...

but i hardly doubted that anyone HASNT used it before... especially programmers coming from c++,...
Forum: Post a JavaScript 02-08-2013, 07:01 PM
Replies: 17
Views: 1,310
Posted By boyo1991
thats fine, im just putting it here in case...

thats fine, im just putting it here in case people do see it...

what part of it confuses you? perhaps i can help?
Forum: JavaScript programming 02-08-2013, 06:35 AM
Replies: 5
Views: 187
Posted By boyo1991
i personally dont think there are any html to php...

i personally dont think there are any html to php converters.. but with php, the syntax is actually starting with html:


<html>
<head>
<title>woop</title>
</head>
<body>
<?php
//php code...
Forum: JavaScript programming 02-08-2013, 06:30 AM
Replies: 3
Views: 199
Posted By boyo1991
what happens when you do it with an id then? you...

what happens when you do it with an id then? you said it didnt work but didnt specify...

either way, try it using JQuery, JQuery always ends up fixing my thoughts on this... and actually to be...
Forum: Post a JavaScript 02-08-2013, 06:17 AM
Replies: 17
Views: 1,310
Posted By boyo1991
Smile JS++ cool idea and technique!

//define globals first.
var myGlobal1 = document.getElementById('myGlobal1');

//the main(); function
function main() {
//normally more would be put here, but with this being an example, im...
Forum: Computer Programming 11-24-2010, 12:33 AM
Replies: 4
Views: 1,742
Posted By boyo1991
hello! programmers?

hello! i have been dabbling in computer programming/web programming for around 10 years now.. i started real young with html at the age of 9 :D... anywho..

has anyone realized this site is MUCH...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT +1. The time now is 06:58 AM.