939 Posted Topics
Re: I think you totally missed the point. The whole point of the experiment was to target people who formed negative opinions about the OS before even seeing it in action. That's exactly what they did. | |
Re: I got 3.0, cause is gaming graphics... | |
Re: Try this: [url]http://www.daniweb.com/forums/post395544-6.html[/url] | |
Re: Well yes you are pretty narrow minded. That said, it's pretty funny. | |
:eek: This is the strangest thing. The program ignores all of my for loops in this method. I double checked the syntax and everything. Am I missing something? BTW, I know that it skips those, because I tell it to play a sound when it enters, and it doesn't play … | |
Re: Does it loop? Does that mean that when it gets past Generation Z it becomes Generation A? :P I have an opinion about the "Baby Boomers", but you said don't be bashful... | |
| |
Re: No, the column is to simple. Change it to store a timestamp of the last activity on the site. Everytime the user visits a page, the time stamp gets updated to the current time. When checking for what users are online, check for timestamps within the last 5, 10,15 (whatever … | |
Re: Unless the email is an html email, you have to use newline characters. | |
Re: Vending Machines don't sell quiche. That was a great read. Thanks for the laugh. | |
Re: This seems like more of an html question than php. Have you tried using the non-breaking space ( )? Two of these characters should give a reasonable indent (or four if you need something wider). However, I have no idea which context you are trying to indent in, so … ![]() | |
Re: As of PHP 5 I dont think there is anyway to do this. PHP 6 is supposed to have better support for UTF-8. What you can try doing, is everywhere you output to the page, encode it to UTF-8 using uft8encode(). And in the actual HTML markup, use html escape … | |
Re: Imo stepping into an advanced API such as Direct X for something so simple is overkill. What you need is to learn how to use sockets well. | |
Re: Assuming the month is a string and the others are integers: [code=php] if(($date = strtotime("$day $month $year")) === true){ $db->insertintodateintcol($date); //$date is an integer timestamp } [/code] To get the date and reformat it: [code=php] $date = db->getfromdateintcol(); $formatted_str = date("jS F Y", $date); echo $formatted_str; [/code] The code above … | |
Re: Im actually a fan of a nice fight from time to time. Anthropologically speaking, fights are a way to assert dominance. But the thing to remember here is that this is at work, and less importantly, he's your boss. Picking fights in a professional environment (unless you're a boxer or … | |
Re: Call me grandpa but I don't like it. That convoluted pointer device scares me beyond words. And while they did try to show how it might be useful in the real world, I really can't think of any scenario where I might be inspired to actually use such a system. … | |
Re: Have you tried defragmenting? I read somewhere that vista's defragmentation engine arranges the files on the physical disk in a way that makes loading quicker (since the files it needs are placed each one after the next, so seeking is minimized). I'm not sure exactly what parts of the loading … | |
Re: Yes it's a tactic employed to trick. Next time look for screen size "viewable". | |
Take a look at this page: [url]http://tejerodgers.com/[/url] and type four or more characters in the search box on the right. My problem is the div box that pops up. I'm only getting the behavior I want with Firefox. in Opera and in IE the page widens to fit it. What … | |
Re: [QUOTE]Vista will encrypt hard drives by Default [/QUOTE] Can you explain that please? | |
Re: What? What is so touching about that? | |
Re: I'd love to try it. Fits right into my "plans" for when I live alone... | |
Re: That would've been extremely funny (I guess) if I knew what cooties were.... | |
Re: My grandmother, bless her soul, could never quite understand the difference between a t.v. and a computer monitor.... | |
I have one that seems to be hard to find info on (with good reason). I want to hook into Firefox and IE and detect when a user inputs a password and username, prompt the user, and then get that username/password combination, and the url of the website that it … | |
Re: The only shows on tv I enjoy are both British. Robin Hood and Top Gear. | |
Re: Anybody who uses prescription drugs for illnesses they dont have are stupid, and do not deserve to pass any kind of tests. Plus it's unfair to those of us who have any kind of standards and don't pollute our systems with that nonsense, because in the end our hard earned … | |
Re: [QUOTE=Ezzaral;603617]If you take seriously the results of such a test on the internet, then yes - you're stupid.[/QUOTE] [I]Somebody[/I] didn't get a good score. :P | |
Re: I actually never thought about this. 24 of my favorite songs would loop aloud from thin air(one for every hour) as I went about my normal routine, only I would spread cheer to everyone I meet. | |
Re: Interesting: [url]http://www.daniweb.com/forums/thread525.html[/url] | |
"The windows vista home premium key you typed is invalid for activation" I'm getting this message about 4 - 5 days after re-installing Windows with a valid key at the side of my computer. Wtf is going on? What can I do? | |
Re: yes it's possible. I did it. Install them on separate hard drives and boot from the one you want. Something odd and expectedm yet helpful that I encountered: I installed Vista second on its own hard drive, and it wrote the Master Boot Record to my XP hard drive instead, … | |
Re: You mean the key is a home basic key? But how would you check for that in store? The reason I ask is because I thought the Vista disk lets you install any version so long as you have the right key. | |
Re: Google is inherently evil. I hope this deal kills them. But alas, it won't. | |
Re: Double precision is more precise than float, and performance really shouldn't be an issue on today's computers. Just thought I'd mention that. As to your question; usually when i get a problem like this, I would write a python script to go through my file and make changes. It normally … | |
Re: Project -> Properties Select your choice from the target framework dropdownbox | |
Re: Hi. I hate to be this person. First, this question is better suited in the Techies Lounge. Second, being someone who has been searching for a laptop for quite some time now, I can tell you with a fair amount of certainty that you're not going to get a good … | |
Re: And where might he find the said known, good cpl? | |
Re: Rule of thumb for submitting new threads. Re-read your new post before submitting, but pretend that you are reading it for the first time. Does it make sense to you? Pretend that you know nothing about you motives or your problem. Now does it make sense to you? Pretend that … | |
Re: Yeah it's a known problem. What is the name of the video card model that you have? Also try using a different codec other than the default Microsoft MPEG-2 codec (this can be a little difficult; it needs a program called vmcd.exe (NOT SUPPORTED BY MICROSOFT) and an actual separate … |
The End.