Introducation

What is Local Storage? Local storage is built right into the web browser, and it exists as a property on […]

Read More

All Properties

grid initiates a grid container.grid-template-columns sets the column track.grid-template-rows sets the row tracks.grid-template a shorthand property that combines grid-template-rows and grid-template-columns. fr – A flexible length unit that […]

Read More

Grid Template Areas

A feature that lets you create named grid areas, using grid-area and grid-template-areas.Use those names to position items on the grid like so: […]

Read More

Grid Placements

Grid Line-based Placement grid-column-start/endgrid-row-start/end Example: Negative Grid Line-based Placement Column ExamplesStretch from first to last grid line. Rows ExamplesStretch from […]

Read More

Basics

What is CSS Grid CSS Grid is the most powerful layout system in CSS.With it, you can build layouts faster […]

Read More

Building & Marketing for a Game

Read More

“Link to Us” Email Request & Code Snippet

[Subject: Ghadanfar.com now links to YourSite.com] Hello name of owner, The information on your site is of value to our customers. Our site, ghadanfar.com, […]

Read More

Chronical Checklist

Domain & Hosting Registration:try to use keywords (1 hyphen) in your domain name, it ranks your website slightly higher. Multiple […]

Read More

Keyword Research & Analysis

So What Are Keywords? To determine which keywords are most important for your site, use an online keyword tool:www.keyworddiscovery.com ($50 per […]

Read More

Google SEO Secrets

Terms to Understand Ranking: actual position in search result, per search term PageRank (PR): value that marks a page in […]

Read More

On Paper: Tips & Tools and Pros & Cons

Pros & Cons Wireframing on paper is just one method. Here are some positive and negative characteristics of the hand-drawn […]

Read More

On Paper: The Wireframing Process

There’s a difference in layout between Android apps and iOS apps. Sometimes, though, you’re not sure what kind of app […]

Read More

On Paper: Prep

Let’s start with the basics: pen and paper. It’s simple, gets the job done, and avoids the trap of perfecting […]

Read More

Introduction to Wireframing

Wireframing is a drawing which visualizes the elements of a website or mobile app.They are an effective way to uncover […]

Read More

Formatting & Tools

Formatting CSS A comprehensive example Use CSS Comb to bring order to your CSS code. Useful Tools CSS Resets You can create […]

Read More

Specificity

Classes vs. IDs Use IDs as JS hooks or as fragments identifiers in our page. Style with classes first. IDs […]

Read More

CSS Architecture: SMACSS

Scalable Modular Architecture for CSS, or SMACSS.Helps structure code for projects on any scale, similar to OOCSS.Combine repeating CSS patterns […]

Read More

CSS Architecture: OOCSS

Object Oriented CSS (OOCSS).The “object” here is a repeating visual pattern you see. Visual pattern are then abstracted into indepenedant […]

Read More

CSS Architecture: Grouping

Group repeated CSS properties together into one rule, then add the selectors that share these properties into it. Before After

Read More

Handling Feedback

When to Get Feedback During the design process, getting feedback from coworkers and the client.Or, during A-B testing the product, […]

Read More