CSS Selector to HTML v0.3 – “has” Support!
I added "has" support, since before you could only have one element go 3 levels deep. Input: Output:
Read MoreI added "has" support, since before you could only have one element go 3 levels deep. Input: Output:
Read MoreSo, I'm currently working on a plug-in to validate forms easily without using a JavaScript framework. I want the way errors are displayed to be very expandable, and realized the biggest issue was the "structure" of the error message was too unique for any designer to go outside of what I've already created. The best solution was to make the "structure" an option by allowing CSS Selectors. I'm r
Read MoreConfiguration To start out browse to "/application/config/config.asp" and edit a few of the items. Most of these can be left at their default state. Setting up All URI's are redirected to the "default.asp" page and parsed to find the appropriate controller, method, and parameters. By default all controllers are stored in "/application/controllers/*.asp" they can be in sub directories if you w
Read MoreBy default the file "web.config" trys to catch all possible URI's. I felt the best way to lay it out is that each "controller" is a single file. So the "route" just calls the controller. No extra data can be set. This is probably the biggest down fall, which I may fix if there is enough demand on the project. To get started browse to the file "/application/config/config.asp" and open it up and
Read MoreI am currently writing a MVC framework in my free time which I will be posting live within the next week after some testing. However this is a sneak peak at how awesome it is going to be. Classic ASP, as you know has not had an update from Microsoft since 1998 when they moved to .NET. Unfortunately, a lot of applications are still being written in this language and plenty still need to be maintain
Read MoreI recently released version 2.0 of my PHP MVC Framework. This is a quick example of how to use it. Inside the configuration file (application/config/config.php) you will see a LOT of new ways to configure it. By default it tries to implement a lowerCamelCase naming convention. If the names aren't obvious, let me know and I'll try and update this section. You will notice that you have a funct
Read MoreAdobe Edge did not work correctly when jQuery was in noConflict mode. I made a fix at work for a project we were working on. Click here to read more.
Read MoreWell, the last release date did no go as planned, however this new reformed release date is right on schedule. Is it a few minutes before that date and I am uploading the file as I type! There are a few people who have already emailed me about getting a copy, and right after I post this, I will probably email them a link. However, if you did not receive a link and you are interested in getting
Read MoreBlaineSch CMS Beta 0.1 will be privately released on the 29th of July. If you would like to receive a download link on that day feel free to leave a comment and I'll send a link to the email you entered in. I only request that you are a developer, or have previously used a different CMS, and that you can send feedback before the official undecided launch date. There are three main features that
Read MoreAny person who has played with HTML has used "repeating backgrounds", and if you have ever used these you are probably aware of a major issue. If it needs to connect at the bottom, with a footer, and the content isn't exactly the right height it'll look messed up. For example, if your background is 41px in height, and your container is exactly 80px high, it will not connect correctly. This is w
Read More