Ideas wanted Programming Web Development by cwarn23 …://syntax.cwarn23.info/PHP:_Contents[/URL] but I need some ideas of small scripts that I can make for the example… don't want the examples to be too complex. Any ideas of simple php examples I can make? Re: Ideas wanted Programming Web Development by ShawnCplus Well, looking through a few of them they could use some improvement, most notably the hex to rgb function, hexdec is your friend. [code=php] function torgb($string) { $string = str_replace("#","",$string); $r = substr($string, 0, 2); $g = substr($string, 2, 2); $b = substr($string, 4, 2); return array(hexdec($r), … Re: Ideas wanted Programming Web Development by cwarn23 I just love finding new functions that I never new existed! Is it ok if I include the following code in there saying with the help of ShawnCplus? [CODE=php]function hex_to_rgb($color,$rgb) { $color=str_replace("#",'',$color); $color_red = substr($color, 0, 2); $color_green = substr($color, 2, 2); $color_blue = substr… Re: Ideas wanted Programming Web Development by death_oclock If you like finding new functions, you should definitely take a look at the php [URL="http://www.php.net/manual/en/funcref.php"]function reference[/URL]. By the way, I love discovering things in languages too. Re: Ideas wanted Programming Web Development by cwarn23 Hi, any more suggestions for sample scripts to make? I've just added a site security tester script. Tutorial ideas wanted Programming Web Development by cwarn23 Please post a list of ideas for tutorials that can be written for the php section. Please bear in mind the tutorials are to be kept relatively small so don't ask for something that may take pages upon pages of text to explain. Thanks. Ideas... Programming Software Development by Ghost Hi Everyone, I want to program something cool (no this isn't for school, just for fun), but I don't know what to program. I wanted to make something that would be fun to make and use, but not too challenging. Any ideas? Thanks a lot. Ideas For Graduation Project Programming Computer Science by laileeto … first participation coz am new here and wanted to ask if u have any ideas for my Graduation Project , am a CS… Ideas for client/server based java or jsp messenger Programming Software Development by new_zal … dont try re-invent the wheel ect but if I wanted to go global and my messenger program was popular then… input in how to create such an application and any ideas members might have. On yea different topic but had an… Re: Ideas for client/server based java or jsp messenger Programming Software Development by M4trixSh4d0w …/sockets/index.html) then have a client and a server. Ideas: * Parser class that interpets different symbols (like :D as a… Re: Wanted source code Programming Software Development by injetykiranbabu [quote=DavidRyan;254281]Please rephrase this, I can't figure out what you mean. This isn't exactly a subject which you can cram before an interview though.[/quote] wat i meant by that is tat, i just wanted 2 know wat r the controls tat has 2 b used, how xml nd html are used there and wat else can b used nd so on. Hope I am clear now! Ideas and ways to improve appearance Digital Media UI / UX Design by dnmoore … created a website for my chapter org and I just wanted some advice on how to get rid of the extra… !!!Wanted!!! "ThinkPad T42 recovery CDs" :) Hardware and Software Microsoft Windows by shifty I'm trying to get the software for IBMs T42 ThinkPad, anyone have any ideas? Wanted source code Programming Software Development by injetykiranbabu Can anybody send me some source codes regarding web pages. I have got an interview and they said they would ask me to do a web page. What could they possibly ask me to do. If any body have any ideas please do revert back to me. Thanks in advance. Kiran Re: Tutorial ideas wanted Programming Web Development by diafol OK, here are some of the problems I see most often: login/registration post handling for multiple checkboxes with same 'name' attribute how to use header redirect! emailing (with an attachment) working with dates (subtracting and adding days etc) to get new dates use of regex in preg_* functions - users often don't realise that these are the … Re: Tutorial ideas wanted Programming Web Development by pritaeas One that comes up a lot, is two dropdowns with linked info (although it involves javascript). I was planning on writing one, but still haven't. I do have a working example though. If you want it I can zip it (uses PHP, MySQL and jQuery). One thing popping up in the forum lately, is how to handle notices for undefined indexes and variables (using… Re: Tutorial ideas wanted Programming Web Development by cwarn23 I've just submitted a redirect tutorial and am waiting for staff writers to approve. Soon I'll have dinner and start on the next tutorial. Re: Tutorial ideas wanted Programming Web Development by diafol Just remembered another one: when using a loop, many users do a query on every iteration, whereas they could just build up a [B]values[/B] or [B]where[/B] clause and send just the one query at the end of the loop. I've answered a few of these lately. //edit perhaps something on general security, e.g. preventing sql injection, XSS, sessions, … Re: wanted project titles Programming Software Development by jwenting an interesting project might be to investigate why kids are too lazy to come up with their own project ideas. Re: wanted project titles Programming Software Development by orko [QUOTE=jwenting;440150]an interesting project might be to investigate why kids are too lazy to come up with their own project ideas.[/QUOTE] this is a great idea indeed! can i suggest this for my friends in psychology?... :P Re: WANTED: Verbose wordy advanced technical explaination... Hardware and Software Networking by jackthechemist … connections, and determine which resource each one is retrieving. Any ideas??? Re: ideas + feedback on IsPalindrome function Programming Web Development by Anthony-uk Thanks for your reply benjamin I wanted to use a recurring function "initially" to learn how they work, I like your solution to the problem, and yes capitals would come back false :) Re: Ideas for final year project Programming Software Development by Hiroshe … like a bad idea (without some serious optimizations). If you wanted to (I'm presuming your good at linear algebra), you… Re: Ideas for final year project Programming Software Development by tapananand …'ll redesign a better newer algo now. But I just wanted to make myself clear that's all. any information system ideas? Community Center Geeks' Lounge by king03 Hi guys just wanted to ask if you can help me come up with … us that this is so usual already and that he wanted us to think of another, other proposals that he has… rejected are car parking system and enrollment system. Any more ideas you have there guys? please let me know. thank you… Anyone got any ideas? Programming Software Development by jakx12 Ok so basically I just wanted to see if anyone had any ideas for me. Basically I want to do a project in java because i havnt done one for ages. Im fluent in java so that means i can do relatively complicated things. Id prefer for some software ideas rather then games. Many thanks, jakx12 Security Project Ideas Hardware and Software Networking by UnknownUser Hi all, I'm looking for some ideas for a masters project in network security or networking. I wanted to do something on botnets as im very interested in them but am having problems understanding what i could achieve by doing a project on that. I'd really appreciate some ideas.. Thanks :) Python text based game - Ideas? Programming Software Development by HTMLperson5 I need some ideas for the python text based game i am making, it … help" if prompt1=="e": print "You wanted to exit! :-O" else: print "Not defined command…() #Main loop for menu #Copyright code Navid Momtahen So any ideas? Need ideas on how to promote a social bookmarking website Digital Media Digital Marketing by trance1112 … launched a Beta version of a social bookmarking website and wanted some pointers on how to promote it and get the… very early stage in the game, I would like other ideas on how to spread the word. For now, I am… cant get button to work parse error any ideas? Programming Web Development by lacompsr … all the projects in a table thats fine i aslso wanted a button to show up for admin to upload a…($result); ?> </body></html> [/code] any ideas thanks