875 reputation
1620
bio website saifbechan.com
location Netherlands
age 29
visits member for 2 years, 10 months
seen Mar 28 at 22:00
stats profile views 87

I am a developer currently living in The Netherlands. I mainly focus on building web application, and I like to be a part of every stage in the development. You can say I work from 'grain to bread', from the basic starting point, the grain, to the final product.

In terms of development these are brainstorming about the project, choosing the appropriate architecture and framework, developing the application, working on the design and layout, and finally launching the application and on working on the optimization.


Dec
5
awarded  Enthusiast
Dec
4
awarded  Electorate
Nov
25
comment What free icons fonts are available?
This is really cool, never seen this before. Hope there will be some nice answers.
Nov
25
awarded  Analytical
Nov
25
awarded  Civic Duty
Nov
23
accepted How to enable media queries on IE < 9
Nov
23
comment How to enable media queries on IE < 9
Ok, I tried both, but like a few I have tried, they completely break the website. You have to load them in a specific order, and the mediaqueries have to be deigned in a specific way. Respond.js works from bottom to top, I design my sited from top to bottom. I have to redesign everything in order to have these scripts work, and even then they do not work 100%. Thanks for the Google search.
Nov
23
comment How to enable media queries on IE < 9
OK, I was actually looking for a method without JavaScript, but I do not think that is an option.
Nov
23
revised How to enable media queries on IE < 9
edited title
Nov
23
comment How to enable media queries on IE < 9
Oh yes I am talking about 8,7 and 6 if possible. I edited it into the title.
Nov
23
asked How to enable media queries on IE < 9
Nov
22
comment How does experts exchange get away with tricking google/users?
I hate it when that happend, it's like getting Rick Rolled.
Nov
20
awarded  Citizen Patrol
Nov
20
comment How can I test my web site in IE6, IE7, IE8, and IE9?
Is the emulation exactly the same, or could there be some small differences.
Nov
20
comment What are the best ways to measure end user web site performance?
Looks amazing. Thank for the link.
Nov
20
comment What are the best ways to measure end user web site performance?
+1 Good one, I use gtmetrix for my testing. It really does a good job.
Nov
20
answered What's the best way to load Javascript into a page to optimize performance?
Nov
18
awarded  Vox Populi
Nov
18
awarded  Suffrage
Nov
18
comment Can AJAX in a CMS slow down your server
Yes this is true. The data will be gathered from the server, the client has nothing to do with the request. It will however have an impact when the scripts were directly on my website, but that was never an option for me.