• What are you working on? V3
    2,001 replies, posted
[QUOTE=Robber;17775046]I'm trying to learn how to use GWT. Right now I'm trying to make a panel and put somthing in it, but it's always on the left site. How can I stretch everything in a <div> to the div's width? (using CSS) [B]Edit:[/B] Got it to work by setting the width to 100% [B]Edit:[/B] Made a nice little login bar using GWT: [url]http://3.latest.testbotrobert.appspot.com/[/url][/QUOTE] It's now saving your screen resolution and useragent and stuff. :tinfoil: [B]Edit:[/B] It's working! Someone with a Netbook (juding from resolution) and Windows 7 just viewed it. Thanks man! :smile:
[url]www.impulse82.net[/url] Decided to turn it into a personal website, it's pretty much nothing except a CMS so far.
I thought of a neat idea for my IRC client that I plan on implementing. Basically it will remember the servers and channels you're in automatically instead of having to set them up in a menu. [editline]02:56PM[/editline] Like browsers remember your tabs.
[media]http://www.flymoore.com/uploads/NOICE_CODING.PNG[/media] Loads of fun. Forgetting to initialize member variables makes you a cool dude throwing segfaults all over.
Going to recode my forum. New one will look allot better. Also, i added search to the old one: [url]http://kweb.xz.lt/search.php[/url] Not fully done yet, will finish it tommorow. Im on my ipod right now.
[quote=ortzinator;17779280]i thought of a neat idea for my irc client that i plan on implementing. Basically it will remember the servers and channels you're in automatically instead of having to set them up in a menu. [editline]02:56pm[/editline] like browsers remember your tabs.[/quote] finish it already&#8195;&#8195;
ok so i worked on my shitty website for awhile i think its slightly better now [url]http://dgsjk.zxq.net/[/url]
I've got the basis for the new, better generator setup. I'm just finishing adding other format generators and it should be done. Then I'll probably start working on a better site, possibly for release with a new domain and forum. Tempted to make a site with Steam, Xbox, PSN (maybe) and other format support.
[QUOTE=Druchii;17778218][QUOTE=Druchii;17774827]Added Blood Elf art and a border around the level text to make it more readable: [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=The+Maelstrom&n=Haxx[/img] [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=Steamwheedle+Cartel&n=Marlamin[/img][/QUOTE] Tauren art done: [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=The+Maelstrom&n=Pvppeter[/img][/QUOTE] Some more work, not too keen on the Undead though: [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=Burning+Blade&n=Bones[/img] [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=The+Maelstrom&n=Truckn[/img] [editline]08:03PM[/editline] One more thing, i implemented the level colouration too :) [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=Sylvanas&n=Ullo[/img] [img]http://scottsserver.gotdns.com/secret/wow/image.php?s=eu&r=Sylvanas&n=Daxageddon[/img]
[QUOTE=Ortzinator;17779280]I thought of a neat idea for my IRC client that I plan on implementing. Basically it will remember the servers and channels you're in automatically instead of having to set them up in a menu. [editline]02:56PM[/editline] Like browsers remember your tabs.[/QUOTE] i'd use it if you do that
[QUOTE=Robber;17779178]It's now saving your screen resolution and useragent and stuff. :tinfoil: [B]Edit:[/B] It's working! Someone with a Netbook (juding from resolution) and Windows 7 just viewed it. Thanks man! :smile:[/QUOTE] It's called an old CRT monitor :( not a netbook.
[QUOTE=jlulian38;17779349][media]http://www.flymoore.com/uploads/NOICE_CODING.PNG[/media][/QUOTE] What's up with all those yen symbols?
[QUOTE=zyxxyz;17781145]What's up with all those yen symbols?[/QUOTE] Using a different input language does that to the "/"'s. I think it's JP or CN, not sure which tbh.
[QUOTE=Druchii;17781239]Using a different input language does that to the "/"'s. I think it's JP or CN, not sure which tbh.[/QUOTE] japanese, because jlulian is a retarded japanophile [highlight](User was banned for this post ("Flaming" - verynicelady))[/highlight]
[QUOTE=zyxxyz;17781145]What's up with all those yen symbols?[/QUOTE] Setting your default codepage to Japanland does that, I've had it like that so long I don't even notice anymore.
[QUOTE=gngbng;17780030]finish it already&#8195;&#8195;[/QUOTE] Rated agree.
[QUOTE=The Inzuki;17766279]Who the fuck buys font that's $374, let alone buys any kind of font, no matter what the price?[/QUOTE] Seeing as graphic designers (web designers too) can net 3 times that easily off of one job, makes them investments.
Which looks better, a motion blur that always has a fixed blur width or one with a width that changes depending on how much you're turning/moving? I've made both but I can't decide. The latter would be a good indicator of turn speed but it also spaces out iterations of the view. edit: pics short [media]http://i163.photobucket.com/albums/t315/novemberdobby/shortblur.png[/media] long [media]http://i163.photobucket.com/albums/t315/novemberdobby/longblur.png[/media]
[QUOTE=pissflaps;17780688]ok so i worked on my shitty website for awhile i think its slightly better now [url]http://dgsjk.zxq.net/[/url][/QUOTE] [code] <div id="header"> <h1><p align="center">dgsjk</p></h1> <h3><p align="center">home</p></h3> </div> [/code] Why not [code]#header h1, #header h3 { text-align:center; }[/code] [code]<div id="header"> <h1>dgsjk</h1> <h3>home</h3> </div>[/code]
[QUOTE=NovembrDobby;17784567]Which looks better, a motion blur that always has a fixed blur width or one with a width that changes depending on how much you're turning/moving? I've made both but I can't decide. The latter would be a good indicator of turn speed but it also spaces out iterations of the view. edit: pics short [media]http://i163.photobucket.com/albums/t315/novemberdobby/shortblur.png[/media] long [media]http://i163.photobucket.com/albums/t315/novemberdobby/longblur.png[/media][/QUOTE] A mid ground between the two?
[QUOTE=NovembrDobby;17784567]Which looks better, a motion blur that always has a fixed blur width or one with a width that changes depending on how much you're turning/moving? I've made both but I can't decide. The latter would be a good indicator of turn speed but it also spaces out iterations of the view. edit: pics short [media]http://i163.photobucket.com/albums/t315/novemberdobby/shortblur.png[/media] long [media]http://i163.photobucket.com/albums/t315/novemberdobby/longblur.png[/media][/QUOTE] Should make a second sprite that adjusts it's orientation and scaling based on the speed of your base sprite, maybe apply an alpha mask to add fading.
How can I get the length of an array ( mostPlayedGames ) and loop through it. My image breaks if you don't have 3 multiple games.
[QUOTE=Blynx6;17786232]How can I get the length of an array ( mostPlayedGames ) and loop through it. My image breaks if you don't have 3 multiple games.[/QUOTE] $content = file_get_contents("http://steamcommunity.com/id/$name?xml=1"); $x = new SimpleXmlElement($content); echo count($x->mostPlayedGames->mostPlayedGame);
[QUOTE=id3z;17786771]count($someArray); i'm guessing nvm. that just returns 1.[/QUOTE] Doesn't matter at the moment, i'm going to rewrite the script into a class, it's too messy at the moment. If anyone knows the correct way to do the array count, drop me a PM please. [editline]12:45PM[/editline] [QUOTE=id3z;17786771]$content = file_get_contents("http://steamcommunity.com/id/$name?xml=1"); $x = new SimpleXmlElement($content); echo count($x->mostPlayedGames->mostPlayedGame);[/QUOTE] Cheers, i'll try that code out soon.
[QUOTE=Blynx6;17786834]Doesn't matter at the moment, i'm going to rewrite the script into a class, it's too messy at the moment. If anyone knows the correct way to do the array count, drop me a PM please. [editline]12:45PM[/editline] Cheers, i'll try that code out soon.[/QUOTE] $total = count($arrayName);
I'm working on a new issue list display for bugspray... [media]http://i35.tinypic.com/24100fb.jpg[/media] Comments? For comparison, [url=http://anztf2mug.net/a2h/bugspray/issues.php]go here[/url].
[QUOTE=a2h;17787308]I'm working on a new issue list display for bugspray... [media]http://i35.tinypic.com/24100fb.jpg[/media] Comments? For comparison, [url=http://anztf2mug.net/a2h/bugspray/issues.php]go here[/url].[/QUOTE] Awesome.
[QUOTE=a2h;17787308]I'm working on a new issue list display for bugspray... [media]http://i35.tinypic.com/24100fb.jpg[/media] Comments? For comparison, [url=http://anztf2mug.net/a2h/bugspray/issues.php]go here[/url].[/QUOTE] Simply amazing. --- After seeing someone creating a TF2 forum skin, I decided to design my own PHP forums that is centered around a L4D type of theme. [url]http://www.pokemonsupernova.byethost9.com/forums/index.php[/url] I know, it may not be the best, but I'm trying my best to keep it simple and user friendly, incase someone actually wants the design.
[QUOTE=a2h;17787308]I'm working on a new issue list display for bugspray... [media]http://i35.tinypic.com/24100fb.jpg[/media] Comments? For comparison, [url=http://anztf2mug.net/a2h/bugspray/issues.php]go here[/url].[/QUOTE] I kinda like the the submitter being listed under the title but the comments and views boxes are too big imo (especially for such an insignificant value like 'views'). Do you plan on adding sorts or will a bug list always be too small for it to ever be useful? With the new design you lose "sortability".
[img]http://blynx.org/projects/steam/steam.php?id=BlynxSR[/img] [img]http://blynx.org/projects/steam/steam.php?id=benji311[/img]
Sorry, you need to Log In to post a reply to this thread.