Quality stock photos for your creative or marketing needs. Photolibrary - We Get It


Graphic Design Forums: UK forums for graphic designers » Website Design Forums: » Website Design Forum: » Which is the best language platform for a rich internet application?

Reply
Old 04-13-2010, 07:44 PM   #1
Junior Member
 
Join Date: Apr 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Which is the best language platform for a rich internet application?

I have been using HTML raw for years and it while it has achieved a few things, I still feel wall-locked because of problems associated with usability and relevnt applicaiton.

Which the best:

HTML?
ASP?
PHP?
XML?

Please help
Shingi.Matambanadzo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-14-2010, 12:25 AM   #2
Senior Member
 
socreative's Avatar
 
Join Date: Jun 2009
Location: Internet
Posts: 166
Thanks: 0
Thanked 23 Times in 14 Posts
Default

i think you're a bit lost here. You can't compare those. ASP and PHP are server side languages. Why don't you tell us what are you trying to achieve?
__________________
www.socreative.tv
web :: flash :: print :: branding
socreative is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-14-2010, 08:42 AM   #3
Member
 
Join Date: Apr 2010
Location: Norfolk
Posts: 30
Thanks: 0
Thanked 2 Times in 2 Posts
Default

If you are looking to extend html - php & javascript are the normal ways to go about it....but they're both used for different purposes, so more information is required.
craftygeek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-14-2010, 09:54 PM   #4
Junior Member
 
Join Date: Apr 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default What I am trying to achieve:

Thanks for your reply

I am trying to build a news website. I have now been told that PHP is the best. I started my website which I built in HTML 2 years ago but it is now off the net because I could not maintain it (coding every day etc) and it was difficult to get different people logging in and updating simultaneously - at the same time.

I have recently been told that PHP and a MySQL database are the best for these purposes, and some have recommneded using open source such as WordPress, BUT the problem is that you are limited to what you can edit.

I thus want to create my own website in PHP from scratch.

Any ideas how I can quickly go about that?
Shingi.Matambanadzo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-15-2010, 08:37 AM   #5
Member
 
Join Date: Apr 2010
Location: Norfolk
Posts: 30
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by Shingi.Matambanadzo View Post
I thus want to create my own website in PHP from scratch.

Any ideas how I can quickly go about that?
If you have no previous PHP experience AND want to build it from scratch...you won't do it quickly - there is a huge learning curve that you would have to go through.

Your best bet is to use a pre-made content management system (CMS), I'd suggest that you have a look at Joomla which is very flexible and has lots of addon extensions to make it do different things. This will have a much smaller associated learning curve that trying to build it from scratch.

Joomla
craftygeek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-15-2010, 04:31 PM   #6
djb
Senior Member
 
djb's Avatar
 
Join Date: Apr 2010
Location: Farnham, Surrey
Posts: 347
Thanks: 30
Thanked 51 Times in 49 Posts
Send a message via Skype™ to djb
Default

Or try Drupal, which is the same kind of thing as Joomla but (in my opinion) a little friendlier.

This is a great website which lets you try out all kinds of open source stuff, Joomla & Drupal included:

http://www.opensourcecms.com/
djb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-15-2010, 08:01 PM   #7
Senior Member
 
Join Date: Aug 2009
Posts: 107
Thanks: 2
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by Shingi.Matambanadzo View Post
I am trying to build a news website.
A rich Internet application is not a particularly appropriate way to go for that. RIAs are for things like online gambling - you want a CMS, content-management system.

Quote:
...I have recently been told that PHP and a MySQL database are the best for these purposes, and some have recommneded using open source such as WordPress, BUT the problem is that you are limited to what you can edit.
There are some pretty damn professional news sites based entirely on out-of-the-box WordPress modules, I don't think there is a lot in WordPress that you can't fiddle around with one way or another, and anyway you wouldn't be as limited as you would be by not knowing what you were doing. And as others have suggested, Joomla or Drupal are fine alternatives, too. All of them would give you the opportunity to pick up some programming skills while taking advantage of other people's tried and tested code.

Quote:
I thus want to create my own website in PHP from scratch.
You'll have to learn PHP, then, which they say is straightforward enough if you are a programmer. In other words, if you aren't a programmer, the hard bit is not going to be learning the language but learning basic programming. It isn't comparable to HTML, it's a whole different dimension.

There is one route available to you which is a kind of compromise. Cake PHP (CakePHP: the rapid development php framework. Home) is not a CMS but a development framework which helps you to make your own applications, including, if you put your mind to it and invest an awful lot of hours, your own CMS. I really don't recommend it, but if you can't be dissuaded, I don't know a better option.

But stick to WordPress, instead.
JohnRoss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
The Following User Says Thank You to JohnRoss For This Useful Post:
Logopro (04-22-2010)
Old 04-22-2010, 01:25 PM   #8
Senior Member
 
Logopro's Avatar
 
Join Date: Feb 2010
Location: Wales, UK
Posts: 146
Thanks: 6
Thanked 13 Times in 11 Posts
Default

Quote:
Originally Posted by JohnRoss View Post
...But stick to WordPress, instead.
Nice post :) very helpful!
Logopro is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 04-22-2010, 04:46 PM   #9
Senior Member
 
Join Date: Aug 2009
Posts: 107
Thanks: 2
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by Logopro View Post
Nice post :) very helpful!
Nice of you to say so, thank you.
JohnRoss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Reply

Tags
html, php, web-design

Thread Tools
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



Flyer Printing | Print Reseller Scheme | Graphic Design | Logo Designer | Web Design UK | Graphic Design UK | Letterhead Printing
Business Card Printing | UK Business Forum | Logo Designer | NCR Pads | NCR Books | Receipt Books | Drinks Coasters | A6 Flyers | A5 Leaflets
Web Design & Development | vBulletin Skins | Small Business Websites | Leaflets | Leaflet Printing | Web Design Liverpool | Invoice Books


DISCLAIMER: All posts on this forum express the views and opinions of the author only, not the owners, staff or advertisers, hence we will not be held liable.


Powered by vBulletin®
© Copyright Jelsoft Enterprises Ltd
SEO by vBSEO 3.2.0 RC5 ©2008, Crawlability, Inc.