Search found 64 matches

Actual Results

Post Posted: August 30th, 2009, 11:38 pm

So I did a few searches and I found out this really nice spreadsheet that is on this site. After looking at that spreadsheet, I think I am going for NetBeans IDE.

Post Posted: August 30th, 2009, 11:20 pm

Hi, I would like to know which of the IDEs are most popular nad most developer friendly to use. I have found some on this page , but I do not want to spend time on trying each of the listing IDEs out. I would like to receive your valuable comments about the IDEs that you have experienced with. Thank...

Post Posted: August 27th, 2009, 5:18 am

Great Finding!

You should create a tutorial on optimizing PHP codes. ^^

Post Posted: August 26th, 2009, 9:52 pm

[code]<?php $locArray = array( "" => "Home Page", "img" => "Image Gallery", "dl" => "Downloads", "naruto" => "Naruto Shippuden", "bbs" => "Community", "contact" => "...

Post Posted: August 26th, 2009, 9:07 pm

UPSGuy wrote:
heh, ok, but I still don't get why you would rather do that than test if the value you've pulled via php is blank or not, and if not, then change input value to "please enter".


client site checking optimizes user experience*

though you still want to do the server site checking

Post Posted: August 26th, 2009, 9:05 pm

I think thats what you want:
Code: [ Download ] [ Select ]
<input type="text" value="Click Here" onfocus="if(this.value=='Click Here')this.value=''" onblur="if(this.value=='')this.value='Click Here'" />
.....nvm, you already have a value for the text inp...

Post Posted: August 21st, 2009, 2:15 am

another one .... in C++ [code=cpp]string guid2Str2(string GUID){     string result;     char ch[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";     for(int i = 0; i < GUID.size(); ++i)         if(GUID[i] == '-')             result += '-';         else             result += (GUID&#...

Post Posted: August 21st, 2009, 1:37 am

I am a C++ person, xD [code=cpp]string guid2Str(string GUID){     string result;     for(int i = 0; i < GUID.size(); ++i)         if(GUID[i] == '-')             result += '-';         else             result += (GUID[i] < 58)?static_cast<char>(GUID[i]+20):...

Post Posted: August 21st, 2009, 1:10 am

Okay, all you guys fails to answer the question... Its pretty simple actually. All you need to do to call a function in a class is to use the scope resolution "::" (double colon). [code]<?php class Class_One {         var $name;         function __construct($my_string) {         $this-&...

Post Posted: April 15th, 2009, 11:50 am

Thanks for your great advices.

Any opinions from other?

Post Posted: April 13th, 2009, 6:05 pm

We considered to purchase a server instead of renting one because of the ease of control and administrating the system. And we are planning to keep the server for the next five years or so. As for maintaining the server, we have planned to apply for a program offer by our school. I won't go into det...

Post Posted: April 12th, 2009, 4:36 pm

Hi guys, my partner and I were asked to create a website such as this one: http://www.uline.com/ Since it's our first time experience to actually have any business regarding web design and development, I would like to ask you guys: if you were me, how much would you charge for this kind of website? ...

Post Posted: February 7th, 2009, 6:42 pm

LoLx, well then the kid is learning :)
which is a good thing

Post Posted: February 6th, 2009, 10:30 pm

how about lock the bios settings, order the boot sequence, and create a limited account with proper parental software?

Post Posted: January 29th, 2009, 12:47 am

don't know what you are trying to do, but you can always try to do something like this:
Code: [ Download ] [ Select ]
  for($i=0; $i<100; ++$i){   echo "This i: $i\n";   for($k=0; $k<$i; ++$k){ if($k==$i%10) echo "Yahoo!\n";     echo "This is k: $k\n"; }  
Nested loops PS: you wil...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.