Minneapolis Project Manager and Web Developer


Magento: Display New Products

14th March

For the shopmyzfa.com website, they needed to display their newest products on their own page. To do this I created a new CMS page entitled, go figure, “New Arrivals”. Using the ‘custom design’ options that Magento affords for each CMS page I added a block to pull all the products that are marked as ‘new’. To mark a product as new one must have set a date for the “Set Product as New from Date” and “Set Product as New to Date” options in the “General” product information page in the admin. Failure to mark these will keep the block from displaying anything at all.



jQuery Show and Hide Part Tres

6th March

jQuery also affords the ability to trigger multiple events in succession using ‘string succession’.  The callback is not sent any arguments, but this is set to the DOM element being animated. If multiple elements are animated, it is important to note that the callback is executed once per matched element, not once for the animation as a whole.



jQuery Show and Hide Part Deux

6th March

Utilizing vanilla show/hide/toggle is a perfectly legitimate way to use said functions but when we start plugging in effects to the .show and .hide events, we really start to see the eye-candy that jQuery can offer.  Using the same frame that we did in my last post on jQuery .show and .hide, we’ll add in a bit of eye candy to make this a cooler transition.




From the Blog!

Shared Links 9.13.11
Technology

Looking to extend the “Cloud-as-Desktop-Storage” model to its limit, bitcasa offers Infinite storage and file sharing through its services. Pretty neat idea for those...

Shared Links

There are often a few things on the web that I think are really cool to share and do so on the usual social...

Setting up Git to Track WordPress
What is Version Control?

In working to make my blog an example of best practice, I wanted to implement version control, not only to track...

File Versioning for static files in Magento

Though there are many benefits to using cache-control headers on outgoing files, browsers will not revalidate a user’s file until either the cache-control’s expiry...

WordPress Get Featured Image Source

WordPress has a nifty feature that allows a user to add a Featured Image for a given post or page. In this use...

Adding Color to Git

As a default, Git is a difficult to scan quickly and understand what changes are and were made. Adding color can alleviate this....

Removing Catalog Sort Options in Magento

Magento 1.3.2.2 — On the catalog view pages, the sort-by select input offers a range of options. These can be added or removed by...