523 Forum Posts by "Fallin-Again"
Basically the way you code now adays is you code for browsers, then you code for IE......
dont forget to buy a domain either lol.
At 5/27/11 03:49 AM, Blackhole12 wrote: Passing W3C validation while still working on all modern browsers is stupidly difficult.
Its getting easier, especially now that they are all striving to style pages correctly (except for IE ofcourse) who just cant seem to get the hang of it.
usually the people that look into wordpress (or do you use) dont know how to make whatever it is they are using wordpress for.
I wouldnt call myself a professional web designer/programmer, but learning how to do these things definitely is something I will never regret. It started out with HTML and CSS, and then I moved to PHP, then javascript. I still need help now and then, and thats why I come here, theres many people out there willing to help you, and guide you in the right direction if needed. You can make a shit ton of money, and once you get good at it, it comes easy. Its the simple fact of getting it done. Anything you can imagine in your head for a website can be done, theres a way to do everything.
My suggestion is to keep going with it. Learn as much as you can on your own, show off in school, get good grades, and get a good job.
the information is being displayed from a database, it is secured before its entered in there. Using the U method worked pefectly though, thanks for your help!
Im working on custom forums, and to make safe links I use a custom bbcode i guess you can call it. This is the code I use to replace [url=www.yoursite.com]link[/url] with html.
$bb_replace1 = array ('/(\[url=)(.+)(\])(.+)(\[\/url\])/');
$bb_replacements1 = array ('<a href="\\2" target="_new" class="dark">\\4</a>');
$firstbody = preg_replace($bb_replace1, $bb_replacements1, $firstbody);
The problem I am having is that, when someone types in more than one [url] code, it takes everything between the two and gets rid of it. Any solutions?
To answer your question you want to Learn Actionscript 2.0 or Actionscript 3.0 and you can probably pick up a book at a local book store on it.
I have custom built forums on my site and I want to add the feature to show whos online at the time. I have no clue how to go about doing this. Can anybody point me in the right direction?
I have searched my members acount area and just cant find where i get the newgrounds API to put ads in my submissions.
Well I designed my site back in 2008 and didnt really know much about overusing, I just did what I thought looked good. Now that I have more experience maybe one day i will go back and fix it up......theres A LOT of divs haha
if you are using the internet with this form us $_POST instead of $_REQUEST
I have a bunch of urls stored in my database, and in order to use an unlink function i cant use the http addresses. how would i take http://www.mysite.com/folder/file.php and remove the beginning of the url so that im left with /folder/file.php?
they are all wrapped in quotes.
i want it to be cleared so i assign it a blank value. i have also tried giving it a value of just an exclamation mark and that doesnt work. And taking the limit off didnt work. and no error messages.
Ok so heres the code I have, and the problem I am having is that the first query doesnt work, but the second one does. I cant figure out why, I have tried writting it with different syntax's, and throwing it in a function but none of this works.
$newWhovote = " " ;
$makeItHappen = mysql_query("UPDATE `submissions` SET `whovote` = '$newWhovote' WHERE `submissions`.`id` = '$subid' LIMIT 1;") or die(mysql_error());
$makeItHappen2 = mysql_query("UPDATE `submissions` SET `voteday` = '$voteDay' WHERE `submissions`.`id` = '$subid' LIMIT 1;") or die(mysql_error());
I dont think its a hassle to throw on a preloader and add a name into credits for an extra $200 you wouldnt have made. Anybody else see the big deal? Thats like the free preloader newgrounds allows you to download, it doesnt mean newgrounds owns your flash.
i am not looking to buy a game, just to have my preloader put on it, and for them to submit it to my site, and newgrounds when the project is finished.
And for those of you that wanted to see my site its www.toon-workshop.net
When it all come down to it, I have just finished my website, and I need to drive traffic to it. So I am looking to sponsor a flash project. I am looking for something with good effort and skill put into it, preferably a game.
Right now the sponsorship stands at $200 and the terms and conditions are below:
- The preloader at the beginning of the project must be the one I will be providing
- The project must say who it is sponsored by
- And you must submit it to my website, and newgrounds.com
If you would like to show me previews or clips of your project please contact me via email to chrischaseonline@gmail.com
I posted this in the collaboration forums but it was locked for some reason so im assuming this is where im supposed to post this.
I have had an idea in mind for a while now, and need somebody to script it. Its along the lines of a free falling game. I will be doing the GFX and sound. If you are interested please PM me.
I know that, but I want to add a second variable to the url.
I have a mod rewrite happening here, and it allows one variable but i want to add a second variable and i cant find it on google or anywhere else for the life of me.
This is what i have:
RewriteRule ^forums/topic/([0-9]+).*$ forums/topic.php?id=$1
I just want it to go from forums/topic.php?id=2&page=3 to forums/topic/2/3
I dont know why but when I try to delete files from my server using php this is the error i get:
Warning: unlink() [function.unlink]: http does not allow unlinking
i have found the problem. you are right i should store the total of the votes int eh database instead of doing it on the fly. but one more question. this is a totally unrelated php topic to this one. if i have picture uploading. how do i overwrite previous files
if your trying mac OSX before buying it im sure you'll like it. I went from a windows vista comp to a full out mac pc and i love it. I will never go back to windows.

