AllInWorld99 provides a reference manual covering many aspects of web programming, including technologies such as HTML, XHTML, CSS, XML, JavaScript, PHP, ASP, SQL,FLASH, jQuery, java, for loop, switch case, if, if else, for...of, for...in, for...each,while loop, blogger tips, blogger meta tag generator, blogger tricks, blogger pagination, client side script, html code editor, javascript editor with instant output, css editor, online html editor, materialize css tutorial, materialize css dropdown list,break, continue statement, label,array, json, get day and month dropdown list using c# code, CSS button,protect cd or pendrive from virus, cordova, android example, html and css to make android app, html code play,telerik show hide column, Transparent image convertor, copy to clipboard using javascript without using any swf file, simple animation using css, SQL etc. AllInWorld99 presents thousands of code examples (accompanied with source code) which can be copied/downloaded independantly. By using the online editor provided,readers can edit the examples and execute the code experimentally.


      The <head> tag is the container for all inside the head elements. Inside the <head> element we can include the title of the webpage, script language declaration and definition, internal style sheet declare here, most important meta tag also include inside this head tag.

     The tag can contain the following tags <style>,<title>,<link>,<meta>,<script>,<link>,<noscript> and <base>. All these tag also having the end tag.

<title> Element:-
    The <title> tag is defines the title of the webpage or document title. This element is required in all HTML/XHTML files.

Usage of Title tag:-
 a) It is show on the browser title bar
 b) when the page is display in the search engine, their the heading display this title tag defined text.
 c) If we save a page into favorites or bookmark, their also use this title defined text.

Use of title tag
<html>
<head>
<title> Title of the page</title>
</head>
<body>
  body of the content .......
</body>
</html>

Base tag:-
   <base> tag is used to specify the target/URL for all relative URLs in that page
 <html>
<head>
<base href="http://www.allinworld99.blogpsot.com/images" target="_blank">
</head>
 <body>
<img src="sample.jpg" />
 <!--Actual path is set by http://www.allinworld99.blogpsot.com/images/sample.jpg-->
 Body of the content.....
</body>
</html>

link element :-
   The link element is used to current webpage or document to external resources, mostly import css files.
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
body of the page
</body>
</html>

style element :-
    The style tag is used to define the style of that page, this is called internal style sheet, this styles are write inside of the <style> and </style> tag. Every styles are defined using class name or id of the particular html element.

<html>
<head>
<style>
.samplestyle
{background:white;}
</style>
</head>
<body class="samplestyle">
body of the page
</body>
</html>
Usage of meta element:-
   Meta tag is used to explain the information about the webpage data. The meta tag will not display in any webpage but the search engine are read the details of the webpage data using the meta tag. so this is the important to improve your website SEO rating.

<html>
<head>
<meta name="keywords" content="learn, teach, buy, sell">
<meta name="description" content="learn from teachers and teach to students and buy and sell">
</head>
<body>
body of the page
</body>
</html>

Advertisement




     chkdsk is defined as check disk, and it is used to check your the integrity of disk. Check disk can correct many type of common errors on NTFS, FAT32 and FAT16 drives. This will compare the volume bitmap with the disk sectors assigned to files in the file system.

    If you check your system using chkdsk command periodically, you can avoid many type of issues like system file corrupt.

How to Run the Check Disk from the commend line:-


Step 1:
Open Chkdsk Command



a) Go to Start => Run or Just press the (Windows key +R) to open the Run Dialog box, here you can type and open your program.

b) Type the "cmd" and press enter, now the command box (black color window) will open, this is used to type the windows command, many type of window commands are there.

c) Enter the word "chkdsk" and press enter.





Step 2:-
chkdsk command execution



   This will check three steps of process. In first step Verify the File, in second step verify the index value of the file. Third step Usn Journal verification.

     After complete  all the three steps, it will show the result of the process like total disk space, total number of files, indexes, number of system used files, bad sector, size of log file occupied.





Syntax:-
CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]] [/B]

