In the second part of my Learn Python series of articles we will be going over some basic math operations and then String and their operations. If you haven’t already – please read Part I of this series before starting […] Read More »
Tag: DobsonDev
Learning Python – Part I
This article is the first part of a series of articles/guides aimed at helping non-programmers learn the Python programming language. A few of my friends who read (or at least try to read) my blog requested I do something for […] Read More »
WordPress Custom Post Types II
If you’re familiar with WordPress in anyway, then you are probably familiar with posts. To the average user, posts work like blog entries. They have content and a date associated with them and they are displayed with these two bits […] Read More »
WordPress Custom Post Types
If you’re familiar with WordPress in anyway, then you are probably familiar with posts. To the average user, posts work like blog entries. They have content and a date associated with them and they are displayed with these two bits […] Read More »
WordPress User Role Pages
Recently, I was creating a site in WordPress where there would be a created user role and they had to have access to certain pages on the site but not subscribers. However – they had the same capabilities as the […] Read More »
Error, Success, Warning & Info Messages
Error, success, warning and info messages/alerts made entirely with CSS. These messages should be output to the user to let them know how things are going with their interaction with the site. Also please note that these use Font Awesome. […] Read More »
Simple jQuery Tabs
I can’t exactly say why, but I’ve been really into doing little CSS code snippets like this tabs example lately. The tabs are a single content area with multiple panels, each associated with a header in a list. Clicking on […] Read More »
Pure CSS Buttons 2
More buttons made purely with CSS in a few different colors. Really I just made them for myself (again) so I can use them again later. Easy to copy paste and then use them however you want. Feel free to […] Read More »
DobsonDev Now Has Disqus
It’s all the rage – and now DobsonDev has Disqus. Right from their website: If you’re passionate about writing and sharing, Disqus helps you build a community of active readers and commenters. Hopefully this will encourage everyone to comment and […] Read More »
WordPress Menus with Foundation
In a previous blog post, I talked about Theme Development From Scratch w/ Underscores & Foundation. However, I really didn’t go into a lot of detail about how to use Foundation with WordPress. The main reason for this is the […] Read More »