Daniel0
Staff Alumni-
Posts
11,885 -
Joined
-
Last visited
Everything posted by Daniel0
-
For more formal descriptions of what Altec is proposing, have a look at the observer pattern.
-
Actually, I was thinking of Back to the Future.
-
I'm still waiting for my hoverboard seeing as I live in the future...
-
Crazy stuff. I'm living in the future!
-
Simple text compression, How can show it after done?
Daniel0 replied to oni-kun's topic in PHP Coding Help
1) Why are you trying to make your own compression algorithm? 2) Why do you want to show the compressed data to the user in a viewable format? Compressed data is meaningless to a human. 3) Why do you think showing the gz compressed data in binary form (I assume you by this mean displaying each character's ordinal equivalent in the ASCII charset as base 2, because all data in a computer is binary)? A byte has 8 bits, so if you do that you can multiply the size with 8. -
Who takes YouTube comments seriously anyway?
-
Rising of oceans now apparently caused by god's tears..
Daniel0 replied to 448191's topic in Miscellaneous
Hmm... that's funny. My computer couldn't do the math assignment I just handed in today. -
Just use fopen, fwrite and fclose or file_put_contents.
-
-
Also, at least in some countries you have to actively enforce your trademark or it will be invalidated. Even if you registered it.
-
They cannot take away your website (i.e. its contents), but that can prevent you from using their trademark assuming their trademark is valid within your legal jurisdiction. There are not international trademark laws like there are copyright laws.
-
Could it be a caching issue?
-
What? You find this difficult to read? function getRandom() { $("#random").hide(); $("#random").load("quotes.php", '', callback); } function callback() { $("#random").show("slow"); setTimeout("getRandom();", 10000); } $(document).ready(getRandom);
-
Oh yeah, I forgot to mention. You don't think the bold parts constitute stereotyping? Hypocrisy FTW!!
-
Given the context, I think it's pretty clear what "American" and "Muslim" is supposed to mean in this case. All the conspiracy theories regarding 9/11 I know involve the US government being behind the attacks, so obviously it's not some Texas redneck kind of American (yes, I'm stereotyping right now, maybe I should get my facts straight and figure out not all Texans are like that) or the person living in a cardboard box in NYC.
-
Maybe you should get your facts straight. John (aka 448191) said that it is possible to find Muslims who hate America. This is objectively true. In fact, Muslim extremist terrorist organizations have officially stated so. Al-Qaeda comes to mind. Q.E.D. He never said that all Muslims share that point of view. It's just some interpretation you grabbed out of nowhere.
-
Rising of oceans now apparently caused by god's tears..
Daniel0 replied to 448191's topic in Miscellaneous
http://politiken.dk/newsinenglish/article851637.ece Ah, so that's why this climate thing is so popular. -
Problems with echoing $store->boxes->1->cost
Daniel0 replied to ryankentp's topic in PHP Coding Help
It's because identifiers aren't allowed to start with digits. They must match the pattern ^[a-zA-Z_][a-zA-Z0-9_]*$ if you know regex. Otherwise you must use weird syntax to access them. -
It's just a link like this: http://twitter.com/home/?status=Daniel0+rules
-
You should use strict instead.
-
Ha... you better watch out now. I'll hunt your topics with comments on your code style and quality Anyways, welcome
-
You could always just have said yes but still charged for the work you had already done.
-
Unless you're proud of what you are doing and you want to show the world who you are. I'm sure they don't see themselves as criminals.
-
Ban hammer is a large mother fucker admins can use on their web sites which stops spammers from filling up your site with crap. Along-side this, a notification alerts the spammer that he /she has been disbarred from entering the website and informs the user to GTFO instead. We've all been there. We open up our website with legitimate users in mind, only to find the spamming low-life is entering it as well. Numerous Web Citizens have tried to get rid of the spammers only to be dismayed at all the extra effort they had to put into get their websites clean from spam. The Ban Hammer. [attachment deleted by admin]