Main image
18th August
2009
written by Gigi

Well, it has finally happened. A bill has been introduced to Congress to make Net Neutrality law. Personally, I’m very excited about this. Seeing the amount of censorship that has started to happen in other countries and reading about ISP’s push for tiered internet plans, I was beginning to fear for our rights to free information on the web.

I totally support Net Neutrality. I think all web content should be equal and no government or private entity should have the right to filter the content you can access online. To do so, in my humble opinion, goes against everything the Internet was intended for. Thankfully, other people also saw that these rights needed to be guarded and felt so strongly about this that they thought such freedoms should be protected by law.

With the objective of keeping the Internet open for all, a “coalition made up of hundreds of groups from across the political spectrum that are concerned about maintaining a free and open Internet” called SaveTheInternet.com has been formed. This coalition is “being coordinated by Free Press, a national, nonpartisan organization working to reform the media”, according to their site.

If you agree with Net Neutrality I invite you to take action. SaveTheInternet.com makes it simple for you to email your Congressman and let your feelings be known. They also provide information on other ways to participate.

For more information on Net Neutrality, what it is and how it is being threatened, feel free to visit their site or simply Google “Net Neutrality”.

Save The Internet!

29th April
2009
written by Gigi

I have been really into JQuery the last few months. Can’t you tell? ^_^ Their plugins and documentation are amazing. I only wish I could quantify how much development time this framework has saved me. Not only does it reduce development time but it helps with the user experience by allowing manipulation of elements and allowing them to do things like drag and drop.

It is important to know that all JQuery plugins are tested for compatibility and currently have been tested in: IE 6.0+, FF 2+, Safari 3.1+, Opera 9.0+, and Google Chrome. You should always test for your target audience. That being said, I have never had the problem of a plugin or function not working properly in modern browsers.

One of my favorite plugins is the Datepicker. It is very simple to implement, yet very, very customizable. I have used this plugin in different projects. They look and act so different that if you were to visit each site (to the untrained eye) you could not tell they are the same code base.

Another very useful plugin that I use a lot is the Validate plugin. Again, we have an easy implementation. Use a selector and select your form. Let’s say we have a form with the ID of  “myForm” and we want to ensure that the fields are validated. Just add the following line and that’s it:

$("#myForm").validate(); - Simple, uh?

“A single line of jQuery to select the form and apply the validation plugin. And a bit of metadata on each element to specify the validation rules. Of course that isn’t the only way to specify rules. You also don’t have to rely on those default messages, but they come in handy when starting to setup validation for a form.” – Validator Documentation

There are a ton more plugins out there. These are just the ones I use most on my projects.

These, and a lot more of them, can be seen on their demo and documentation.

Tags: ,
22nd April
2009
written by Gigi

I made a small presentation today about JQuery. It was meant to help people that haven’t been exposed to JQuery before get familiar with it.

You may view and download the presentation here.

Tags:
Previous
Next