Go Back   CodeCall Programming Forum > Software Development > C# Programming
Register Blogs Search Today's Posts Mark Forums Read

C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-25-2009, 12:14 PM
Parabola's Avatar
Programming Professional
 
Join Date: Jul 2009
Location: Texas
Age: 25
Posts: 299
Parabola will become famous soon enoughParabola will become famous soon enough
Send a message via AIM to Parabola Send a message via MSN to Parabola Send a message via Yahoo to Parabola Send a message via Skype™ to Parabola
Pretty Nice Weather API dll

I just found this while looking around, it seems pretty nice. It's a dll to reference in your project that pulls maps and weather from google. All the source code is included! Check it out, I'm working on an app with it right now.

Animaonline Weather API - Home

There is a source code tab on the page as well.
__________________
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-25-2009, 03:04 PM
Parabola's Avatar
Programming Professional
 
Join Date: Jul 2009
Location: Texas
Age: 25
Posts: 299
Parabola will become famous soon enoughParabola will become famous soon enough
Send a message via AIM to Parabola Send a message via MSN to Parabola Send a message via Yahoo to Parabola Send a message via Skype™ to Parabola
Re: Pretty Nice Weather API dll

I went ahead and made a weather app (small simple app...) with this dll. The dll is of course included in the download.
For the field, you can enter [City, State] or [ZIP]
examples:
Dallas, TX
76116
Amsterdam
Dubai

Results come back with conditions for current and 4 day forecast


Edit: Updated rar file with published copy, as not everyone will have the DevExpress pack. Without the DevExpress, you can not build the project. Sorry bout that everyone.
Attached Files
File Type: rar Weather.rar (265.0 KB, 13 views)
__________________
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.

Last edited by Parabola; 08-26-2009 at 12:22 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-25-2009, 05:35 PM
amrosama's Avatar
Code Warrior
/////////|||||\\\\\\\\\
 
Join Date: Aug 2007
Location: Pyramids st, Giza, Egypt
Age: 21
Posts: 8,112
amrosama is a splendid one to beholdamrosama is a splendid one to beholdamrosama is a splendid one to beholdamrosama is a splendid one to beholdamrosama is a splendid one to beholdamrosama is a splendid one to beholdamrosama is a splendid one to behold
Send a message via MSN to amrosama
Re: Pretty Nice Weather API dll

nice!
thnx for sharing it
__________________
im a code-warrior, see my avatar
who said arabs cant dance?
and who said arabs cant drive??!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-25-2009, 05:40 PM
Parabola's Avatar
Programming Professional
 
Join Date: Jul 2009
Location: Texas
Age: 25
Posts: 299
Parabola will become famous soon enoughParabola will become famous soon enough
Send a message via AIM to Parabola Send a message via MSN to Parabola Send a message via Yahoo to Parabola Send a message via Skype™ to Parabola
Re: Pretty Nice Weather API dll

ROFL! I love your new avatar
__________________
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-27-2009, 11:26 AM
Parabola's Avatar
Programming Professional
 
Join Date: Jul 2009
Location: Texas
Age: 25
Posts: 299
Parabola will become famous soon enoughParabola will become famous soon enough
Send a message via AIM to Parabola Send a message via MSN to Parabola Send a message via Yahoo to Parabola Send a message via Skype™ to Parabola
Re: Pretty Nice Weather API dll

Well, one more update- I realized that because I used the DevExpress 8.3, other people who don't have it can't even run the app. So, I redid it using only common controls, no addons, and added some cosmetic changes (icon, etc). Here is the newest version, but this link will also update over time as I add new features and make it better.
http://www.tryptrecords.com/weather/setup.exe
__________________
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-28-2009, 04:00 PM
DigitalLinx's Avatar
VPS Wizard
 
Join Date: Aug 2009
Posts: 12
DigitalLinx is an unknown quantity at this point
Send a message via AIM to DigitalLinx Send a message via MSN to DigitalLinx
Re: Pretty Nice Weather API dll

Looks pretty good, it may come in handy someday. Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-31-2009, 06:36 PM
Parabola's Avatar
Programming Professional
 
Join Date: Jul 2009
Location: Texas
Age: 25
Posts: 299
Parabola will become famous soon enoughParabola will become famous soon enough
Send a message via AIM to Parabola Send a message via MSN to Parabola Send a message via Yahoo to Parabola Send a message via Skype™ to Parabola
Re: Pretty Nice Weather API dll

Ok, I have made more updates, and this has turned into an actual project for me now. Jordan, or whoever, if you want to move this to the projects, that's fine.

Anyways, instead of constantly uploading files to here, I've hosted this project on cweather - Project Hosting on Google Code

Newest updates:
AutoUpdate Refresh interval, user selectable (between 1 minute and 4 hours)
Window location, last city entered, interval, all saved as settings and restored on next run.
App auto updates whenever I make changes to it.
__________________
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-01-2009, 11:25 AM
Parabola's Avatar
Programming Professional
 
Join Date: Jul 2009
Location: Texas
Age: 25
Posts: 299
Parabola will become famous soon enoughParabola will become famous soon enough
Send a message via AIM to Parabola Send a message via MSN to Parabola Send a message via Yahoo to Parabola Send a message via Skype™ to Parabola
Re: Pretty Nice Weather API dll

Final note: If you want to watch the progress, you can download the actual app from here:
http://jmangum.codecall.net/weather/setup.exe
It is set to autoUpdate as I publish newer builds, so no need to download it again after that.
Latest updates:
Auto Refresh interval, user selectable, between 1 minute and 4 hours
Settings, including window location, last city entered, auto refresh selection are now saved on exit
Program no longer crashes when a bad city is entered.
No longer using ANY DevExpress items.
__________________
Programmer (n): An organism that can turn caffeine into code.
Programming would be so much easier without all the users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pretty URLs: Pretty Easy Kernel News 3 07-09-2009 12:15 PM
Weather over where you are? priorityone The Lounge 60 11-17-2008 01:32 PM
nice affetcts only pthread or process as a whole? (Linux) mynickmynick C and C++ 0 05-07-2008 01:24 PM
Looking for a nice reporting tool Daria Krotova Software Development Tools 3 01-28-2008 07:32 AM


All times are GMT -5. The time now is 09:55 AM.


vBulletin v3.8.0 ©2010, Jelsoft Enterprises Ltd.


no new posts

LinkBacks Enabled by vBSEO 3.1.0