background preloader

HTML

Facebook Twitter

Yola - Make a Free Website. Web Starter Kit — Web Fundamentals. Overapi. Interpreted Languages: PHP, Perl, Python, Ruby (Sheet One) A side-by-side reference sheet sheet one: version | grammar and execution | variables and expressions | arithmetic and logic | strings | regexes | dates and time | arrays | dictionaries | functions | execution control | exceptions | threads sheet two: streams | asynchronous events | files | file formats | directories | processes and environment | option parsing | libraries and namespaces | objects | inheritance and polymorphism | reflection | net and web | gui | databases | unit tests | logging | debugging sheet two: streams | asynchronous events | files | directories | processes and environment | option parsing | libraries and namespaces | objects | inheritance and polymorphism | reflection | net and web | gui | databases | unit tests | logging | debugging version used The versions used for testing code in the reference sheet. show version How to get the version. php: The function phpversion() will return the version number as a string. python: import platform platform.python_version() ruby: <?

Interpreted Languages: PHP, Perl, Python, Ruby (Sheet One)

Common MySQL Queries. Common MySQL Queries Basic aggregation Last updated 05 Jan 2013 Aggregate across columns Last updated 09 Sep 2009 Aggregates across multiple joins Given a parent table and two child tables, a query which sums values in both child tables, grouping on a parent table column, returns sums that are exactly twice as large as they should be.

Common MySQL Queries

CREATE TABLE packageCredit ( packageCreditID INT, packageCreditItemID INT, Last updated 22 Feb 2013 Aggregates excluding leaders. HTML Tags / Codes / Web Page Design. ASCII Character Codes. Complete HTML True Color Chart; Table of color codes for html documents. The background color in each cell is produced by the color code shown.

Complete HTML True Color Chart; Table of color codes for html documents

Black, grays and white are shown in bold red. Primary colors and complements are in BOLD ITALIC. This site was created by Photius Coutsoukis and it is hosted by ITA. Contact the Webmaster with your comments and suggestions. . . . USAGE EXAMPLES: <body bgcolor="#003300"> <font color="#330066"> Thank you for making this an award winning site TelefoneintrageAll Language Translations. HTML Font Style Code. In HTML, font style is specified using CSS (Cascading Style Sheets).

HTML Font Style Code

Font style refers to whether the font is presented in italics or normal. You can use the following HTML code to specify font style within your HTML documents. TIP: You can also format your HTML text using the HTML text generator. If you don't want to use the HTML text generator, copy the following code and paste into your HTML document (then change the values to suit) : The above code uses inline styles. Javascript Codes. JavaScript Code is a scripting language designed for use within a web page and/or on a web server.

Javascript Codes

It is used to create special effects within a web page. Elements, such as links, images and forms can all be manipulated using this powerful technology. Unlike CGI scripts, JavaScript can be placed directly into your HTML code. It can also reside on your server and be called from a small code within your web page. If you'd like to place your code within a file on your server, you will need to open a plain text editor and place your code within the editor. In order to call your JavaScript Code, you will need to link to the file. This powerful scripting language can be used to create special effects within your web page, such as link effects, mouseovers, image roll overs, navigational systems and much more. You can even use JavaScript codes to dynamically update your web site! Carefully select scripts that will enhance your visitors experience and encourage them to return in the future. Search Results for HTML Codes - Asterpix Searchlight.

HTML color codes. HTML color codes are hexadecimal triplets representing the colors red, green, and blue (#RRGGBB).

HTML color codes

For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. These color codes can be used to change the color of the background, text, and tables on a web page. Major hexadecimal color codes Below are some of the common color names and codes. With these colors, you can also use the color name. Color code chart Tip: Use our HTML color picker if you need to choose from an almost infinite variety of colors. Blacks - Grays - Blues - Greens - Yellows - Browns - Orange - Reds - Pinks - Purples.