Web - Lamin Barrow http://laminbarrow.com en-us Blog Search Results laminbarrow.com Sun, 27 Jun 2010 00:45:53 GMT http://getlara.com Essential web browser tools for the pro web developer /post/essential-web-browser-tools-for-the-pro-web-developer From the beginning of my web development career after high school in the summer of 2006. I have frequently used certain web browser tools or add-ons if you like to aid me in my every day web development. Through the course of time I have learn to use these tools to become a better web developer. In this post, I will make a list of all the web browser tools or add-ons I find most useful to the professional web developer. Firebug In my own opinion Firebug is the most useful... Tue, 20 May 2008 06:16:25 GMT /post/essential-web-browser-tools-for-the-pro-web-developer How to build a live comment preview with Javascript and HTML /africa/gambia/post/how-to-build-a-live-comment-preview-with-javascript-and-html In recent times, it has become quite a trendy and nifty trick to show a live comment preview on a lot of blog websites. I remember just how excited i was the first time i saw this in action on a dotnet blogengine application. In this article i will show you how to implement a live comment preview on your website with just simple javascript and HTML. Okay, to get started i will start by creating a javascript(.js) file with the following on it. function ShowCommentPreview() { // Access... Thu, 27 Mar 2008 09:46:36 GMT /africa/gambia/post/how-to-build-a-live-comment-preview-with-javascript-and-html 500+ Free icons for your website or application /post/500-free-icons-for-your-website-or-application This is a collection of more than 500 free high quality and crystal clear icons. Head over to wikimedia to download them now. Sat, 16 Feb 2008 07:20:14 GMT /post/500-free-icons-for-your-website-or-application Making a background image hover effect work properly in Internet Explorer 6 /post/making-a-background-image-hover-effect-work-properly-in-internet-explorer-6 Earlier today while i was working on a new menu style, i came across a weird bug in IE 6 wherein a background-image for a hover effect just would not disappear even when am not hovering over the link that was suppose to cause the effect. So after spending what seems to be like an hour trying to figure out what was causing the problem..... and finally i added background-repeat: repeat-x; in to my CSS file and that seems to have solved my problem. Before .Menu { ... Mon, 04 Feb 2008 11:54:12 GMT /post/making-a-background-image-hover-effect-work-properly-in-internet-explorer-6