Powered by Tech-Attacks
Showing posts with label Designing. Show all posts
Showing posts with label Designing. Show all posts

Tips & Tricks to speed up Magento

Tips & tricks to speed up Magento - http://techattacks4u.blogspot.in/Tech-Attacks found many readers asking me to post article on Tips and Tricks for speeding up Mangeto, so today, will be posting it.

It seams like a good list to consider when having troubles with the site speed.

For more Updates Follow us on our BLOG or get tuned by simply Liking Tech-Attacks on Facebook.

So here we present the list which can effectively speedup your Magento:

How to Use Character Entities in CSS and HTML and JavaScript

Sometimes, when using scripts, we must write special characters like accents by using a special set of codes called character entities, however these don't always look good or we get a question mark or other strange symbols. Usually, this is solved if the character encoding is done right but the logic may not always work.

In Blogger, special characters most of the time appear correctly, but when it is about other services, like external files, things can get complicated.

For example, this usually looks good and when you click script the below code, you should see the letters in the right way:
alert(" á é í ó ú ☺ ✛ ❤ ");

JSON Basics - Introduction to JSON with example

JSON Basics - Introduction to JSON with example - http://techattacks4u.blogspot.in/
JSON stands for JavaScript Object Notation. JSON is syntax for storing and exchanging text information. Much like XML.
JSON is smaller than XML, and faster and easier to parse.


What is JSON?

AJAX Basics - Introduction to AJAX

AJAX Basics - Introduction to AJAX - http://techattacks4u.blogspot.in/AJAX stands for Asynchronous JavaScript and XML.
AJAX is not a new programming language, but a new way to use existing standards.
AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.
AJAX is all about updating parts of a web page, without reloading the whole page.

What You Should Already Know
Before you continue you should have a basic understanding of the following:
- HTML
- CSS
- JavaScript

- jQuery.



What is AJAX?

Learn jQuery - Basics of jQuery - Introduction to jQuery

Learn jQuery - Basics of jQuery - Introduction to jQuery - http://techattacks4u.blogspot.in/
jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming & its also is easy to learn.
The purpose of jQuery is to make it much easier to use JavaScript on your website.

What You Should Already Know
Before you start studying jQuery, you should have a basic knowledge of:
- HTML
- CSS
- JavaScript

What is jQuery?

Learn Javascripting - Basics of Javascripting - Introduction to Javascripting with examples

Learn Javascripting - Basics of Javascripting - Introduction to Javascripting - http://techattacks4u.blogspot.in/
JavaScript is the scripting language of the Web, Today almost all modern HTML pages are using JavaScript.
JavaScript is one of  the world's most popular programming language.
Today's Post is all about JavaScript and how it works with HTML and CSS.
So, before you continue, you should have a basic understanding of the HTML and CSS.

JavaScript is a Scripting Language which is :

Bloggers Dark Template - FREE Download

Bloggers Dark Template - FREE Download - http://techattacks4u.blogspot.in/
Before anything you need to backup the current template. This is very important so you can always go back in case you come across any error.



Way of Installing Blogger Dark Template :

Backup Current Template
Go to your Blogger Dashboard, select your blog > click on the Template option on the left side, then press the "Backup/Restore" button.
For more related search click here -> Download FREE Theme Templates.

Blogger Auto Video Template by webbilgi - FREE Download

Blogger Auto Video Template by webbilgi - FREE Download - http://techattacks4u.blogspot.in/
Demo: Click here for Demo.

Source And Designer: Author page.

Features:

- Automatic thumbnail creation for Youtube videos.
- A picture similar to the articles.
- Custom fields gadget.
- Simplified design.
- Dailymotion, metacafe, vimeo, LiveLeak, YouTube, to automatically embed videos.


Basics of CSS - Cascading Style Sheets - Introduction to CSS with example

CSS is the acronym for: ‘Cascading Style Sheets’.
CSS is an extension to basic HTML that allows you to style your web pages
in other words we can say
CSS stands for Cascading Style Sheets
Styles

It defines how to display HTML elements
Styles were added to HTML 4.0 to solve a problem
External Style Sheets can save a lot of work
External Style Sheets are stored in CSS files.


Before you continue you should have a basic understanding of the following HTML
If you want to learn HTML Basics first then
Click Here for -> HTML Basics - HTML Introduction Different versions of HTML.
Click Here for -> Introduction to HTML Tags, Attributes and Elements - HTML "Hello World" Program.