I've only been on Twitter for a few weeks, and while I am by no means a social media guru, I can already tell that a lot of people on Twitter have absolutely no idea what they're doing. Some people feel obligated to Retweet everything they see. Some people feel obligated to follow anyone mentioned in an Retweet. And, as this article will discuss, some people get so excited when someone follows them, they reciprocate the follow - no questions asked. What does this all lead to? Nothing. A whole lot of nothing.
09/02/2010 |
Read the full article ⇒
Description
Places an element of the jQuery object at a new location in the object-array and shifts all affected indexes of the array.
08/21/2010 |
Read the full article ⇒
Description
Swaps the elements within a jQuery object.
08/16/2010 |
Read the full article ⇒
Description
Evaluates the equality between jQuery objects.
08/12/2010 |
Read the full article ⇒
Description
Returns the location of the matched set of elements in a specified array. Returns Boolean false if the matched set is not found in the array.
08/11/2010 |
Read the full article ⇒
At times, jQuery can induce some scope issues when it comes to using the JavaScript array prototypes. One example in particular is the unshift() array prototype. In the same context as array.push(), Firebug may throw the error that unshift is not a function. Honestly, I can't account for why this happens, but in the event you need to use unshift for a jQuery object, I have created a jQuery plugin called .frontpush() that works around the issue.
08/11/2010 |
Read the full article ⇒
Description
Places the matched set of elements at the front of an array.
08/10/2010 |
Read the full article ⇒
We at Vert Studios absolutely love making custom jQuery plugins. Some plugins we create are large and robust, while others are simple and concise. Look through our list of plugins and JavaScript functions, and start incorporating them into your own projects!
08/10/2010 |
Read the full article ⇒
A company's value proposition explicitly states the benefits or values it intends to provide its customers. Are value propositions just corporate jargon that have no place in the real world? No: you must be thinking of 99% of mission statements ;).
So what's the value of a company value proposition?
Most customers will never read your company value proposition directly. They should, however, see it manifested in everything you do. Therefore, a value proposition does not attempt to pitch to the reader;
it serves as a guideline for the company. All products offered by a company must fit within the scope of their value proposition. Products that do not fit within the scope of the value proposition risk overstretching the company brand, potentially leading to a loss of identity and trust amongst consumers.
An effective company value proposition performs the following functions:
08/03/2010 |
Read the full article ⇒
While I have always been an advocate for table-less layouts with semantic HTML, designing forms with pure CSS has proven to be a complete pain in the butt. And apparently I'm only one in 10,000 to say so.
07/07/2010 |
Read the full article ⇒