by suleski | May 14, 2015 | Reference, Technical, Troubleshooting
Generally, AngularJS does make it straightforward to analyze query parameters. However, getting there is not so obvious. Here are some hurdles that I recently overcame when researching and implementing. You must put your module in ‘HTML5 mode’. Code can...
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...
by suleski | Aug 12, 2013 | Technical, Troubleshooting
In the land of CSS, the property ‘float’ is typically used to help wrap text around images. It can also be used to layout other HTML elements to make webpages work across different resolutions and devices. However, as many web developers have found out,...
by suleski | Jun 28, 2013 | Reference, Technical
Typically, browsers support a very limited number of fonts for use on websites: However, Google offers a large repository of fonts that can be used on any website. Check this out: http://www.google.com/fonts/ If you want to use a font, simply click ‘quick...