Cheat Sheets for Front-end Web Developers
1Cheat sheets are helpful to have around because they allow you toquickly remember code syntax and see related concepts visually.Additionally, they’re nice decorative pieces for your office.
In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).
So go ahead – print out your favorites and pepper your workspace with these wonderful references.
HTML/XHTML
1. HTML Help Sheet
2. HTML Cheat Sheet
3. HTML Character Entities Cheat Sheet
4. XHTML Cheat Sheet v. 1.03 – PDF
CSS
5. CSS Cheat Sheet (V2)
6. CSS Cheat Sheet
Are you a CSS fanatic?
0Simplicity is better: some suggestions for a clean blog layout
0Project a database: define relationships-entities model (tables, attributes, and relationships)
0This lesson explains how to project a typical relationships-entities model for a database to be used in our web projects. My approach is:
- 1. Define database entities (tables)
- 2. Identify attributes for tables
- 3. Define relationships and cardinality between the istances (records) of tables
Step 1: define database entitiesThe first step when you project a database is to identify all entities (tables). For example if we want to project a simplified del.icio.us-like web site, our database will have these entities:
- - USER (to store data about users, email, password, nickname,…)
- - SITE (to store data about the sites added by the users)
Theseare only the main entities required from our project but, take a mind,that we will add other tables to store data about relationships betweenistances (records) of these tables in case of cardinality (M:M), many to many (see Step 3).Step 2: define attributesThe
Simple CSS vertical menu Digg-like
0This tutorial explains how to implement a simple vertical menudigg-like using CSS and javascript to show/hide sub-menu. The result islike this:
Download this tutorialStep 1: HTML codeHTML structure is very simple and contains two <ul> tags (menu and sub-menu):Copy and paste the following code in a new html page:
</ul></div>
Step 2: CSS codeCopy and paste this code to define menu button:
FancyBox-Jquery :: A Fresh and fancy lightbox plugin using Jquery
0Why? Because I was bored by so many pages using lightbox and it`s clones, I wanted something fresh and Mac-like. I couldn`t find any cool alternative that would be build on top of jQuery, so the FancyBox was born. Features:
- Automatically scales large images to fit in window
- Adds a nice drop shadow under the zoomed item
- Groups related items and adds navigation through them (uses preloading)
- Can display images, inline and iframed content
- Customizable through settings and CSS
Examples:http://fancy.klade.lv/Download:http://fancy.klade.lv/fancybox/fancybox_1.0.0.zipTechnorati Tags: A Fresh and fancy lightbox plugin using Jquery
400 Styles for Adobe Photoshop
0400 Styles for Adobe PhotoshopRAR | 100 Styles | 26.4 MB Download Link:Part 1
Sliding Top Menu With jQuery
0Sliding menus are very effective in areas where we have limited space .
This is a sliding top menu built with jQuery which can be fired through the open & close buttons or with any tag with the related class name.
You can also use it as an info box, login area & more.
Click here to see the final working demo of this jQuery sliding menu.
It presents the menu when closed like this:
And when opened:
Click here to see the final working demo of this jQuery sliding menu.
Step 1 – HTML:
<div id="sliderWrap"> <div id="openCloseIdentifier"></div> <div id="slider"> <div id="sliderContent"> Isn’t this nice? </div> <div id="openCloseWrap"> <a href="#" class="topMenuAction" id="topMenuImage"> <img src="open.png" alt="open" /> </a> </div> </div></div>
Step 2 – CSS:
<style type="text/css">body {margin:
