It took me a while to find a system, a method, that really worked well for me. The tools and software available can be overwhelming, so wasting your time testing “this” and “that” is sometimes inevitable. However, I have created this list of tools that I use (currently) that seem to do the job very […]
-
A Designer/Developer’s Toolkit: Windows Edition
-
Ideas: New CSS Functionality
If you could add any element or attribute or selector to CSS what would it be? I’ve asked myself this a lot (usually it’s been in reflective moment after trying to get some crazy layout to work, but that I know just isn’t going to happen).
-
How to Write A Business Plan
Here is a basic guideline to structuring your business plan; it’s really not hard at all with a solid structure. I remember how long I searched and searched for a good guideline to follow, so here you are! Enjoy!
-
How To Deal With IE6, 8 Years Later
Anyone that has ever met me knows that I despise the fact that developers are still catering to, and developing workarounds for Internet Explorer 6. It is a costly, aggravating task that enables users to remain on the decrepit system. So what is the solution?
-
PHP/HTML/CSS/JS Template
Every time you start up a site, you generally use the same (or similar) process. Create your index, create and link this stylesheet, and that javascript.. I decided to make it a bit easier on myself and create a template. Not everything in the template will be needed for every site, but it’s a lot […]
-
CSS Column Divider
I am one of the biggest advocates for CSS. That being said, I’ve always been disappointed in it’s layout capabilities. There looks to be some promising new features in CSS3. However, being that we’re just starting to think about bailing on IE6, it’s going to be quite a while before we can even start to […]
-
jQuery Plugin: SimpleSlider
I’ve been using jQuery for quite some time. That is part of the problem, I had only been ‘using’ it. The power of it, how lightweight it is.. who wouldn’t? It does what it says, it makes Javascript fun. But I had only been ‘using’ it. Never before had I contributed, until last night.
-
Very Simple IE6 Redirect
If I ever am only allowed one rant, it is IE6. I could go on for days about it’s lack of CSS support, bugs, crazy hacks that have been created to ‘cope’ and many other things that make me crawl into the fetal position with my thumb in my mouth.. but I’m not going to. […]
-
Clean URLs By Removing The File Suffix
I’ve been working on some projects lately that use server side languages like PHP. I’m pretty comfortable coding, but something that has generally eluded me is as to how I’ve been able to visit sites with URLs like:
http://www.sitename.com/whatever/you/want
Well, I finally came across how to achieve this effect. Enter stage right, HTACCESS. -
PHP Script: Relative Time (Includes Support For Future Dates)
I know that I just went from one extreme (HTML Basics) to another (PHP Functions), but I had to write this script today for a personal project I’m currently working on. I thought that because it was so hard for me to find something like this via Google (which turned out to be a […]