Be a Supporter!
Response to: Feeling a bit discouraged :/ Posted May 27th, 2011 in Programming

Basically the way you code now adays is you code for browsers, then you code for IE......

Response to: How Do I Get A Website Onto The Web Posted May 27th, 2011 in Programming

dont forget to buy a domain either lol.

Response to: Feeling a bit discouraged :/ Posted May 27th, 2011 in Programming

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.

Response to: Feeling a bit discouraged :/ Posted May 26th, 2011 in Programming

usually the people that look into wordpress (or do you use) dont know how to make whatever it is they are using wordpress for.

Response to: Feeling a bit discouraged :/ Posted May 26th, 2011 in Programming

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.

Response to: Php String Replacement Posted May 26th, 2011 in Programming

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!

Response to: Php String Replacement Posted May 25th, 2011 in Programming

anyone?

Php String Replacement Posted May 24th, 2011 in Programming

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?

Response to: Programming at its simplest. Posted March 16th, 2011 in Programming

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.

Response to: Custom Forum Feature Posted March 16th, 2011 in Programming

Thank you kind sir!

Custom Forum Feature Posted March 16th, 2011 in Programming

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?

Newgrounds Ads Posted February 12th, 2011 in Animation

I have searched my members acount area and just cant find where i get the newgrounds API to put ads in my submissions.

Response to: Php Fixing Url's Posted February 12th, 2011 in Programming

will do thank you!

Response to: Writing Html Is Hard Posted February 12th, 2011 in Programming

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

Response to: I know this isn't programming but Posted February 12th, 2011 in Programming

if you are using the internet with this form us $_POST instead of $_REQUEST

Php Fixing Url's Posted February 12th, 2011 in Programming

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?

Response to: Php Clearing A Column Posted October 4th, 2010 in Programming

they are all wrapped in quotes.

Response to: Php Clearing A Column Posted October 3rd, 2010 in Programming

its TEXT

Response to: Php Clearing A Column Posted September 29th, 2010 in Programming

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.

Php Clearing A Column Posted September 29th, 2010 in Programming

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());
Response to: Looking To Sponsor Posted August 26th, 2010 in Game Development

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.

Response to: Looking To Sponsor Posted August 26th, 2010 in Game Development

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

Looking To Sponsor Posted August 25th, 2010 in Game Development

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

Flash Game Posted July 15th, 2010 in Game Development

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.

Response to: .htaccess Variables in ModRewrite Posted July 4th, 2010 in Programming

thank you!

Response to: .htaccess Variables in ModRewrite Posted June 29th, 2010 in Programming

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

Unlinking PHP Posted June 27th, 2010 in Programming

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

Response to: Voting Posted February 10th, 2010 in Programming

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

Response to: Virtual Machining Posted February 10th, 2010 in Programming

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.