by suleski | Jan 2, 2015 | Reference, Technical
The WordPress backend has a very specific look to it. If you are looking to add a new page there, you’ll want to style it similarly. It’s not very clear what is available, but after a lot of searching, I came across these links that help shine light on...
by suleski | Apr 11, 2014 | Reference, Technical
As I write the styling for a new site, I want to pay careful attention to too much CSS. As a result, I did some searching on layout times and came across a list of CSS Selector types ordered from most efficient to least efficient. Here they are: ID, e.g. #header...
by suleski | Nov 10, 2013 | Technical, Walkthroughs
If you are trying to use LESS files in Eclipse, you will notice that those files are viewed as plain text – no indenting, no color-coding, no outlining, etc. If you want to fix this up so that these LESS files behave like CSS files, do the following: Install...
by suleski | Oct 1, 2013 | Products, Technical
See the update in the Recommendation section at the bottom of this article. I have installed and/or used a number of IDEs when editing web-languages, like PHP. This article lists out what I have tried and my quick thoughts on each. At the end, I make a current...
by suleski | Sep 20, 2013 | Products, Technical
Great for visual indications, icons can add just enough interest to otherwise plain sites. Traditionally, Developers would use image files (like .gif, .jpg, or .png) to display in their markup. The code for a button with some text and an icon might have looked...