Actual Results
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP IDEs, Integrated Developing Environment
- Subject: PHP IDEs, Integrated Developing Environment
- Replies: 1
- Views: 97
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.
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP IDEs, Integrated Developing Environment
- Subject: PHP IDEs, Integrated Developing Environment
- Replies: 1
- Views: 97
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...
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP pow(n,2) or (n*n) ?
- Subject: PHP pow(n,2) or (n*n) ?
- Replies: 3
- Views: 144
- Subject: PHP pow(n,2) or (n*n) ?
Posted: August 27th, 2009, 5:18 am
Great Finding!
You should create a tutorial on optimizing PHP codes. ^^
You should create a tutorial on optimizing PHP codes. ^^
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: A little navigation bar that I made
- Subject: A little navigation bar that I made
- Replies: 0
- Views: 99
- Subject: A little navigation bar that I made
Posted: August 26th, 2009, 9:52 pm
[code]<?php $locArray = array( "" => "Home Page", "img" => "Image Gallery", "dl" => "Downloads", "naruto" => "Naruto Shippuden", "bbs" => "Community", "contact" => "...
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: Newbie Question: How to define value in form when using PHP?
- Subject: Newbie Question: How to define value in form when using PHP?
- Replies: 5
- Views: 171
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
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: Newbie Question: How to define value in form when using PHP?
- Subject: Newbie Question: How to define value in form when using PHP?
- Replies: 5
- Views: 171
Posted: August 26th, 2009, 9:05 pm
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: August 2009 Programming Challenge : Give it a bash!
- Subject: August 2009 Programming Challenge : Give it a bash!
- Replies: 49
- Views: 1927
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...
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: August 2009 Programming Challenge : Give it a bash!
- Subject: August 2009 Programming Challenge : Give it a bash!
- Replies: 49
- Views: 1927
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):...
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP - Create new class instance inside another class
- Subject: PHP - Create new class instance inside another class
- Replies: 14
- Views: 614
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-&...
- IcyDragoon
- Forum: General Discussion
- Topic: Starting an IT related business
- Subject: Starting an IT related business
- Replies: 6
- Views: 283
- Subject: Starting an IT related business
Posted: April 15th, 2009, 11:50 am
Thanks for your great advices.
Any opinions from other?
Any opinions from other?
- IcyDragoon
- Forum: General Discussion
- Topic: Starting an IT related business
- Subject: Starting an IT related business
- Replies: 6
- Views: 283
- Subject: Starting an IT related business
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...
- IcyDragoon
- Forum: General Discussion
- Topic: Starting an IT related business
- Subject: Starting an IT related business
- Replies: 6
- Views: 283
- Subject: Starting an IT related business
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? ...
- IcyDragoon
- Forum: Microsoft Windows Forum
- Topic: How to outsmart a Teenager
- Subject: How to outsmart a Teenager
- Replies: 22
- Views: 1525
- Subject: How to outsmart a Teenager
Posted: February 7th, 2009, 6:42 pm
LoLx, well then the kid is learning 
which is a good thing
which is a good thing
- IcyDragoon
- Forum: Microsoft Windows Forum
- Topic: How to outsmart a Teenager
- Subject: How to outsmart a Teenager
- Replies: 22
- Views: 1525
- Subject: How to outsmart a Teenager
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?
- IcyDragoon
- Forum: Programming / Scripting / Coding Forum
- Topic: Array
- Subject: Array
- Replies: 4
- Views: 227
- Subject: Array
Posted: January 29th, 2009, 12:47 am

