Welcome to the developer's blog. You'll find some funny stuff, some nerdy stuff, some other stuff... whatever. Take a look around, we don't mind.
If you download any open-source software feel free (get it) to Donate to our Paypal account (on the Downloads page), or at the very least, make a concerted effort to take interest in the products so thoughtfully advertised by Google at the bottom of the page.
|
Mar
28
2006
|
Owl Watch Real Estate Solution |
|
|
|
Written by Mark Fabrizio Sr.
|
|
Tuesday, 28 March 2006 |
|
Looking for a viable Real Estate listing solution. Let us help you. Our knowledgeable development team can help you get a professional, custom web site at very reasonable prices.
(1 Comments) |
|
Read more...
|
|
Mar
28
2006
|
Find and listen to new music -- Playlistshare |
|
|
|
Written by Mark Fabrizio Sr.
|
|
Tuesday, 28 March 2006 |
http://playlistshare.org
Do you like music? Probably. Are you sick of listening to the same things over and over again? Probably. We hear ya.
Playlistshare is our newest project to help you find new music online. Complete with a radio player, it combines lots of new technology and open source projects to deliver you a unique internet experience.
Head over there now and sign up. Its free to register. Keep in mind that the project is in alpha stages... almost beta. What does that mean? Well that means, that we're still working on it, so some things might not be working right now. A lot of functionality is in the works, but everything takes time (especially other projects). So, whenever we have free time, we are trying to get this project completed.
I do not have any sort of user manual at this time, but the site should be fairly intuitive. Please use the forum for any questions / suggestions / bugs... (That will eventually be built in to the site).
(1 Comments) |
|
Read more...
|
|
Mar
21
2006
|
Cool Forms v 1.0 |
|
|
|
Written by Mark Fabrizio Jr.
|
|
Tuesday, 21 March 2006 |
|
coolforms 1.0
I wrote a small little javascript library that I use on several of my sites to spice up standard old html forms. I call it CoolForms for lack of any originality.
Basically it traverses the DOM and adds configurable classnames to HTML Form elements. It also adds event handlers (mouseover, mouseout, focus, blur) to the element and changes classes on each state. Then, you can modify a simple style sheet and, voila, you have cool looking form elements. The script uses Mike Foster's excellent X Library. If you already have prototype.js on your site, you could easily change out a couple lines of code and skinny down your bandwidth for the X library.
If you want to use it, you should include the script and call the "coolForms()" function when the window is loaded. Also, be sure to include the css file in your page.
Then, just edit the css file to add the effects you want.
(1 Comments) |
|
|