No, I'm talk only about resulted page, given to browser. On backend working what developer use.PHP or something else may be needed for some things, unless it's very basic.
PHP for templates for headers, footers and navigation to keep from having to edit every page. For entry forms, for instance. Anything that needs a timestamp for last updated, or unique visitor count.
Everyone says PHP is bad or insecure. What else is recommended other than PHP and Javascript that is universally supported?
There's also XML and XML/Atom for sitemaps. SHTML for error pages and redirects.
.htaccess cache and file Etags?Simple websites don't need AJAX but think about a shopping basket in an online shop. It's much faster to delete / add articles with AJAX than to do a full page reload with all the database queries involved.
Simple websites don't need AJAX but think about a shopping basket in an online shop. It's much faster to delete / add articles with AJAX than to do a full page reload with all the database queries involved.
That's correct. One should make the website work without Javascript first and then add AJAX to make it faster. Websites which don't work when Javascript is disabled suck and the creator should be punished.And there is no good reason to not allow the users to disable AJAX and still use the shopping basket.
Hi peoples!
I'm develop web application, and have internal strict rule: Only HTML+CSS.
Those of you who also develop web applications, what do you think about so way?
I hope not only for meIf you develop only for yourself (which is very likely), that's absolutely fine.
When I finish it I can show it for review if interesting.
Well, depends on how much of a train wreck it is going to be. May I interest you in using plain C as well?
I've dedicated a named-vhost in my 127.0.0.1 to C/CGI. I have lots of fun and lots of printf(3).If you develop only for yourself (which is very likely), that's absolutely fine.
Css has come a long way & things like grids are a very powerful tool. I also like php as the server backend script. So, yes i agree as anything with less javascript is better than the 1000s of kilobytes of crap you must download to view a simple website (or just block the junk!)Hi peoples!
I'm develop web application, and have internal strict rule: Only HTML+CSS.
Those of you who also develop web applications, what do you think about so way?
What so phpbb and the like are client javascript? That's disappointing.I like the idea. I also think there is an upcoming niche for it. For example a Javascript free forums or social media system would surely be appreciated by a number of like minded individuals and yet I don't believe any exist!
If that question for me, I think every author can use tools which he better knows, or which he wants. So C/C++ not my choiceWhat about C/C++ CGI as the back-end?