background preloader

Open Source PHP - PHP Scripts

PHP scripts - download free PHP scripts jQuery Fundamentals :: JavaScript Basics jQuery is built on top of JavaScript, a rich and expressive language in its own right. This section covers the basic concepts of JavaScript, as well as some frequent pitfalls for people who have not used JavaScript before. While it will be of particular value to people with no programming experience, even people who have used other programming languages may benefit from learning about some of the peculiarities of JavaScript. Here's a simple JavaScript program that adds a message to the page: In the above example, we use a function called log. You can try running this program by clicking the and it will copy the code to the built-in editor automatically. It's OK if you don't understand everything that's going on in this program; in the rest of this section, we'll talk about variables, functions, and several other building blocks of JavaScript. A comment about comments Comments can be a useful tool for explaining what's happening in a piece of code. The building blocks of JavaScript Objects

PHP Tutorial: Free In this lesson, we will introduce you to PHP and show you how it works. You will also be able to write your first PHP script after learning the basic syntax of PHP. Lesson Goals Learn what PHP is.Learn how PHP works.Write a simple PHP page.Understand and work with simple PHP variables.Use PHP operators.Pass values from one page to another via the URL. When a user navigates in her browser to a page that ends with a .php extension, the request is sent to a web server, which directs the request to the PHP interpreter. As shown in the diagram above, the PHP interpreter processes the page, communicating with file systems, databases, and email servers as necessary, and then delivers a web page to the web server to return to the browser. Before we look at PHP syntax, we should briefly mention the php.ini file. PHP Tags PHP code must be contained in special tags so that the PHP interpreter can identify it. PHP Statements and Whitespace Comments PHP has two forms of comments: PHP Functions Hello World!

PHP Programming PHP is a scripting language designed to fill the gap between SSI (Server Side Includes) and Perl, intended for the web environment. Its principal application is the implementation of web pages having dynamic content. PHP has gained quite a following in recent times, and it is one of the frontrunners in the Open Source software movement. If you've ever been to a website that prompts you to login, you've probably encountered a server-side scripting language. Basically, PHP allows a static webpage to become dynamic. Before you embark on the wonderful journey of Server Side Processing, it is recommended that you have a basic understanding of the HyperText Markup Language. Setup and Installation Note: Before contributing, check out the discussion page. Learning the Language The Basics This section is about things that are important for any type of PHP development. Start a PHP Beginner TutorialBeginning with "Hello World!" Advanced PHP Data Structures Data Structures Templating Libraries Frameworks

JSbooks - free javascript books The IP-to-Country Handbook The IP-to-Country Database and Tools can be used for: Real Time Geo-Locating (Country) Provide Location Aware Content (language, currency, etc.) Corporate Websites/E-commerce (think global, act local) Fraud Detection (Credit Card Fraud, etc.) On-line Campaign (targeted Banner Ads) Digital Rights Management Web Server Log Analysis Auto-selection of fields on forms (country, currency,language, etc.) Filter access on basis of originating country Spam Filtering Although not 100% accurate, the IP-to-Country Database is about 98% accurate on country recognition. The main reasons for this lie in the existence of dynamic IP addresses and Internet access through proxy servers. For more information on the database format and how to use it read the User's Guide. Copyright (c) 2003 Direct Information Pvt. "This 'work' uses the IP-to-Country Database provided by WebHosting.Info ( available from ARIN database copyright: <?

Practical PHP Programming How to Learn JavaScript Properly - Ray Sinlao Learn JavaScript Properly (For NON-JavaScript Programmers and First-time Programmers) Duration: 6 to 8 weeks. Prerequisite: Completed at least middle school (no programming experience necessary). Continue course below. Learn Intermediate and Advanced JavaScript (This links to a separate article) This course outline gives you a structured and instructive roadmap on how to learn JavaScript properly and thoroughly, from absolute beginner to attainment. You do want to learn JavaScript; it is why you are here, and you have made a wise decision, for if you want to develop modern websites and web applications (including an internet startup), you need to know JavaScript. It is worth noting that unlike just a couple of years ago when you needed to know a true server-side language (such as PHP, Rails, Java, Python, or Perl) to develop scalable, dynamic, database-driven web applications, today you can do as much and more with JavaScript alone. How NOT To Learn JavaScript Resources For This Course

50 Javascript Tools & Resources from 2013 Just as we focused on CSS a few days back, today we take a look at 50 of our favorite Javascript tools and resources from 2013. You will notice that this article does not include any jQuery resources as we have already published a dedicated jQuery round-up post last week, you can check that out here.But if you are looking for a standalone Javascript framework or library, then this is the place for you! So, here we go, our 50 favorite Javascript tools and resources from 2013: React React is a JavaScript framework from Facebook for building user interfaces. React → AdminJS AdminJS is a client-side administration framework for interacting with your backend. AdminJS → Parallax – Lightweight Parallax Engine Parallax is a simple, lightweight parallax engine that reacts to the orientation of a smart device. Parallax → Web Tracing Framework The Web Tracing Framework is a set of libraries, tools, and visualizers for the tracing and investigation of complex web applications. Web Tracing Framework → Grid Forms

Related: