Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-21-2008, 08:18 AM
cakka cakka is offline
Newbie
 
Join Date: Jun 2008
Location: Jakarta - Indonesia
Posts: 27
Rep Power: 2
cakka is on a distinguished road
Send a message via Yahoo to cakka Send a message via Skype™ to cakka
Question Simple Programming for Desktop Application

Hi i want to learning about desktop application , focus on windows based.
What the simple programming codes that i can learn ?

Now i have understand with PHP, MySQL, Javascript , CSS , HTML & XHTML.

And please give me the resources , where i can learning from zero.
Because i don't have any experience with Desktop Application Development.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-21-2008, 08:26 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: Simple Programming for Desktop Application

You really have a lot of choices and it depends on which language you prefer. Since you know PHP you could pick up C++, C# or Java fairly easy. You can find some beginner guides in our tutorial section: http://forum.codecall.net/tutorials/
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-21-2008, 04:04 PM
morefood2001's Avatar   
morefood2001 morefood2001 is offline
Guru
 
Join Date: Jan 2008
Location: Western New York
Posts: 1,415
Last Blog:
VPS Hosting with Revie...
Rep Power: 16
morefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nice
Send a message via AIM to morefood2001 Send a message via MSN to morefood2001 Send a message via Yahoo to morefood2001 Send a message via Skype™ to morefood2001
Default Re: Simple Programming for Desktop Application

Personally, I think that php to java will be the easiest transition to make
__________________
Phil Matuskiewicz
My Personal Website My Other Website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-21-2008, 04:36 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,433
Last Blog:
Google Web Toolkit
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default Re: Simple Programming for Desktop Application

Since you already know PHP, you can use PHP-Gtk to create your desktop applications.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-21-2008, 08:45 PM
cakka cakka is offline
Newbie
 
Join Date: Jun 2008
Location: Jakarta - Indonesia
Posts: 27
Rep Power: 2
cakka is on a distinguished road
Send a message via Yahoo to cakka Send a message via Skype™ to cakka
Default Re: Simple Programming for Desktop Application

PHP GTK ? Nice idea
Are the application that created with that can be extracted to executable file ?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-22-2008, 12:30 AM
morefood2001's Avatar   
morefood2001 morefood2001 is offline
Guru
 
Join Date: Jan 2008
Location: Western New York
Posts: 1,415
Last Blog:
VPS Hosting with Revie...
Rep Power: 16
morefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nice
Send a message via AIM to morefood2001 Send a message via MSN to morefood2001 Send a message via Yahoo to morefood2001 Send a message via Skype™ to morefood2001
Default Re: Simple Programming for Desktop Application

I would veer away from PHP GTK because PHP is made for websites, not for applications lol You can get away with it, but PHP wasn't built to run on a desktop as much as it was to serve a webpage.

I would love to see a comparison of PHP vs Java on benchmarks, but thats for another thread and time
__________________
Phil Matuskiewicz
My Personal Website My Other Website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-25-2008, 02:27 AM
cakka cakka is offline
Newbie
 
Join Date: Jun 2008
Location: Jakarta - Indonesia
Posts: 27
Rep Power: 2
cakka is on a distinguished road
Send a message via Yahoo to cakka Send a message via Skype™ to cakka
Default Re: Simple Programming for Desktop Application

So how about with VB and JAVA ?
For Java which that used for Desktop Application ?
Are J2ME , J2EE, or J2SE ?

VB are 2 kinds , VB and VB.net ?
What the different ?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-26-2008, 07:57 AM
morefood2001's Avatar   
morefood2001 morefood2001 is offline
Guru
 
Join Date: Jan 2008
Location: Western New York
Posts: 1,415
Last Blog:
VPS Hosting with Revie...
Rep Power: 16
morefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nicemorefood2001 is just really nice
Send a message via AIM to morefood2001 Send a message via MSN to morefood2001 Send a message via Yahoo to morefood2001 Send a message via Skype™ to morefood2001
Default Re: Simple Programming for Desktop Application

VB and Java are 2 different programming languages, but both were made to run on pcs as applications, Its just that Java was built to run in a virtual emulator (the Java Runtime Environment) while VB was made to run in windows only.

VB is the old VB.net if I'm not mistaking.
__________________
Phil Matuskiewicz
My Personal Website My Other Website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-26-2008, 11:30 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,276
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default Re: Simple Programming for Desktop Application

VB6 does not use the .NET runtime environment. It's programs do tend to need the vbrun.dll, however.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-28-2008, 08:49 AM
marwex89's Avatar   
marwex89 marwex89 is offline
Guru
 
Join Date: Jul 2008
Location: Viking-land!
Posts: 3,972
Rep Power: 30
marwex89 is a jewel in the roughmarwex89 is a jewel in the roughmarwex89 is a jewel in the rough
Send a message via AIM to marwex89
Default Re: Simple Programming for Desktop Application

C# could also be an alternative, if you stick to Windows. Java, C# - it's all the same...
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ Programming books Dankra C and C++ 8 08-04-2008 01:53 AM
Foundations of Programming - Learning Application Kernel Programming News 0 07-21-2008 07:41 AM
General programming and logic :: Programming language types Chinmoy Tutorials 1 04-07-2008 04:15 PM
General programming and logic Chinmoy Tutorials 0 03-20-2008 05:58 AM
Web Application Programming Scripts Brad_W General Programming 3 01-09-2008 03:18 AM


All times are GMT -5. The time now is 01:25 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads