HTML Tutorial

This is a set of HTML tutorial. If you want to know web designing or blogging or other related to this filed, You must know HTML.

CSS Tutorial

As a web designer, you probably spend more time working with text than any other element.

PHP tutorial

We have already added PHP tutorial and Database Tutorial.

Internet

The best ways to make money both online and offline as a student. Lots of original ideas on how to make money quickly and easily to boost your finances.

Video Tutorials

Not everyone learns by reading books! Often the best way is to watch someone else first.

Tuesday, May 6, 2014

How to add Twitter Flying bird Widget to Blog?

Now tips are directly onward and won’t take less than 2 minutes to add it to your blog. Follow only some steps below to add this widget to your blog.

<script src=’http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js’ type=’text/javascript’></script>
<script type=’text/javascript’>
var twitterAccount = &quot; tutorialsprogram &quot;;
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;;
tripleflapInit();
</script>

Customization: Change tutorialsprogram to your twitter user name. mkhdream is my twitter user name so you should change it to yours.

This is very easy to add widget and you shouldn’t look difficulties while adding it to blog. Though, if you look difficulties then just let me know by commenting below this post.

A Blog Widget

Blog widgets enable bloggers to add cool facial appearance, useful functions, and more to their blogs in an simple way. By sharpness, a blog widget is a type of web widget created to be used with blogging applications like blog  and more. Bloggers who use the Google Blogger application also have access to a range of widgets, which Google calls gadgets. Anyway of the name used, the reason bloggers use widgets is the same to make their blogs well again and finally more successful.


In simplest terms, a blog widget is like a mini software application created using transportable system, which can be installed and executed in multiple software programs or applications. In many blogging applications, blog widgets can be added, moved, or deleted very simply. Many blog widgets are highly customizable. Depending on your blogging application, it might even be simple to adjust the code used to create the widget and truly modify the widget's manifestation and functionality for your blog.

Widgets can be created by the application provider. So you can pick and choose which you'd like to use on your blog. These widgets most frequently appear in blog sidebars or footers.

About Internet

A network base on TCP/IP protocols belong to an organization, usually a business, easy to get to only by the organization's members, workers, or others with agreement. An intranet's Web sites look and act just like any other Web sites, but the firewall nearby an intranet fends off illegal right of entry.



Like the Internet it self, intranets are used to share information. safe and sound intranets are now the fastest-growing sector of the Internet because they are much less cheap to build and handle than private networks base on proprietary protocol.

A computer network with inadequate access, as within a company, that uses software and protocol developed for the Internet.

Monday, May 5, 2014

MOBILE PHONE APPLICATIONS

INFORMATION TECHNOLOGY FOR INDIVIDUALS IN THE DEVELOPING WORLD.


The quick rise of mobile phone use in poor countries is well known as an excellent case of a technology enabling bottom-up empowerment through information right to use, driven by smallmargin selling and end-user modernism. While many are not mobile phone owners themselves, few today face a several mile walk to access an often-disconnected landline phone for message, which was a regular event only ten years ago. But even as some spectacle at the rapid changes brought about by mobile phone use, a second age group boom is already happening, developing ground-breaking application for the now extensive mobile phone stage.



Android
http://www.cell11.com/images/sidefoot.png
Android Apps
http://www.cell11.com/images/sidefoot.png
Android Widgets
http://www.cell11.com/images/sidefoot.png
Android Themes
http://www.cell11.com/images/sidefoot.png
Android Games
http://www.cell11.com/images/sidefoot.png
Android Live Wallpapers

iPhone / iPad
http://www.cell11.com/images/sidefoot.png
iPhone Apps
http://www.cell11.com/images/sidefoot.png
iPhone Games
http://www.cell11.com/images/sidefoot.png
iPhone Themes
http://www.cell11.com/images/sidefoot.png
Cydia Apps
http://www.cell11.com/images/sidefoot.png
Firmwares

Windows Phone
http://www.cell11.com/images/sidefoot.png
Windows Phone Apps
http://www.cell11.com/images/sidefoot.png
Windows Phone Games

Java
http://www.cell11.com/images/sidefoot.png
Java Apps
http://www.cell11.com/images/sidefoot.png
Java Games

Nokia Symbian
http://www.cell11.com/images/sidefoot.png
Nokia Symbian Apps
http://www.cell11.com/images/sidefoot.png
Nokia Symbian Games
http://www.cell11.com/images/sidefoot.png
Nokia Symbian Themes

Nokia S40
http://www.cell11.com/images/sidefoot.png
Nokia S40 Apps
http://www.cell11.com/images/sidefoot.png
Nokia S40 Games
http://www.cell11.com/images/sidefoot.png
Nokia S40 Themes

Introduction

PHP - Hypertext PreProcessor is a server-side scripting language for creating dynamic and interactive websites. It is widely-used as an alternate to ASP. It is perfectly suited for Web development and can be embedded directly into the HTML programming code.


PHP is used where data processing is required; where the scripting language access and process data from the database and displays the result. Learn the Hypertext Preprocessor programming tutorial online with example. As you read more you will understand it well.
Introduction of JavaScript
Javascript is the client side scripting language, developed by netscape, used along with HTML to build an efficient web site / webpage.

In the beginning stages, web pages were developed only using html which are nothing but static pages. User interaction and dynamic changes are not possible with html. With the advent of scripting languages, the problem was solved. There are two types of script languages - server side and client side.

When a page is requested, the request is sent to the server and data is fetched and viewed in the browser.
  • If the dynamic changes in the webpage are caused in the client side (the browsers like mozilla / IE) it is called client side scripting language (E.g. - Javascript).
  • If the dynamic changes in the web page are caused in the server side (the server checks the request and based on the data it makes changes in the page before sending the data to the browser) it is called server side scripting language (E.g. - php).
Java script codes are embedded in HTML files. Whenever a browser requests for a webpage, the HTML file along with script is transferred to the browser. This tutorial will give you an introduction and help you learn java script.

JavaScript is used to create dynamic changes, validate forms, detect visitor details, create/use cookies, etc.. JavaScript works in all major browsers such as Internet Explorer, Mozilla, Firefox, Netscape, Opera, Safari and more.

Java and Javascript: Never confuse javascript with java. Java is an application development language developed by SUN Microsystems and has no link to javascript. Javascript was created long before java was developed. Javascript is many times denoted as java script.

This tutorial will help both beginners and advanced users to learn java script.

Introduction of HTML

This is a free online tutorial to help you learn the basics of html.

The Hyper Text Markup Language (HTML) is a markup language used to create hypertext documents that are platform independent. So most of what we see in the Internet web pages are made of html document.



HTML Code was originally developed by Tim Burners-Lee while at CERT, and popularized by the Mosaic browser developed at NCSA
It is called markup language because users can mark up their documents by representing structural, representational, and semantic information alongside content.

The HTML code standards are defined by the IETF working group.
The standards are defined in RFC documents.

But don't bother too much about these.
It will be used only when we go too deep in to html.
This free online code tutorial will guide you further.
Now please go to the next part, we will start the very basics.


Beginners Guide

How To
Tags List

HTML Tags

Html Tag

html, head, body

Head Tag
Body Tag
BgColor
Background

Text Manipulation

b,u,i,center,br
hr,ur,li,ol
h1,space,div
pre,font
strike,power

IMAGES

Images

Links

Link Basics
Using Links
Email Link

Special Effects

Marquee 1
Marquee 2
Blink


Using Tables

        Tables
        Table Border
        Table Color
Table Size
Table Align
Inner Table
Col Span
Row Span

Forms

Form Types
Text Fields
Buttons
Radio Button
CheckBox
Text Area
Select Box
Password
Label

Other Topics

Special Characters
Redirect
Auto Refresh
IFrame
AddressBar
Simple CSS

Media

Audio embed
Video

Meta Tags

Meta Tag


Introduction
Styles define how to display the HTML elements. Both Netscape 4.0 and IE 4.0 version support CSS.

Initially, the presentation layout was handled by the browser. But it led to so many problems. To solve the problems"World Wide Web Consortium" (w3c) - the non profit, standard setting consortium responsible for standardizing html, created styles in addition to html 4.0.

Here you will learn how to use CSS with your html elements. The look and feel of any site can be improved drastically by using CSS. Use the left panel to browse through the different cascading Style Sheet topics.




Types

Style Types
Universal
Identifiers
Userdefined
External CSS

Background Properties

Color
Background Color
Background Image
Background Repeat
Background Position
BG Attachment

Text Properties

Word Spacing
Letter Spacing
Text Decoration
Vertical Align
Text Transform
Text Align
Text Indent
Line Height

Font Properties

Font Style
Font Weight
Font Size
Font Family

Box Properties

Box Property

Border Properties

Border Color
Border Width
Border Style
Side Borders
Border