If you want to do undo your last commit in Git what you will do is type the following command on your Terminal (Mac) or Command Prompt (Windows) […]
Sticky Footer – Make Footer Stick to the Bottom with Javascript
This is an update to this post. The method described below is quite old and since then browser support has gotten much better for different features provided by CSS. So I believe there is no need to use javascript anymore. You should be able to achieve this with a full CSS solution. Check out this […]
An Ajax Example in jQuery – Incorporate Ajax in your Web Design
If you are a little familiar with web development you must have heard the word Ajax. I know a lot of beginners that hear this word think that it is probably an advanced topic. Before jQuery, achieving a task with Ajax was somewhat tedious. But jQuery has made it pretty simple for us. […]
Back to Top – Link to Top of the Page
Here is a quick tip for you guys. I still remember the first time I needed a link that user can click to get to the top of the page. I used to add an anchor tag like this <a href=”#” name=”top”></a> to the top of the page and then somewhere down the page link […]
Hostmonster Review – Poor Performance | Almost 1K Domains Hosted on One Server
So recently my girlfriend has been having issues with her hosting provider “Hostmonster”. Her websites take a while to load, sometimes up to 5 minutes and sometimes they totally time out. She brought this to my attention and I told her to contact their support. After a few chat sessions and a phone call she told […]
Website Design for a Party Rental Business in West Palm Beach
This post is about one of my client’s website “MNL Party Rentals”. MNL Party Rental is a local business in West Palm beach area that offers bounce house rentals, water slide rentals, pony rides, face painting, fun food machines, tables and chairs rentals and also event planning. I developed this website back in 2011. […]
Convert Website to Mobile Friendly Design – Responsive Mobile Website
Here is a quick post for the folks that are looking for solutions on the internet to create a mobile friendly website. I have created mobile websites in the past for my clients but after I redesigned FMR Web Design Boca Raton I did not get a chance to create a mobile website. So today […]
5 Reasons for Extra Space on a Web Page
It is often that I find my junior fellow web designers trying to figure out what is causing an extra space on a web page. So I thought I put together the most basic things that can cause extra space on a web page. […]
Edit Web Page – Editing Your Website Quickly
Today’s post is intended towards people that do not have much knowledge about web design but own a website and are looking for a quick way to edit a web page or multiple pages on the website. […]
How to Load Fancybox on Page Load – jQuery Fancybox
Versions of Fancybox Plugin: If you are a web designer you probably have already used jQuery fancybox plugin. Remember that there might be different versions available starting with 1.0, 1.2, 1.2.1, 1.2.2 and all the way upto 2.1.4 . If you would like to see the change log click here. So if you are trying to attempt something […]