Showing posts with label Front End Development. Show all posts
Showing posts with label Front End Development. Show all posts

Saturday, October 15, 2016

HTML 5 and CSS 3 Responsive theme

Responsive them Mobile File setup index.html <html> <head> <title>Zia Personal Web site</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/style.css"> <meta name="viewport"...
Share:

A very simple way to create main interface using Div tag

A very simple way to create main interface using Div tag. <html> <head> <title> How you can use HTML <div> tag</title> <style> #body { padding: 0; margin:0; background: black; } #header{ background: #ffffff; width:...
Share:

Wednesday, August 10, 2016

Complete index page including Bootstrap, FontAwesome and jQuery

Just add the following code to your index page and you are ready to use all the functionalities of Bootstrap, FontAwesome and jQuery <!DOCTYPE html> <html> <head> <title> </title> <!-- Favicon Start --> <link...
Share:

Saturday, August 6, 2016

Use CSS To Work With Background Images

Use CSS To Work With Background Images In order to do this you can easily use CSS for your websites. Here is the example CSS code to apply those effects. If you play with this you can achieve your goal according to your's need. 1. Overlay the image Apply image overlay...
Share:

Wednesday, July 13, 2016

What are basic fundamentals of JavaScript?

What are basic fundamentals of JavaScript? According to w3schools JavaScript is the programming language of HTML and the Web. JavaScript is used to add more functionalities to you web applications. Where to use JavaScritp? You can use JavaScritp in different ways which...
Share:

Sunday, July 10, 2016

jQuery HTML - Basic concept

According to w3school jQuery contains powerful methods for changing and manipulating HTML elements and attributes. The more explanation is given by w3school under Get Content - text(), html(), and val() Three simple, but useful, jQuery methods for DOM manipulation are: jQuery...
Share:

Saturday, July 9, 2016

7 commonly used jQuery Effects - Basic concept

7 commonly used jQuery Effects  The most widely used 7 jQuery effect are following! jQuery hide() and show() Fading Sliding Animation Stop Animations Callback Functions Chaining Note: Above are the basic Effects, but one other effect which play a very important...
Share:

Wednesday, July 6, 2016

How to use jQeury? Basic concept

What is jQeury? According to W3School “jQuery is a lightweight, "write less, do more", JavaScript library” What is  the purpose of jQuery? Jquery is used to make it much easy to use JavaScripts, in website. Normaly it is very hard to use JavaScript, and jQuery make...
Share: