PHP, jQuery, CSS3, HTML5, Bootstrap
Web Technologies!

This area is not earth shattering insight to amazing new ideas or technological breakthroughs, I am not that advanced. This is just to provide some basic understanding and details of technologies and what they can be used for, or what I have used them for, in case you come across situations similar to what I have experienced.

Weather

This is a weather integration that uses an API provided by Yahoo! I have hardcoded it for my local area but it could be just as easy to use an input field for desktop or geolocation for mobile to customize to the user. Geolocation is not very accurate for desktop due to the way it locates position. After returning the local weather results, the JSON formatted file is parsed and keywords are searched. The closest representing icon is choosen to display the matched verbiage. This is nothing new, or unique, just something to play with the available technology.

Current Conditions (Yahoo API):

AJAX File Read

This reads the contents of a file and places the message into the banner below, refreshing every 5 seconds. Reading it through AJAX is a way to elimnate the need to refresh a page for content. I currently use this for a few things at work. This can be used for many situations, such as reading IOT device details to a webpage, or to allow for more control of dynamic updates to a site.

Full Calendar

This is not a calendar I created, it is generously available through the website here. What I had added was an interface that runs when the user goes to the calendar site. This interface pulls information from a remote database and writes it to a file in JSON format for the calendar to interpret and display.

(Coming Soon!!)

Useful Tools

It is impossible to remember everything so I find it more useful to try and maintain good resources. These are sites I find useful.

Contact Us

If you have any questions about the above projects, just let me know.