September 26, 2016


What is Gzip?
It's is a method of compressing files for faster transfers. It's also a file format. Compression allows your web server to provide smaller file sizes which load faster for your website users. Enabling this compression is a standard practice.
WHAT IS THE DIFFERENCES BETWEEN GRAPHIC DESIGN AND UX DESIGN

The answer is "User-focused vs pixel-focused"

 Usually Graphic designers tend to pursue pixel perfect in their designs. Ensuring that texts have perfect margin and font size confirm to brand guidelines. Now what UX designers think, however they primarily focused on users. They study the user interface between users and the product, finding ways to ensure that the product answers to the users key needs. And they do so by conducting a lot of research, creating user personas and stories.

5 Very Useful Tips of CSS Every Web Designer/Developer Should Know

(Don't use when using any framework like Bootstrap)
I have given good articles over the past year and thought it might be very helpful for the Designer/Developer both.

1. Reset your CSS

Reset your CSS before you start for your new project, it will be really helpful for the browser compatibility, something like this:
*
{
            margin:0px;
            padding:0px;  
}


2. Use Height  100% in CSS

Try to achieve this tag in your CSS that is 100% height.

3. Use Clear and Float: A Comparison of CSS Clearing Techniques

This is the fundamental basics of a Web page. Use these two techniques very smartly.

4. Avoid CSS Hacks

I know it can be very tricky but we should avoid hacks until it’s very badly required.

5. Avoid Absolute Positioning

Using absolute positioning does overlap whatever was in that position and takes no notice of other content at all.

August 8, 2016

What is the use of local storage?

Local storage is an industry-standard technology that allows a website or app to store and retrieve data on a person's computer, mobile phone or other device. Some examples include device or HTML5 local storage and caching. Most web browsers offer settings for you to control whether or not to allow local storage.

July 26, 2016

jQuery Mobile Tutorial

jQuery Mobile is a framework for creating mobile web applications.
jQuery Mobile works on all popular smartphones and tablets.
jQuery Mobile uses HTML5 & CSS3 for laying out pages with minimal scripting.

Visit: http://www.w3schools.com/jquerymobile/

Kendo UI ®- The Most Complete UI Library to Speed Up Your HTML/JS Development

  • 70+ UI Components

    Get any UI component you would ever need for your app - from the must-haves Data Grids, DropDowns, Menus and Buttons to the advanced line-of-business UIs, such as Charts, Spreadsheet, Gantt, Diagram, Scheduler, PivotGrid, and Maps.
  • Beautiful Themes

    Choose from dozens of ready-to-use themes to make your app pop without writing any CSS. Some of our most popular themes are: Material Design, SAP Fiori, and Office 365. A simple StyleBuilder tool further lets you customize those themes.
  • Smart UI for Any Screen Size

    Build cross-platform web applications delivering experience tailored to the user's screen size on desktop, tablet and phone. All components integrate seamlessly with grid-layout frameworks, such as Bootstrap and Zurb Foundation. Learn more about Kendo UI responsive capabilities.
  • Easy to Learn and Use

    Kendo UI uses a common JavaScript language and standards so that it’s easy for any JavaScript developer to get started. You can get ready-to-use sample apps saving you time to include the needed Kendo UI libraries and set-up the components in your apps.
  • Complete Training

    Get started with Kendo UI in just a few days. Online training courses and hands-on exercises help you quickly implement Kendo UI components into your apps.