Front End (JavaScript): 1) Difference between setTimeOut and setInterval. setTimeOut will call the function in order just once, setInterval will call it multiple times. The latest Firefox will only call once per second. Since what happens in the called function may take longer to execute than the next time interval, it is recommended to use […]
Category Archives: Contracting
Starting up a new website
1) Topic: What is the website about? Define it in a few words, including audience. 2) Keywords: What will be the keywords that would describe your site best, make a cloud of them. 3) Name and domain: get the best possible ever, based on keywords. 4) Hosting: setup hosting account. 5) Local development bed. Setup […]
Find out browser and operative system details from end user
supportdetails.com Keyword: support Keyword: browser compatibility
Web Consulting – Initial website assestment with customer
Use this document to get a good field about what the customer is looking for when building his website. Web Development — Website Initial Assessment
Contracting best practices
Backup the client’s data before you touch their database or any other component that can be backed up. Save a working copy of their current code as well so you can easyily revert back in case of problems.