Blog VS 2010 All Tutorials Wordpress Studio
Certification LinksRandom Thoughts

mainpage

PHP and Microsoft Excel

Jan 20th, 2012 | By | Category: mainpage, PHP

PHP and Microsoft Excel I recently had a customer that required a report that could have been generated to HTML or PDF. However, what they really needed was information exported in a specific manner and format from their postgreSQL database for further analysis. HTML and PDF would not have given the flexibility to properly review [...]



The textarea tag and innerHTML and Firefox

Nov 2nd, 2010 | By | Category: HTML, mainpage

innerHTML is a common way to return the value of an html tag. I was recently working with an AJAX / JQuery application and all was going well. However, the <u>innerHTML method wasn’t returning anything with a textarea tag</u>. All of the other values were coming through just fine with the identical code.



jQuery Selectors

Aug 17th, 2010 | By | Category: mainpage

One of jQuery’s specialties is letting you select page elements so you can work with them. Selecting page elements is a big part of online work. In jQuery your able to select by descendants, by children, by specific text, by attribute, by attribute value, and even by position all by just one simple line of code changed based on what your selecting.



How To Make A JQuery Accordion Menu

Jul 7th, 2010 | By | Category: mainpage

JQuery Accordian Menu Explained

Experience Level: Intermediate

This step by step explanation of the accordian menu using JQuery. This example shows how to the right side bar menu on our website was built.

There are 4 parts needed to implement this and, of course, with this being a wordpress site it uses PHP but this example has been written in simple HTML. Also because it’s Java the operating system can be Windows or Linux.