How to use Portable Firefox with Cookies Add-On.
Watch this video from the beginning you can learn how to use FirefoxPortable and add cookies Extension in it.
Download Firefox Portab...
This online converter is easy to use you can convert your HTML code to XML format
This is compatible for blogger templates.
Step 1: Put your HTML/Javascript code in Enter Code Area.
Step 2: Copy the result in Parsed Format.
Enter Code:
// ![CDATA[
function $(id){ return document.getElementById(id) } var char2entity = { "'" : ''', '"' : '"', '' : '>', '&'...
Tutorialspoint.com Offline CSS for making web Graphic user interface.
This offline tutorialspoint.com compressed by pinoysourcecode for those people who don't have internet connection and want to learn web programming application.
Tutorialspoint.com Offline CSS Tutorial for Beginner compressed...
Angular 4 is Javascript framework for making web application.
This offline tutorialspoint.com compressed by pinoysourcecode for those people who don't have internet connection and want to learn web programming application.
Pinoysourcecode compressed this website for educational purpose only.
Files...
Php Tutorialspoint.com compressed by pinoysourcecode for those people who don't have internet connection and want to learn HTML (Hyper Text Markup Language).
This is free for Download and Educational purpose only.
You can learn HTML simple and easy step using this offline version.
Files...
Php Tutorialspoint.com compressed by pinoysourcecode for those people who don't have internet connection and want to learn Php Programming or web development .
This is free for Download and Educational purpose only.
Tutorialpoint is the best site to learn web development for Beginners....
W3Schools is a place to learn HTML, XHTML, CSS, XML, browser scripting java script vbscript DHTML, WML Script, server scripting PHP, ASP, SQL, Dot NET etc.
This tutorial is very helpful for beginner to learn most of above mentioned..
This website provides basic supports to a lot of things....
This Video guides you on how to Solve Google Chrome Can't Access other websites.
Step 1: Go to Start Button and find "cmd"
Step 2: Type this short line "ipconfig/flushdns"
Step 3: Exit/Close cmd window.
Step 4: Restart your computer.
That's It. :)
Thanks for wathching
...
Submitted by: Torrahclef
Monday, May 7, 2018 - 21:50
Language: PHP
This is actually the newer version of Native Church Website in PHP/MYSQL
This project will help you launch a website for your local church with no hassle. Its a free project I did at my leisure but I think it may be useful to someone....
Submitted by: nurhodelta_17
Friday, April 27, 2018 - 20:34
Language: JavaScript
Source: www.sourcecodester.com
Adding the Dependencies
Note: Bootstrap, jQuery and Time Picker plugin are included in the downloadable of this tutorial.
First, we need to include the CSS and JS depencies to our app.
Download
...
Submitted by: Rojon_Sena
Friday, April 27, 2018 - 20:38
Language: PHP
Source: www.sourcecodester.com
This is Beta Version of Nissan Inventory System. Made by CASAP-Baclod Students.
Download ...
W3Schools is a place to learn HTML, XHTML, CSS, XML, browser scripting java script vbscript DHTML, WML Script, server scripting PHP, ASP, SQL, Dot NET etc.
This tutorial is very helpful for beginner to learn most of above mentioned..
This website provides basic supports to a lot of things. Many...
Do we really hate PHP? Nah. If we did, we wouldn't be running Drupal and WordPress and other frameworks at the astronomical clip we do. Nope, true PHP hate would mean switching to Java. But familiarity breeds contempt, and let's face it, what the PHP naysayers say about one of our favorite...
Suppose we want to store 100 data item. So we need 100 different variable. So this is very typical work for programmer to manage 100 different variable.To overcome this problem we create a special type variable known as array.
array is a special type of variable that store one more values in one single variable. And each element in the array has its own index.
In PHP, there are three kind of arrays:
Numeric...
Loop execute some statement many times till the condition is fullfill.
There are three type or loops. these loops do same work execute statement many times.
While loop
Do While loop
For Loop
while loop
while loops are the simplest type of loop in PHP. They behave just like their C counterparts. The basic form of a while statement is:
===========================
while (expr)
...