| 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.
|
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 |
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 |
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 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 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 |
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. |
|
Nov 6 |
comment |
How to add a javascript snippet to the footer that requires jQuery Sorry for the downvote, but I do not think you understand my question. I have read the codex, and know about the option. But I do not want to wp_enqueue_script a script file into the footer, I want to add a snippet into the footer that requires jquery. I downvoted the answer directly taken from the codex. I read the codex, and did not find an answer, that's why I ask a question. If you redirect me to the codex again I downvote. |
|
Nov 6 |
comment |
How to add a javascript snippet to the footer that requires jQuery This is not a good answer. I asked how I could specify the script required jQuery. If the user does not have jquery running your implementation will not run. |
|
Nov 6 |
comment |
How to add a javascript snippet to the footer that requires jQuery I know, but how can you specify that the script you add to the footer is depending on jquery. Check my edit to be more spicific. |
|
Nov 5 |
comment |
How to delete all the options in an option group Yes I want to delete the options that were created in the option group. I do not know them all by name, but they were stored in one group. They don't bother me, but there has to be a way to get rid of them and keep things clean. |
|
Nov 5 |
comment |
How to delete all the options in an option group Yea I have seen this, but you still have to specify an $option_name. Is there no way to access the content of the option group itself. I think I have created some options from which I do not know the names anymore. That's why I want to remove the whole option group. I know about the Codex and the unregister function, should have added that to the question. I am looking for a better solution, if there is any. |
|
Nov 5 |
comment |
Pause plugin option page until all data manipulation is complete Perfect. Accepted answer. |
|
Nov 5 |
comment |
Pause plugin option page until all data manipulation is complete Great, thank you for the answer. I am busy with the exact thing you are suggesting here as I could not find any other option. But I was wondering 2 things, maybe you can help me out. 1) Is the build in ajax function secure? The function on the server side will do post manipulation, I have to be 100% sure the file can not be run outside the plugin. 2) Is it ok to use ajax in wordpress admin without fallback. It assumes everybody had javascript enabled. |
|
Oct 25 |
comment |
How To View Site from Non-Logged-In User's Perspective +1 Oh this is interesting. I will try this out the next time, for now BandonRandon's answer is is enough. Maybe when I get into a further stage of development this will be handy. |
|
Oct 25 |
comment |
How To View Site from Non-Logged-In User's Perspective This will do fine for now, Thank you. |
|
Oct 25 |
comment |
How To View Site from Non-Logged-In User's Perspective Thank you for this answer, but as I said in the question, I knew this already. I prefer working in one browser tho. thanks anyway. |
|
Aug 23 |
comment |
My website is slow on the initial load I know, but the slow load i get only occurs once every hour or so. I think you don't fully understand my problem. I know "Fixing the frontend performance will have a drastic impact on load time", that's a nobrainer. The problem I am facing is hard to spot with those tools. |
|
Aug 23 |
comment |
My website is slow on the initial load I am not loading any rss. I will try to work locally, thank you. |