Rolodex

Rolodex

567 bookmarks
Newest
Read GET URL variables using JavaScript
Read GET URL variables using JavaScript
Function which will either build an associative array of the GET URL variables on the current page, or return the value of a specified GET variable in JavaScript.
·thomashunter.name·
Read GET URL variables using JavaScript
Web Spidering with PHP
Web Spidering with PHP
Spidering, in its simplest form is the act of transferring data from one database to another. Spidering requires the use of Regular Expressions, the cURL library (if POST data or cookies are used), and the cron libraries (if we need to download information with a schedule).
·thomashunter.name·
Web Spidering with PHP
Introduction to CSS: Selectors and Relationships Explained
Introduction to CSS: Selectors and Relationships Explained
This article will provide an introduction to CSS, which also requires an explanation of HTML (even if you know HTML you may want to read through it as it explains the relationship model). This article won't explain every single CSS attribute, but will explain everything you need to know to fully comprehend the language.
·thomashunter.name·
Introduction to CSS: Selectors and Relationships Explained
FL Studio Automations
FL Studio Automations
An explanation of Automation Clips in FL Studio, how to create and modify them and assign them to different properties in FL Studio.
·thomashunter.name·
FL Studio Automations
Simple AJAX
Simple AJAX
AJAX is not a language. It is simply giving a name to something that has existed for years. Using the DOM of the web browser you are allowed to pass XML between the server and the client without having to reload the page. You don't necessarily have to pass XML; in this example we will be passing simple text.
·thomashunter.name·
Simple AJAX