Sunday, 12 May 2013

Book Review: Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics

Hello readers...
Hope you are fine. Today I am going to review one of the book that is called "


Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics" by Jennifer Niederst Robbins which is published by O’Reilly Media in 2007.

Take a short look...
  • Book Name: Learning Web Design: A Beginner's Guide to HTML, CSS,        JavaScript, and Web Graphics
  • Author: Jennifer Niederst Robbins
  • Edition: Third Edition
  • Language : English
  • Publisher: O'Reilly Media
  • Publishing Year: 2007
  • Pages: 481


First of all, this is a very very precious book for web designer beginner. I personally believe that, it can play a vital rule to learn web designing to beginner. I would like to suggest to start all the web programmer with this books. However, lets start the reviewing this book...


What it means is that using HTML markup for visual effects is out—HTML for describing the meaning and structure of content is in. Table-based layouts are out—style sheet-driven layouts are in. And the font element, spacer GIFs, and other clever hacks of the past... forget about it! They’re all history. This edition has been completely rewritten to be in compliance with the standards and modern web design practices. The markup chapters emphasize using HTML to describe your content accurately, not as a tool for formatting the appearance of text. And now you will find seven chapters on Cascading Style Sheets (CSS), where the second edition had just one. 

But like the first two editions, this book addresses the specific needs and concerns of beginners of all backgrounds, including seasoned graphic designers, programmers looking for a more creative outlet, office assistants, recent college graduates, work-at-home moms, and anyone else wanting to learn how to design web sites. I’ve done my best to put the experience of sitting in my beginner web design class into a book, with exercises and tests along the way, so you get hands-on experience and can check your progress.

There are 12 chapters in this book. The chapters a following below-



Sunday, 5 May 2013

Mastering on Sublime Text


Hello all..
Today I am going to show how to be a Master on Sublime Text 2. As you know, sublime text is one of the  most favourites text editor in the world. So, lets start the journey with sublime text...
Sublime Text 2 is one of the fastest and most incredible code editors to be released in a long time! With a community and plugin ecosystem as passionate as this one, it just might be impossible for any other editor to catch up. I’ll show you my favorite tips and tricks today.
Sublime Text 2 is currently available for all major platforms: OS X, Linux and Windows.

1 – Bleeding Edge Versions

Sublime is in active development. If, like me, you want to use the latest possible version of the app, you can download the dev build. You’ll find that new (auto) updates are available every other day or so.
Download a dev build of Sublime 2 here.

2 – Get a Better Icon

In its defence  Sublime Text 2 is still in a beta state. The official icon will likely/hopefully change with the official release. Until then, Nate Beaty created an alternative icon, if you prefer it.
To integrate it, you need to replace the existing “Sublime Text 2.icns” file with this new one. On a Mac, browse to Sublime 2 in your Applications/ folder, then right-click and “View Package Contents.” Lastly, browse to Contents/Resources/, and drag the new icon in, overwriting the existing one.
Please take note of the fact that, if you’re using the frequently updated development version of Sublime Text, with each update, the icon will be removed. With that in mind, don’t worry about the icon for the time being.

3 – Access the Command Palette

Similar to TextMate, we can use Sublime’s command palette by accessing the Tools menu, or by pressing Shift + Command + P, on the Mac. Whether you need to visit a Preferences page, or paste in a snippet, all of that can be accomplished here.
Access the command palette

4 – Lightning-Fast File Switching

File Switching
Press Control or Command + P, type in the name of the file you wish to access (fuzzy finder), and, without even pressing Enter, you’ll instantly be transported to that file. While Vim and apps like PeepOpen offer a similar functionality, they’re not nearly as fast as Sublime’s implementation.

Friday, 3 May 2013

Install Sublime Text 2

Hi
today I am going to show how to install sublime text 2 in your computer. Yes, sublime text 2 is one of the modern and light web text editor. Many programmer and developer are using sublime text 2 now and many of are starting....
However, let's start the installation process of sublime text2 in various Operating System such Windows, Linux and Ubuntu. Let's start journey...


Install in Ubuntu

Method One

Open a terminal with Ctrl+Alt+T and type:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update

Optional: remove any installed Sublime Text packages:
sudo apt-get --purge remove sublime-text*

Now to install Sublime Text, type the following:
sudo apt-get install sublime-text