Rolodex

Rolodex

567 bookmarks
Newest
Dynamic Form Actions using Different Buttons
Dynamic Form Actions using Different Buttons
A method for dynamically changing form action depending on which submit button is clicked using JavaScript. Does not require knowledge of the forms name.
Dynamic Form Actions using Different Buttons
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.
Read GET URL variables using JavaScript
Convert ASCII to UTF-8 using VBA
Convert ASCII to UTF-8 using VBA
A function for converting characters into a UTF-8 format, required by Google Maps for making API calls.
Convert ASCII to UTF-8 using VBA
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).
Web Spidering with PHP
FL Studio Piano Roll Tutorial
FL Studio Piano Roll Tutorial
This tutorial covers the FL Studio piano roll, and explains every facet of the interface.
FL Studio Piano Roll Tutorial
FL Studio Comprehensive Mixer Interface Overview
FL Studio Comprehensive Mixer Interface Overview
This tutorial will provide you with a comprehensive understanding of the mixer interface for FL Studio. We describe every single knob/option on the interface.
FL Studio Comprehensive Mixer Interface Overview
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.
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.
FL Studio Automations
FL Studio Interface Overview
FL Studio Interface Overview
This is an overview of the FL Studio application interface. This describes every window used in FL Studio.
FL Studio Interface Overview
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.
Simple AJAX
Web Image Formats Size and Quality Comparison
Web Image Formats Size and Quality Comparison
This is a demonstration of the different image formats used for the web, with an explanation of which situation to use one or the other.
Web Image Formats Size and Quality Comparison
CSS Image Button Rollovers
CSS Image Button Rollovers
CSS Rules for IMG tags, along with information about using images as CSS background-image.
CSS Image Button Rollovers
Introduction to Photoshop Blending Options
Introduction to Photoshop Blending Options
Here we will describe several of the popular blending options used in photoshop, with screenshots and explanations of each setting.
Introduction to Photoshop Blending Options
CSS Box Model differences in Firefox and Internet Explorer
CSS Box Model differences in Firefox and Internet Explorer
Here is the bane of web developers existence, Internet Explorer incorrectly displaying the CSS box model. What is the box model? This describes all elements used in HTML documents.
CSS Box Model differences in Firefox and Internet Explorer