• عن المدونة
  • الفهرس
  • اتصل بنا
  • سياسة الخصوصية
القائمة

Prof 5Tech

القائمة
  • المقالات
  • تطوير المواقع
    • اضافات بلوجر
    • قوالب بلوجر
    • ووردبريس
  • البرمجة
  • السيو
  • التصميم
  • الربح من الانترنت
  • مواقع اجتماعية
    • فيس بوك
    • التويتر
    • يوتيوب
  • الهواتف
    • اندرويد
    • الايفون
    • الويندوز فون

اعلان 728x90

Archive for فبراير 2015
How to Create Table of Contents Using JavaScript

How to Create Table of Contents Using JavaScript

Jack Isaac 8:08 ص اضافة تعليق
Jack Isaac
#TOC {border:solid black 1px; margin:10px; padding:10px;} .TOCEntry{font-family:sans-serief;} .TOCEntry a{text-decoration:none;}...
How to Select Document Elements Using JavaScript?

How to Select Document Elements Using JavaScript?

Jack Isaac 7:14 ص اضافة تعليق
Jack Isaac
You have to select the document elements for manipulation of elements of document to complete any task for the document...
How to Show Pop Up Window Using JavaScript

How to Show Pop Up Window Using JavaScript

Jack Isaac 7:15 ص اضافة تعليق
Jack Isaac
You can show pop up window By using JavaScript window.open() method which loads specified URL into a new or existing window...
How to go Back Browsing History Using JavaScript

How to go Back Browsing History Using JavaScript

Jack Isaac 12:27 م اضافة تعليق
Jack Isaac
The history property of the window object refers to the history object for the window. Using history in JavaScript you can...
How to Click Button Using JavaScript?

How to Click Button Using JavaScript?

Jack Isaac 10:43 ص اضافة تعليق
Jack Isaac
Buttons on a web-page allows users to submit data or to do any action on it and generally the actions are performed by clicking...
How to Create JavaScript Bookmarklet?

How to Create JavaScript Bookmarklet?

Jack Isaac 10:39 ص اضافة تعليق
Jack Isaac
Bookmarklet is a small JavaScript code which is saved on a browser's bookmark while bookmarking JavaScript: URL. It is a...
How to Write JavaScript Function as URL in Hyperlink?

How to Write JavaScript Function as URL in Hyperlink?

Jack Isaac 10:19 ص اضافة تعليق
Jack Isaac
You can write JavaScript function as like URL in hyperlink on href attribute of <a>....</a> tag. Writing JavaScript...
How to create Timer Using JavaScript?

How to create Timer Using JavaScript?

Jack Isaac 11:38 ص اضافة تعليق
Jack Isaac
With JavaScript it is possible to execute some code not immediately after a function is called,  but after a specified...
How to create a Simple calculator Using HTML and JavaScript

How to create a Simple calculator Using HTML and JavaScript

Jack Isaac 10:00 ص اضافة تعليق
Jack Isaac
Here are the steps to create a simple calculator using HTML and JavaScript which can evaluate simple arithmetic on integer...
How to use Round, Random, Min and Max in JavaSript

How to use Round, Random, Min and Max in JavaSript

Jack Isaac 10:07 ص اضافة تعليق
Jack Isaac
Round, Random, Min and Max are the methods used in math object in JavaSript. Math object allows you to perform common mathematical...
How to Concatenate, Join and Sort Array in JavaScript?

How to Concatenate, Join and Sort Array in JavaScript?

Jack Isaac 7:28 ص اضافة تعليق
Jack Isaac
In the previous post, I have already described about "How to Loop Through JavaScript Array". Along with accessing an element...
How to Loop Through JavaScript Array?

How to Loop Through JavaScript Array?

Jack Isaac 5:31 ص اضافة تعليق
Jack Isaac
You can loop any Array by using different types of looping statements in JavaScript, which I have previously posted. In...
Pages 1 of 25 1234567التاليالسابق
الاشتراك في: الرسائل (Atom)
Prof5Tech. يتم التشغيل بواسطة Blogger.

مواضيع الاسبوع

المتابعون

Navigation List

