Creative Juices Bo. Co.

Satisfy Your Thirst For Something Refreshing!

Happy New Year!

Happy New Year Everyone!!

You might have been asking where I went, well rest assure I'm still around. I've been completely swamped with projects and as I wrap one up another seems to start. I'm starting to see the light at the end of the tunnel, but I think I'm still a couple of weeks away from some freedom.

In the meantime, how about a little present? Maybe CJ File Browser v2.0 (Beta)!!!

Thought you might like that. I've had this for awhile, but I just didn't have the time to clean up the documentation, comments etc. But I'll let you play with it and let me know if you come accross any problems.

The big change, that I've made this into a tinyMCE plug-in.

Download here: CJ File Browser

P.S. It's a ColdFusion File Browser for tinyMCE, in case you didn't know.

read full article...

jQuery Editors

Now that I'm diving head deep into jQuery, I've been cruising the intra-web looking at the different plug-ins and extensions for it. I have to admit, there are some pretty impressive scripts out there. One of them caught my eye, mainly since they deal with inline WYSIWYG editors. Its called Small Rich Text Editor, which boast a small footprint (~18k), cross-browser compatibility, Ajax Image upload, HTML clean-up with PHP back-end (bet I could make this for ColdFusion!) and basic Rich Text functionality capabilities.

Small Rich Text Editor

I haven't had any time to play with it, but it looks promising. Once I get some time, I'm going to play with it to see what it can do. But in the meantime, I thought I would share with you guys.

read full article...

I've Choosen My Javascript Framework

Hello jQuery! Be Gentle.

Over the past year or so, I've been switching back and forth using two popular javascript frameworks, jQuery and Prototype. I don't always use them, I prefer to make most of my javascript non-dependant, but at times its unavoidable. An example would be trying to do some AJAX stuff, I just find it easier to implement one of the frameworks to handle the grunt work and I just build my script on top of it. For the most part I was leaning towards Prototype.

read full article...

A Nice Book On Learning JavaScript

Beginning Javascript with DOM Scripting and AJAX

In my lifetime I can honestly say that I have only bought two books on JavaScript programming. The first one was called "Special Edition: Using JavaScript" [Que-1996]. This was basically a reference book that described, and provided an example of, every function and method in JavaScript at that time. I don't think I have opened this book in about 8 years.

During this time, I have relied heavily on Google to provide information on any new tips and tricks that have come out. If I came across something that intrigued me, I would spend countless hours learning all I could from the internet.

read full article...

Problem Using OnFocus and OnBlur Events with FireFox 2.x

Brian comments on FormFieldinator:

...I tried the [FormFieldinator] tester and found some problems. I'm using Firefox 2.0.0.14:

...I get an error message when I tab after pasting invalid text, but it moves to the next field anyway. Shouldn't it stay in that field until it's correct?

I have to admit, I was wondering when someone was going to call me out on this. If your not familiar with FormFieldinator, it was my attempt to create the ultimate JavaScript form and formfield utility library. I developed, what I thought, was a fairly robust set of tools to allow you to capture, validate and format form input. Heck, I even came up with a cool name.

read full article...
Page: 123456