Pages

Pages

cs75 Opencourse

Resources

Contents 

1 Apache
2 Books
2.1 HTML, XHTML, and CSS: Your Visual Blueprint for Designing Effective Web Pages
2.2 Javascript: Your Visual Blueprint for Building Dynamic Web Pages
2.3 Apache Phrasebook
2.4 Javascript Phrasebook: Essential Code and Commands
2.5 Linux Phrasebook
3 CSS
4 Forums
5 HTML
6 JavaScript
7 Meetups
8 PHP
9 Services
10 SQL
11 XML
12 XPath


Apache
Books 
 
HTML, XHTML, and CSS: Your Visual Blueprint for Designing Effective Web Pages 
 

Javascript: Your Visual Blueprint for Building Dynamic Web Pages 
 

Apache Phrasebook 
 

Javascript Phrasebook: Essential Code and Commands 
 

Linux Phrasebook 
 

CSS 
 
  • QuirksMode. "QuirksMode.org is the prime source for browser compatibility information on the Internet."
  • CSSplay. "Because CSS play deals with experimental CSS that is exactly what you get JUST CSS, no javascript or any other programming language has been used in any of the demonstrations." 

Forums 
 
  • Stack Overflow. "Welcome to Q&A for professional and enthusiast programmers." 

HTML 
 
  • Dive Into HTML5. "Dive Into HTML5 seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards." 

JavaScript 
 
  • A re-introduction to JavaScript. "Why a re-introduction? Because JavaScript has a reasonable claim to being the world's most misunderstood programming language. While often derided as a toy, beneath its deceptive simplicity lie some powerful language features. 2005 has seen the launch of a number of high-profile JavaScript applications, showing that deeper knowledge of this technology is an important skill for any web developer."
  • JavaScript Reference. "The JavaScript language is intended to be used within some larger environment, be it a browser, server-side scripts, or similar."
  • JSLint. "JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool."
  • QuirksMode. "QuirksMode.org is the prime source for browser compatibility information on the Internet."
  • Object Oriented Programming in JavaScript. "While early adopters of JavaScript used it as a simple scripting engine to create dynamic web pages, modern web designers have come to use more sophisticated object oriented techniques in building their code. I will present here, both the common paradigms used in object oriented JavaScript programming, and also suggest some helper functions that you can use in your code to streamline the process." 

Meetups 
 
  • Boston PHP. "Boston PHP is the fastest growing, and most active tech community in New England." 

PHP 
 
  • PHP Manual. "PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly."
  • Xdebug: Documentation. "The Xdebug extension helps you debugging your script by providing a lot of valuable debug information."
  • Introducing xdebug. "This article is the first installment of a five-part series of articles covering xdebug, a free and open source swiss army knife tool for PHP developers. xdebug is a PHP extension created by Derick Rethans, one of the PHP core developers." 

Services 
 
  • Google Geocoding API. "The Google Geocoding API provides a direct way to access a geocoder via an HTTP request."
  • Yahoo! Query Language. "The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services."

SQL 
 
  • Non ASCII Characters with MySQL. "This chapter explains: Storing Non ASCII Characters in Database; Transmitting Non ASCII Characters to the Server; MySqlUnicode.php - UTF-8 Sample Script." 

XML

  • coming soon 

XPath

  • coming soon 

No comments:

Post a Comment