التسميات

  • Artificial Intelligence(AI)
  • Backlinking
  • Basic IT
  • Best List
  • Blogging Tips
  • C
  • C#
  • C++
  • Computer Architecture
  • Computer Fundamental
  • Computer Security
  • Computer/IT Officer Exam
  • CSS
  • Data Mining and Warehousing
  • Data Recovery Tools
  • Data Structure
  • Database Management System
  • E-commerce
  • E-government
  • Internet & Web Designing
  • IT Law
  • IT Tips and Tricks
  • IT Tutorials
  • Java
  • JavaScript
  • Keyword Research Tools
  • MIS
  • Multiple Choice Question (MCQ)
  • Networking
  • Online Earning
  • Online IT Jobs
  • Operating System
  • Oracle Forms and Reports
  • Programming Guide
  • Programming Language
  • SEO
  • Social Networking Sites
  • Software Download
  • Software Engineering
  • System Analysis and Design
  • Top List
  • VB.Net

التسميات

  • Artificial Intelligence(AI)
  • Backlinking
  • Basic IT
  • Best List
  • Blogging Tips
  • C
  • C#
  • C++
  • Computer Architecture
  • Computer Fundamental
  • Computer Security
  • Computer/IT Officer Exam
  • CSS
  • Data Mining and Warehousing
  • Data Recovery Tools
  • Data Structure
  • Database Management System
  • E-commerce
  • E-government
  • Internet & Web Designing
  • IT Law
  • IT Tips and Tricks
  • IT Tutorials
  • Java
  • JavaScript
  • Keyword Research Tools
  • MIS
  • Multiple Choice Question (MCQ)
  • Networking
  • Online Earning
  • Online IT Jobs
  • Operating System
  • Oracle Forms and Reports
  • Programming Guide
  • Programming Language
  • SEO
  • Social Networking Sites
  • Software Download
  • Software Engineering
  • System Analysis and Design
  • Top List
  • VB.Net

المساهمون

  • Jack Isaac
  • Jack

نموذج الاتصال

الاسم

بريد إلكتروني *

رسالة *

أرشيف المدونة الإلكترونية

  • ◄  2016 (8)
    • ◄  يوليو (2)
    • ◄  أبريل (5)
    • ◄  مارس (1)
  • ▼  2015 (84)
    • ◄  أغسطس (1)
    • ◄  يوليو (8)
    • ◄  يونيو (12)
    • ◄  مايو (2)
    • ◄  أبريل (1)
    • ◄  مارس (5)
    • ▼  فبراير (20)
      • How to Create Table of Contents Using JavaScript
      • How to Select Document Elements Using JavaScript?
      • How to Show Pop Up Window Using JavaScript
      • How to go Back Browsing History Using JavaScript
      • How to Click Button Using JavaScript?
      • How to Create JavaScript Bookmarklet?
      • How to Write JavaScript Function as URL in Hyperlink?
      • How to create Timer Using JavaScript?
      • How to create a Simple calculator Using HTML and J...
      • How to use Round, Random, Min and Max in JavaSript
      • How to Concatenate, Join and Sort Array in JavaScr...
      • How to Loop Through JavaScript Array?
      • How to Show Pop Up Boxes Using JavaScript?
      • How to Write Conditional Statements in JavaScript?
      • How to Write JavaScript With HTML?
      • How to create Changeable Date and Time Using JavaS...
      • How to Validate a HTML Form Using JavaScript?
      • How to create a simple form using HTML?
      • Solved MCQ on Core Operating System Principle set-13
      • Objective Questions on Core Operating System set-12
    • ◄  يناير (35)
  • ◄  2014 (78)
    • ◄  ديسمبر (32)
    • ◄  نوفمبر (4)
    • ◄  سبتمبر (4)
    • ◄  أغسطس (11)
    • ◄  يوليو (7)
    • ◄  يونيو (2)
    • ◄  مايو (3)
    • ◄  أبريل (1)
    • ◄  مارس (2)
    • ◄  فبراير (7)
    • ◄  يناير (5)
  • ◄  2013 (136)
    • ◄  ديسمبر (9)
    • ◄  نوفمبر (6)
    • ◄  أكتوبر (3)
    • ◄  سبتمبر (6)
    • ◄  أغسطس (16)
    • ◄  يوليو (8)
    • ◄  يونيو (12)
    • ◄  مايو (11)
    • ◄  أبريل (13)
    • ◄  مارس (28)
    • ◄  فبراير (7)
    • ◄  يناير (17)
  • ◄  2012 (64)
    • ◄  ديسمبر (16)
    • ◄  نوفمبر (21)
    • ◄  أكتوبر (24)
    • ◄  سبتمبر (3)

