Thread: Need ideas
View Single Post
  #6 (permalink)  
Old 04-14-2008, 01:28 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,436
Last Blog:
Web slideshow in JavaS...
Credits: 1,322
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Need ideas

OK. For the prime number 'thing', try a loop that cycles through all the numbers between the given range. You can then test each one. For an extra thrill, see if you can find the way that uses the least system resources.

Have a go at the password generator. However, the RSS Headline one is not too difficult, and if you know the method, you can use it to download absolutely anything off the internet and load it into your application.

If you need any help with it, just ask. (Hint: Try the System.Net namespace)
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Reply With Quote