Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 108 109 [110] 111 112 ... 370
1636
Web Programming and Design / Re: Making a webcomic: "dynamic hyperlinks"
« on: September 21, 2011, 04:25:40 pm »
Ok, I see. Wow, php is pretty powerful lol. And then for alt text and stuff should I use an xml file?
Code: (xml) [Select]
<1><title>Title</title><alt>Alt text</alt></1>
Code: (php) [Select]
<h2><?php echo $xml->$cur->title ?> </h2>
<img.... title=<?php $xml->$cur->alt ?>>

Does this work?
I'm not sure if that works. You could always use flat text files for each of them, so have title/ contain page_# with the title text/page_# contain the alt text etc
Just use file_get_contents("path/to/file_{$cur}"); to get the contents of the file.

1637
Miscellaneous / Re: Sorta funny pic -- chrome murders firefox
« on: September 21, 2011, 03:38:39 pm »
https://secure.wikimedia.org/wikipedia/en/wiki/Comparison_of_web_browsers#Vulnerabilities
Firefox seems to be the only one who is green all the way across other then Chrome 14.

1638
Miscellaneous / Re: Sorta funny pic -- chrome murders firefox
« on: September 21, 2011, 02:40:01 pm »
I don't think Chrome is murdering Firefox, I think they are just fighting and Chrome is shown to have the upper hand atm.
I have tried Chrome, Firefox, IE6-9, Opera, Safari, Epiphany and a few others I can't remember. Out of all of them I prefer Firefox for a ton of reasons ( I'd be happy to list them if anybody wants ). Chrome is good, but I just don't like it as much as Fx and it does have a few downfalls in my mind.

1639
Web Programming and Design / Re: Making a webcomic: "dynamic hyperlinks"
« on: September 21, 2011, 02:25:09 pm »
well, it would be one file, "index.php" which you can pass different arguments for the page numbers.  That code just takes the argument and outputs buttons linking to the right page, so you don't really "name" them, other than the one main file, which is probably going to be index.php.  Does that make sense and answer the question?
I was thinking about saying something about index.php
Darn you ninjas!!! But yes, also what Eeems said =P
You should turn on the option to keep people from ninja'ing you

1640
Web Programming and Design / Re: Making a webcomic: "dynamic hyperlinks"
« on: September 21, 2011, 02:09:52 pm »
Oh wow, I didn't realize that php outputs html LOL. Thanks :D. So just to clarify, I would then have to name each comic's page /?p=#, correct?
No, you would have to somehow fetch the image of each comic with this one page. Something like:
Code: [Select]
<img src="img/page_<?php echo $cur?>.png"/> you would then store all your comics in img/ named page_#.png

1641
Web Programming and Design / Re: Vanthia Open Beta [javascript mmorpg]
« on: September 21, 2011, 02:24:04 am »
SSL is currently disabled in the game.
Facebook is "supposed" to give you a prompt about that?
I know it does, it was the attempting to go temporarily out of SSL that completely fails.
It's now working though :)

1642
Web Programming and Design / Re: Making a webcomic: "dynamic hyperlinks"
« on: September 20, 2011, 11:21:41 pm »
Hmm, could I get some help? It's kinda annoying that I can't test out PHP scripts offline, i'm waiting for the nameservers to resolve atm.
You should try working with xampp for offline testing :)
http://www.apachefriends.org/en/xampp.html
http://portableapps.com/apps/development/xampp

1643
Site Feedback and Questions / Re: We need a Skype group chat
« on: September 20, 2011, 10:25:01 pm »
i used it lol
and ill restart it right now actually


Edit:
Restarted ^_^

to start it you must


1 become root (we screwed up some mysql perms and something else lol to lazy to fix it)
cd to /home/ts/ts
and run
./ts3server_startscript.sh start

and that will boot it up
alright thanks!

1644
Site Feedback and Questions / Re: We need a Skype group chat
« on: September 20, 2011, 10:16:30 pm »
as for teamspeak there are plenty of free servers just hosting one is better for permissions/customization purposes
Which reminds me...I still don't know what I'm suppose to do to restart ours, it's been down for a long while. Not that anybody really uses it.

1645
Site Feedback and Questions / Re: We need a Skype group chat
« on: September 20, 2011, 10:12:20 pm »
Yeah I prefer things like Tinychat, like they do on Cemetech.
Tinychat rapes my CPU worse then skype does D:

1646
Miscellaneous / Re: Are you/have you home schooled?
« on: September 20, 2011, 10:10:15 pm »
... And it was a lot less work too.
Lucky, I had to do a ton more then I ever had to do in real school.

1647
Site Feedback and Questions / Re: We need a Skype group chat
« on: September 20, 2011, 10:06:10 pm »
Im thinking we should stick to a free medium like tinychat personally or teamspeak

i love teamspeak personally and hate skype with a passion now adays but yeah
The only thing I prefer about skype compared to teamspeak is that you have to host a server for teamspeak to work. Otherwise I prefer teamspeak.

1648
Site Feedback and Questions / Re: We need a Skype group chat
« on: September 20, 2011, 09:59:39 pm »
We use to have skype conferences, and a little while ago we a few of us used teamspeak a lot.
I'm thinking though that skype video chat isn't a really good idea because it does cost money but if you guys want to start up skype conferences up again that is. I can't promise I'll be able to attend but I'll attempt to.

1649
Miscellaneous / Re: Are you/have you home schooled?
« on: September 20, 2011, 12:58:54 pm »
I was home schooled from grade 3 till grade 5.

1650
TI Z80 / Re: Jazz: JavaScript TI-83 Plus emulator
« on: September 18, 2011, 03:00:33 am »
With cross browser in mind, make sure if you use the datatype I mentioned in the links above have it detect if it should use standard arrays or that type instead.

Pages: 1 ... 108 109 [110] 111 112 ... 370