• What are you working on? V4 (HTML ISN'T PROGRAMMING)
    2,003 replies, posted
You should make it that it won't brighten it up so fast, 5 sec on the same spot is already filled. I would like this to stay on for like a day and then see what is bright and what is not.
Then you wouldn't see the not so often used spots. Ths is what it looks like after an hour: [IMG_thumb]http://i33.tinypic.com/2rddfk3.png[/IMG_thumb] It's now 24 hour compatible (I hope) [IMG_thumb]http://i36.tinypic.com/ormn29.png[/IMG_thumb] [url]http://dl.getdropbox.com/u/1106779/MouseTracker2.jar[/url]
10 minutes also with clicking. [img]http://filesmelt.com/downloader/mouse.png[/img] Or with overlay: [img]http://filesmelt.com/downloader/mouse1.png[/img]
[QUOTE=andersonmat;17847207]*Mobile Steam Community*[/QUOTE] Thought I should add: [url]http://www.andersonmatt.com/[/url] if you wanna check it out. :)
[QUOTE=andersonmat;17847207]Porting the Steam Community to an iPhone / iPod Touch Format. :D Still kinda betaish but It's almost done. :) (I would like to talk to Valve about integrating the ability to edit your profile but I [B]doubt[/B] that they would even remotely consider it. Consider this as a view-only type of thing. :P) This didn't take much PHP but was fun to create a DOM to scrape the pages. :D *imgs*[/QUOTE] God that looks amazing. Any idea on when you might be releasing it?
[QUOTE=nerdygamer;17848409]God that looks amazing. Any idea on when you might be releasing it?[/QUOTE] Just posted the link above you. :P. Sorry my server is running a tad slow today but you should be able to browse around on it. If you do find anything wrong, like fucked up images (which is what I'm working on now) please link them to me :) Oh, just added an icon so you can add it to your homescreen. :) Looks Like so: [img]http://andersonmatt.com/msc/icon.png[/img]
Oh god, first we had the signatures, now the mouse trackers. What's next?
Maurice should copyright his ideas
[QUOTE=Dlaor;17848923]Oh god, first we had the signatures, now the mouse trackers. What's next?[/QUOTE] First we had Game of Life then we had signatures.
[QUOTE=andersonmat;17847207]This didn't take much PHP but was fun to create a DOM to scrape the pages. :D [/QUOTE] wait, you're not using xml=1?
[QUOTE=gngbng;17849414]wait, you're not using xml=1?[/QUOTE] I *do* for a portion of it. But I needed something to scrape HTML for friends because I can't query 100+ friends to get the usernames. :P Look at it: [url]http://www.steamcommunity.com/id/andersonmat/friends?xml=1[/url]
[QUOTE=andersonmat;17849692]I *do* for a portion of it. But I needed something to scrape HTML for friends because I can't query 100+ friends to get the usernames. :P Look at it: [url]http://www.steamcommunity.com/id/andersonmat/friends?xml=1[/url][/QUOTE] I'd email [email]jsorensen@valvesoftware.com[/email] if you want changes/additions to it. Friends XML output didn't exist until I emailed him a few weeks ago, so I'm certain any logical additions would be implemented.
[QUOTE=VoiDeD;17849849]I'd email [email]jsorensen@valvesoftware.com[/email] if you want changes/additions to it. Friends XML output didn't exist until I emailed him a few weeks ago, so I'm certain any logical additions would be implemented.[/QUOTE] Awesome. :D [editline]05:49PM[/editline] I sent him an email explaining the situation and if he'd be willing to add friend usernames and possibly a status --> online / offline / ingame. Hopefully it will be added. :)
That mobile steam thing is amazing. Is it possible to chat with friends on it?
Chatting isn't possible without steam.
Nope, no support for chat. You'd have to integrate an Ajax chat client that could connect to the steam servers. :P Maybe some day... ;)
I've been looking at networking finally but Beej's tutorials don't work under XP. Certain functions are missing from pre-Vista Winsock versions or something. Anyone know any other tutorials which are aimed at Windows specifically?
I'm worried about the amount of queries being used on the main page of my project, how do I count how much queries are being run?
Not really interesting or cool but I was bored and did something in 5 seconds with sfml [media]http://www.youtube.com/watch?v=LtnPUm4qzsU[/media] LET'S SEE HOW MANY DUMBS I CAN GET
Valve should open up a chat API of sorts. Also, Matt, the edit profile is just a form, you should be able to just hijack that and send them to the steam site to edit, although you won't be able to return so easily, but it's possible.
*Seizure Time* [editline]07:41PM[/editline] [QUOTE=PoliticalM;17851921]Valve should open up a chat API of sorts. Also, Matt, the edit profile is just a form, you should be able to just hijack that and send them to the steam site to edit, although you won't be able to return so easily, but it's possible.[/QUOTE] I was planning on using cURL to do it but I don't think people want me incharge of their information. I will implement it though. :)
-snip snap snop snep snup-
um. are you telling me I can login with cURL to steam. you know I thought about that once, but then forgot about it. Edit: Steam Community
[QUOTE=cas97;17852354]um. are you telling me I can login with cURL to steam. you know I thought about that once, but then forgot about it. Edit: Steam Community[/QUOTE] You can login via [url]http://steamcommunity.com[/url] manually, so I don't see why you can't use cURL to do it. The code that andersonmat posted is from a script I wrote to automatically invite people to steam groups. Guess what, it worked :v:
Yeah, I'm not too familiar with cURL. :-\ I will be soon though. Experimentation and reading always helps. ;)
[QUOTE=omarrodriguez;17852419]You can login via [url]http://steamcommunity.com[/url] manually, so I don't see why you can't use cURL to do it. The code that andersonmat posted is from a script I wrote to automatically invite people to steam groups. Guess what, it worked :v:[/QUOTE] The only problem is that you're giving your details to another website, and you most likely won't trust it.
[QUOTE=SteveUK;17852586]The only problem is that you're giving your details to another website, and you most likely won't trust it.[/QUOTE] Agreed.
[QUOTE=SteveUK;17852586]The only problem is that you're giving your details to another website, and you most likely won't trust it.[/QUOTE] [QUOTE=andersonmat;17851923] I was planning on using cURL to do it but I don't think people want me incharge of their information. I will implement it though. :) [/QUOTE] I'm going to reply to that statement with my own quote.
Thanks to some [url=http://stackoverflow.com/questions/1575673/mysql-limit-on-a-left-join]insane SQL[/url], I've cut out the nested queries on the [url=http://bugspray.uni.cc/]index page[/url] of bugspray that retrieve the last comment of each issue. I've cut out 8 queries that way. But that still leaves 34 queries. Time for more cleanup. [b]EDIT:[/b] 26 queries!
[QUOTE=PoliticalM;17851921]Valve should open up a chat API of sorts. Also, Matt, the edit profile is just a form, you should be able to just hijack that and send them to the steam site to edit, although you won't be able to return so easily, but it's possible.[/QUOTE] Yeah, then someone can make a nice port of steam friends to linux (unless it works good now, haven't checked in months)
Sorry, you need to Log In to post a reply to this thread.