Cycle2 is the next iteration of the jCycle Slideshow and a pretty easy/solid way for getting a image(or html) slideshow going. I’ve been using it for awhile now when I need to do a relatively simple carousel, as it works well, is reasonably responsive/mobile friendly, and has enough features/options to accommodate most needs. One thing […]
I sometimes use DOMPDF when I need to generate a pdf server side. It lets you use HTML to render a PDF and works fairly well, although has limited CSS support. What is neat about it is that you can literally just take a chunk of html and turn it into a PDF, so as […]
If you have ever purchased a new computer or laptop from a manufacturer like Dell or HP, you probably noticed that there are a lot of programs installed by default. It is common to have games, Netflix, Dropbox, and other apps already installed when you buy a new computer. These aren’t put on the computer […]
While working on a client’s Microsoft Server 2008 VPS, which is through godaddy, I ran into some issues setting up an FTP account in Plesk. Everything appeared to be configured properly, but when I tried to connect via the Filezilla FTP Client, I got the following error: 530 User cannot log in, home directory inaccessible […]
Recently while working on a custom Magento module for a client, I was doing it the Magento way and creating a Mysql DB Resource for a custom table I had created, so that I could take advantage of the collection, set/get functions, and other neat things you can easily do with Magento’s class abstractions. Of […]