الاقسام

  • Artificial Intelligence(AI)
  • Backlinking
  • Basic IT
  • Best List
  • Blogging Tips
  • C
  • C#
  • C++
  • Computer Architecture
  • Computer Fundamental
  • Computer Security
  • Computer/IT Officer Exam
  • CSS
  • Data Mining and Warehousing
  • Data Recovery Tools
  • Data Structure
  • Database Management System
  • E-commerce
  • E-government
  • Internet & Web Designing
  • IT Law
  • IT Tips and Tricks
  • IT Tutorials
  • Java
  • JavaScript
  • Keyword Research Tools
  • MIS
  • Multiple Choice Question (MCQ)
  • Networking
  • Online Earning
  • Online IT Jobs
  • Operating System
  • Oracle Forms and Reports
  • Programming Guide
  • Programming Language
  • SEO
  • Social Networking Sites
  • Software Download
  • Software Engineering
  • System Analysis and Design
  • Top List
  • VB.Net

مواضيع الشهر

تابعنا على

Find Us On Facebook

Ad 2

المشاكات الشائعة

  • Roles of JAD Group Members
    The roles of JAD group members as a project sponsor, project leader, timekeeper and clients are described below. Project Sponsor - remember...
  • Java Objective Questions with Answers set-9
    1. In java a ....................... is a sequence of characters. Schema of the general architecture of a program running in a Java Virtual ...
  • MCQ of Operating System with answer set-2
    1. The first batch operating system was developed in the ................. by General Motors for use on an IBM 701. A) mid 1940's B) mid...
  • The list of social bookmarking sites
    Here are the list of top social bookmarking sites for bookmarking for your sites or blogs which                   helps to increase the PR ...
  • Top 10 List of Best Job Search Sites
    Top 10 List of Best Job Search Sites
    Finding a best job that can best match to your academic qualification and your skill may be the difficult task, if you don't select the ...
  • List of good ways of building quality backlinks
      It is well known fact that quality backlinks helps to increase the page ranks as well as increase the traffic for any websites or blogs. ...
  • Easy Methods to Increase Your Website Speed
    Website speed is the most important factor for SEO. It also affects the popularity of your site, about every 25% of the visitors of the site...
  • What are the Different Ways to Redirect Page in JavaScript?
    What are the Different Ways to Redirect Page in JavaScript?
    When you click on a link or type the URL to go to one page but sometimes it may go to another page internally due to page redirection on tha...
  • How To Claim Your Blog On Technorati?
    How To Claim Your Blog On Technorati?
    Technorati is one of the most popular and highly ranked blog search site Today. In which your can submit your blog with free Account. The b...
  • How to write a program in C using for Loop?
    How to write a program in C using for Loop?
    For loop is the most popular looping structure in C programming language . It does required number of repetitions for the execution of block...

اخر المعلقين

احدث مواضيعنا

  • Roles of JAD Group Members
    The roles of JAD group members as a project sponsor, project leader, timekeeper and clients are described below. Project Sponsor - remember...
  • Java Objective Questions with Answers set-9
    1. In java a ....................... is a sequence of characters. Schema of the general architecture of a program running in a Java Virtual ...
  • MCQ of Operating System with answer set-2
    1. The first batch operating system was developed in the ................. by General Motors for use on an IBM 701. A) mid 1940's B) mid...
  • The list of social bookmarking sites
    Here are the list of top social bookmarking sites for bookmarking for your sites or blogs which                   helps to increase the PR ...
  • Top 10 List of Best Job Search Sites
    Finding a best job that can best match to your academic qualification and your skill may be the difficult task, if you don't select the ...
  • List of good ways of building quality backlinks
      It is well known fact that quality backlinks helps to increase the page ranks as well as increase the traffic for any websites or blogs. ...
  • Easy Methods to Increase Your Website Speed
    Website speed is the most important factor for SEO. It also affects the popularity of your site, about every 25% of the visitors of the site...
  • What are the Different Ways to Redirect Page in JavaScript?
    When you click on a link or type the URL to go to one page but sometimes it may go to another page internally due to page redirection on tha...
  • How To Claim Your Blog On Technorati?
    Technorati is one of the most popular and highly ranked blog search site Today. In which your can submit your blog with free Account. The b...
  • How to write a program in C using for Loop?
    For loop is the most popular looping structure in C programming language . It does required number of repetitions for the execution of block...

اخر المواضيع

2025 جميع الحقوق محفوظة لموقع المطور سياسة الخصوصية | الفهرس | اتصل بنا
Created by Arlina Design