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 | Jul 16, 2013 | Technical, Walkthroughs
Ever want to prevent users from accessing specific areas of your site? You can do so through software; for instance, WordPress has a login mechanism for users. But let’s say that you want to prevent the general public from accessing a specific area of the site...
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...
by suleski | Jun 28, 2013 | Technical, Walkthroughs
Not quite certain why this must be explicitly coded outside of WordPress, but something to keep in mind:http://pento.net/2011/06/19/preventing-users-from-accessing-wp-admin
by suleski | Jun 22, 2013 | Technical, Walkthroughs
I have used three revision control systems during my career: SourceSafe, CVS, and Perforce To help version personal efforts and make for nicer backups, effectiveness, I recently installed Perforce with Western Digital’s Live Book Duo. It was a significant...