Over my years of working with MySQL databases and writing hundreds of queries for various applications; I have come across several trick and under utilized functions that can help you out in unique situations. Please note, some of these queries are rather advances if you are new to MySQL so please be careful when playing … Continue reading Advanced MySQL Queries
Category: Web Development
Working with schema.org to improve SEO using Microdata
Most web developers know how to do basic SEO and build properly formatted code, but few utilize itemscope to tell the search engines what the data is talking about. Using itemscope allows the developer to tell the search engine whether they are talking about Ice Cubes for your drink or Ice Cube the actor. How … Continue reading Working with schema.org to improve SEO using Microdata
Working with Flexbox CSS
When it comes to building websites today, you can't turn around without finding some sort of pre-build responsive library/framework. Almost all of these are build off of some combination of the following: CSS reset, percentage margins/paddings/widths, and media queries (to determine browser size and give break points).
Amazing Regex Code Snippets for Web Developers
Regular expressions are used in almost all programming languages and are considered the defacto standard for string manipulation. Regular expressions can also be used in searches and many other utilities.
CSS Tools, Frameworks & Libraries
CSS is one of the most important parts of Web Design and Development. It is the style guide of your HTML, without it there is no Visual Aesthetics and no User Experience.