Just wanted to do a blog post about my newest project, Black Rabbit Joomla Component Creator. It has just passed the 1 million lines of code created mark! I am so excited about how the community has used it and given feedback for it.
Today I just wanted to do a quick write up of how to trigger the Popover on Hover for Twitter Bootstrap. Below are two ways this can be done.
This is a really easy way to have the jQuery hover function fire on mouse-in (hover over) and return to normal on mouse-out (no longer hovered over element). Here is the jQuery function:
Creating a custom Joomla 2.5 template and need the styles for the tooltip?? Well here it is! Just add these lines to your templates style sheet and it will take care of the core tooltip functionality styles.
Today I had to style the message system on a Joomla 2.5 template that had Twitter Bootstrap included with it.
Today I had to get the title for an article in Joomla 2.5 for my template, I was having to display the title somewhere else, so here is some php code that will do just that!
Today I want to show you how to get the current height and/or width of an element with jQuery and also how to constantly check the height and width of an element as the page is being resized!
I recently used this really cool jQuery library for a site and just loved how easy it was to use. Here is the project homepage.
I was working with a lot of different sized images, and wanted to have a "Pinterest" brick laying look to the display, so I did a little Google searching and found this.
Lets say you like the icons used for Twitter Bootstrap but you bought the Glyphicons Pro Version (which I have and highly recommend it, he sends you each new version that comes out for free!) or have an icon that you want to be able to add to your content, then this is how you would go about adding more icons to your Twitter Bootstrap framework!
Today I wanted to show you a good one line to find and replace characters not wanted in a string or filename within PHP.