Goal: there was no reason There is a simple mode to list some resources from the Chrome. I have digged the following resource ids from the chrome.dll file. This code running on an empty page! Paste the following code to the developer consol and see the result.
Archive for May, 2015
list of chrome resources
17:42 |
javascript |
1106 views
get chrome version number
9:44 |
javascript |
874 views
Goal: simple and quick way to find the version of the browser Be careful this is only for Chrome and based on the user agent string. the user agent string is: and the extracted result is:
Goal: simple and quick way to find the version of the browser Be careful this is only for Chrome and based on the user agent string. the user agent string is: and the extracted result is:
extender – HTMLInputElement
0:14 |
javascript |
884 views
Goal: give some additional function to the HTMLInputElement type the usage is very simple: in this case the inputbox value is and all the text selected this extender working in ie as well.
Goal: give some additional function to the HTMLInputElement type the usage is very simple: in this case the inputbox value is and all the text selected this extender working in ie as well.
How to crash the Chrome from javascript
0:01 |
javascript, web trick |
1012 views
Goal: there is no goal at all… I have came across an unhandled exception in the Chrome what is crashing the actual page. The js command is simple: so and there is a living issue ticket (somebody else found this as well): jump
Goal: there is no goal at all… I have came across an unhandled exception in the Chrome what is crashing the actual page. The js command is simple: so and there is a living issue ticket (somebody else found this as well): jump
select the next inputbox
11:10 |
javascript |
864 views
Goal: jump to the next inputbox there is a simple jumper function: jQuery is in the background!
Goal: jump to the next inputbox there is a simple jumper function: jQuery is in the background!
element creation with templates
17:49 |
javascript |
965 views
Goal: to create a quick template based element creation method Everyday task to manage item templates. We have a container and the template of the items. the result will be: to achieve this we have to extend the String object with a template function: the TypeExtend function itself is here: jump
Goal: to create a quick template based element creation method Everyday task to manage item templates. We have a container and the template of the items. the result will be: to achieve this we have to extend the String object with a template function: the TypeExtend function itself is here: jump
url – parameters as part of the path
9:23 |
php, tricky |
1084 views
Goal: simplify the url A normal url request with parameters looks like this: In many cases we need the following form: how to: 1. we have to accept the invalid request as a normal one. Let’s create a .htaccess file in the root with the following content: 2. receive the parameter in your php code […]
Goal: simplify the url A normal url request with parameters looks like this: In many cases we need the following form: how to: 1. we have to accept the invalid request as a normal one. Let’s create a .htaccess file in the root with the following content: 2. receive the parameter in your php code […]