Programming Topics
- So you want to be a Programmer - Leo Laporte (techtv) says skip Visual Basic and Visual C++, they're Windows only. He'd send you straight to perl.org and python.org. Both are fun languages that work on the major operating systems. - What do you think?
- Web Programming Topics... (HTML, XHTML, XML, CSS, DOM, JavaScript, Java, Perl, CGI, etc.)
- Whitespace...
-
- TIOBE Software: Tiobe Index - The TIOBE Programming Community index is an indicator of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers worldwide, courses and third-party vendors.
- 7 programming languages on the rise | Developer World - InfoWorld - 2010-10-25
- .Net
- AJAX
- AnalogX - Free software downloads, audio tools, internet utilities, DirectX plugins, original music, MIDI software, MP3 search engine, and much more!
- Art & Science of Web Design by Jeffrey Veen
- Builder Buzz - Solutions for Site Builders
- Builder.com
- C, C++, C#, Objective-C, etc.
- ComponentSource - The Definitive Source of Software Components
- Cobol...CodeProject - Your Development Resource
- CodeProject - Your Development Resource
- CoolTool (Daily tip about development tools)
- Database Topics...
- Developer.com: Internet Technology
- DevGuru
- Dev Shed - Open Source Web Development Tutorials :: Dev Shed
- DevSource - Sponsored by Microsoft
- DevX:The leading online information service for Visual Basic, Java, C++, Enterprise, and Internet developers
- Dr. Dobb's Journal
- e-Business
- Editors / Programming Environments...
- Edward's Internet Workskhops
- ExtremeTech - Deep technology content for the IT community
- Firefox
- Flash Kit, A Flash Developer Resource
- For Developers Only - Microsoft
- Funduc Software (Search&Replace, HexView, etc.)
- Google Code - Google's Developer Network
- Hacking...
- Helpers & Viewers...
- Hunting Ground (scripting, JS & CSS & etc.) - Thanks to Jameson for recommending this site.
- IBM
- InformationWeek.com
- InfoWorld - Business technology, IT news, product reviews and enterprise IT strategies
Developer World Channel - InfoWorld
- InstallShield ($195), Fully Functional Evaluation Copy
- Internet Advisor Magazine
- irt.org - Internet Related Technologies
- ITworld | IT news, technology analysis and how-to resources
- Markup.co.nz
- Mathtools.net: The technical computing portal for all your scientific and engineering needs.
- Microsoft Developer Network
- Plug-Ins & Helper Applications...
- Programmer's Paradise - Programmers Web Site Development Software Application, Visual Studio .Net - Programmers.com
- Regular Expressions Resource Center
- Scripting
- Swynk.com: SQL Server, SMS, Exchange, Microsoft, BackOffice, IIS, FAQs
- Tanguay.info - Web Development, Language Learning and Teaching, Reading Club, Seven Habits, Berlin, Parenting
- Tek-Tips Forums - Support for Computer Professionals
- Visual Basic Topics ...
- W3Schools Online Web Tutorials
- Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
- Web Programming Topics... (HTML, XHTML, XML, CSS, DOM, JavaScript, Java, Perl, CGI, etc.)
- Webmonkey: The Web Developer's Resource
- WebReference
- Website Wisdom - The Complete Webmasters Resource Centre
- Whitespace.
Whitespace is important for all types of programming.
There are many common ways of laying out the code, but my preference is to use one line per element.
All structures should be indented by a tab of three (3) spaces. (You should set the preferences in your editor.)
Three or four spaces are enough for each tab. (You should set the preferences in your editor.)
Both CSS code and JavaScript code should use whitespace in the same way.
Add blank lines between structures.
The browser's interpreter ignores whitespace.
Whitespace makes it easier to read and to debug your programs.
Web Programming