| bio | website | saifbechan.com |
|---|---|---|
| location | Netherlands | |
| age | 29 | |
| visits | member for | 1 year, 9 months |
| seen | Apr 16 '12 at 23:53 | |
| stats | profile views | 29 |
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.
|
Apr 1 |
awarded | Popular Question |
|
Jan 27 |
awarded | Popular Question |
|
Dec 9 |
answered | Pasting formatted text from MS-Word |
|
Nov 30 |
comment |
How to show custom message once on plugin activation? This is an option but it is a bit dirty IMO. Let's say you have the plugin activated for a year. Now this value is checked in the database for the whole year, but it was needed only once. That's a whole bunch of spilled db look-ups and checks for something so simple. |
|
Nov 19 |
accepted | How to localize admin.php only once |
|
Nov 19 |
revised |
How can I de-register ALL styles all at once? And same with Javascript? Improved formatting |
|
Nov 19 |
suggested | suggested edit on How can I de-register ALL styles all at once? And same with Javascript? |
|
Nov 19 |
comment |
Display not found page 404 on specific Post Type Glad I could. I thought this script would come of some use, as it also deals with 404 pages. Ill remember the function you created also for custom post types, maybe I will need it in the future. |
|
Nov 19 |
awarded | Teacher |
|
Nov 19 |
answered | Display not found page 404 on specific Post Type |
|
Nov 19 |
comment |
How to localize admin.php only once +1 Thanks for your response. I like the small variation of just adding is directly as a functions. One plus is that you can add more to the head than just an object, you can also add some small shared functions. It does cause some code replication in all the plugins, but so did my method. Too bad WP does not have a build in feature for this. |
|
Nov 18 |
asked | How to localize admin.php only once |
|
Nov 17 |
comment |
Creating a social media score plugin Hi, are you still on this subject. The last few weeks I have developed a set pf plugins that get's all the data from the different sites. I have implemented the system in such a way that it works completely asynchronous with the website, meaning that it will not cause any delays. Furthermore is there no cron used, and no curl etc, all build in wordpress fucntions. If you want to collaborate on this please let me know. |
|
Nov 12 |
answered | Determining whether it's a AJAX call from front-end or from back-end |
|
Nov 7 |
accepted | How to delete all the options in an option group |
|
Nov 7 |
comment |
How to delete all the options in an option group Well I will just accept this as an answer. I still can not find anything that will completely solve this issue, but this is as close as you can get. |
|
Nov 7 |
accepted | How to add a javascript snippet to the footer that requires jQuery |
|
Nov 7 |
comment |
How to add a javascript snippet to the footer that requires jQuery Nice, this is what I was looking for. Accepted answer. |
|
Nov 6 |
comment |
How to add a javascript snippet to the footer that requires jQuery Yes I read the codex, and this is not an answer to my question. Therefor the downvote. I can check the codex myself. I do not think the thing I want can be done. |
|
Nov 6 |
comment |
How to add a javascript snippet to the footer that requires jQuery Thanks wyck, I think this is the case, thank you for understanding the question correctly. I think I will just use an external JS script instead than to be sure the script can be run. |