Explanation:
 volume    : Specifies the drive letter (followed by a colon), mount point, or volume name.
 filename  : FAT/FAT32 only-specifies the files to check for fragmentation.
 /F             : Fixes errors on the disk.
 /V            : On FAT/FAT32- Displays the full path and name of every file on the disk.
 /R            : Locate bad sectors and recovers readable information (implies /F).
 /L:size     : NTFS only-Changes the log file size to the specified number of kilobytes. If size is not
                   specified, displays current size.
 /X            : Forces the volume to dismount first if necessary. All opened handles to the volume would
                   then be invalid(implies /F).
 /I             : NTFS only- Performs a less vigorous check of index entries.
 /C            : NTFS only- Skip checking of cycles within the folder structure.
 /B            : NTFS only-Re-evaluates bad clusters on the volume(implies /R)  

   If you want to specific  drive then you can enter the command like below
chkdsk C:
   In the above mentioned command is just analysis the c drive and display the result like bad sector and other related disk error but it wont repair the error. you can find and repair the error by the following command
 chkdsk /f C:



    HTML comments are non executable lines, it is used to write a notes about the following code. Browser not execute this comment lines.

Types of Comments:-
  i) Single or Multiline Comments
  ii) Conditional Comments

i) Single or Multiline Comments :
   Used to hide a line or multi-line from the execution, comments are define inside the <!-- and --> tags.

Syntax:-
<!-- User Comments-->
           or
<!-- User  ----------------------------------------------------
------------------------------------------------Comments -->

Conditional Comments :-
    Conditional comments are executed by Internet Explorer browsers only, other browser will not execute this type of comments they consider normal comments.

Syntax :-
<!-- [if IE 10]>
----- Write HTML codes here
<![endif]-->



Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-

Internet Explorer and html comments

       Can you draw a man or animal image at naturally without any drawing sense? can! using flash we can draw, in flash one option to draw such as draw top of the original image using carbon paper.

Step 1:
  Import image from your storage device,

   Which file you want to draw, Import that image through Import option to your flash project.













    If you import new big sized image to your flash, it should appear out side of the document and you can't adjust the size default, in that situation follow the following steps and re-size the image at the document size.

Step 1 :


Import Image to flash
  After open the image you can import the image, drag and drop method or import from file menu such as that image.

File -> Import -> "Import to Stage", will open the Import box,








    Text formatting is the very important to making website. Used to apply some text style on the HTML file like bold, italic, strong, emphasized, small, superscript are used to format the texts in html files.

Bold:-
<b>This is the Bold Text</b>

Italic:-
<i>This is the Italic Text</i>

Underline:-
<u>This is the Underline Text<u>

Emphasized:-
<em>This is the emphasized Text</em>

Delete:-
<del>This is Deleted Text</del>

Big:-
<big>This is the Big Text</big>

Small:-
<small>This is the small Text</small>

Monospaced Font:-
<tt>This is the Monospaced Font Text</tt>

Subscript:-
<sub>This is the Subscript Text</sub>

Superscript:-
<sup>This is the Superscript Text</sup>

Strike:-
<strike>This is the Striked Text



Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-


HTML text format

   This is the baby gender calculator, once upon a time they calculate/Guss right using some methods their guss is 99% write. At that same algorithm is used here to calculate the baby gender. This is not funny, if it is right or wrong please enter comments below.   


Enter the Age of Pregnancy :
Select the Conceive Month :


Advertisement


Screen shots:


   In html if we hit more enter, its not consider the blank line space, so we can use <br> tag instead of hit enter button. This is the empty tag this don't have end tag but you can use it <BR /> like this too. we can't sure to how display the html output on the screen (larger or small screen), depend on the screen will display different result. In the run time the browser will remove all extra space like more than one enter space or more than one blank space.

BR - > Break

syntax : -

 <BR> or <BR />



Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-

BR tag in html



           Some time you have a chance to delete your post or your old settings of your themes, so you need to backup your blogger - Data and Theme both are creating a xml file. If you lost your theme setting or any post you can upload the backup data and you can revert your new theme or post to old one. Also you can post the same post to another blogger or wordpress. wordpress also support this backup.



Steps to Backup blogger content/posts :-

Step 1:
  Login to your Blogger => select setting => Other

Backup your Blogger post/content

   In other setting you have more options like Site feed, Blogger tool, OpenID, Adult Content and Google Analytics.















Total Pageviews