
POG1
Members-
Posts
1,419 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by POG1
-
whats up with the crazy indentation?
-
Yeah, you could say style of website..
-
That's no template, its just a header with a few boxes... wheres the content??? P.S. the design is sexy
-
Hi. I along with someone else will soon be starting up a PSD to HTML business and we will need 1 more person in order to have a decent team. Were looking for someone who who has a strong knowledge in: xHTML JavaScript CSS Implementing to websites such as Wordpress and Koomla If anyone is interested can you private message me or possibly add me on msn ([email protected]).
-
its called web 2.0 and its no template either, completly bespoke ;)
-
Sudo Update And All that I know--Regarding Issue with McFarlin
POG1 replied to Joshua's topic in General Discussion
boo hoooo!! Sort yourself out, you are complaining because you didn't expect it? *1 lesson - expect the worse and treat every setback as a lesson, there is no need to rant about stuff from the past. -
I cant really see much going in them templates, just a collection of images, shapes and (on the second) a javascript menu. Have you got any graphics created by you?
-
I understand that it will be fast, but in the demo posted i was able to beat the game with simple cheat. If this game were to be developed any further that the JavaScript should only be used for sending requests to the server, then get PHP (or something similar) to do the rest.
-
Using JS for everything is bad.. XP: 1246, HP: 482, MP: 494 SKILLS: (out of 100) Physical = 269 Mental = 256 Social = 259
-
Why is it called london wars when you start off in manchester? It would be better if you could travel to different boroughs of ldn. "tag or be tagged" it says in the header image, yet there is nothing to do with graff on there.. (or at least i didn't find anything).
-
To help the Visually Impaired Players + Change font styles
POG1 replied to Uridium's topic in Free Modifications
So much unnecessary code, just set a master font size then for other elements just use em sizing. The saving part could be created in seconds with jQuery. -
InkScape (vector drawing) Genie (programming tool) Flock (social browser, based on FF)
-
Maybe add the links from the search bar so they are easily spotted, it took a few minutes for me to find them.
-
The new forum is defiantly an improvement, although there is some work needed to finish it. The content styling is very nice, but i think the top of the page (header/navigation) needs some changing to make it easier to navigate the site.
-
<html> <center><h1> Avatar is being Calibrated</h1></center> </html> ay?? Also _avatar_created.php could do with some optimization, a lot of that code is not need
-
Re: [REVIEW REQUEST] Criminals-Nightmare 0/10. No imagination.
-
Re: question... That scrambler is useless, i got the source of a file in seconds.
-
Re: lAYOUT PSD'S, FULL LOGIN IN GAME PSDS "made in about 20 minutes" - So your saying you charge $180/hour for graphics work? "almost 6 years" - Don't quit your day job!
-
Re: Project: GladiatorsArena (MCCODES) I signed up then got redirected to a hosting page for some reason, you may want to sort out your host. I logged in and after a few page views the same happened. ..then this: Warning: main(header.php): failed to open stream: No such file or directory in /home/www/gladiatorarena.co.cc/globals.php on line 23 Fatal error: main(): Failed opening required 'header.php' (include_path='.:/usr/local/php4/share/pear') in /home/www/gladiatorarena.co.cc/globals.php on line 23
-
Re: question... @dominion. Go on that page and press CTRL + U
-
Re: Project: GladiatorsArena (MCCODES) 1. If you paid for that login your a fool. 2. The URL provided did not work.
-
Re: question... I code so that you can read the php source and keep it a 1 liner (sometimes 2). Look at this.. echo 'hello '. 'my '. 'name '. 'is '. 'mike '. 'ockshuge'; That example would produce.. 'hello my name is mike ockshuge