Goal: give some additional function to the Object type available extends: objectId: global unique identifier for every DOM and non DOM object _bind, _unbind, _trigger: bind logic for every DOM and non DOM object _trace, _watch: easy setable trace and watch functionality _catch (SET catching): bind a function to the variable setter _chain: to investigate […]
Archive for May, 2014
extender – Object
22:52 |
javascript |
987 views
jquery plugin skeleton
21:30 |
jquery |
856 views
Goal: to provide an usable plugin skeleton
Goal: to provide an usable plugin skeleton
cursor to hand or custom
20:03 |
css |
932 views
Goal: to customize the cursor over an object
Goal: to customize the cursor over an object
extender – Math
15:05 |
javascript |
850 views
Goal: give some additional function to the Math object
Goal: give some additional function to the Math object
random value beetween 2 numbers
14:48 |
javascript |
798 views
Goal: get a number between a range let’s extend the Math object:
Goal: get a number between a range let’s extend the Math object:
extender – string
12:47 |
javascript |
821 views
Goal: give some additional function to the String type
Goal: give some additional function to the String type
jQuery Easing Cheat Sheet
8:36 |
, javascript, jquery |
1554 views
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets
easing fix for wordpress
23:44 |
jquery, wordpress |
836 views
Goal: run easing animations under my page. The story similar to jQuery and wordpress one. Find the file in the theme directory and include two lines above like this see also: Easing Cheat Sheet
Goal: run easing animations under my page. The story similar to jQuery and wordpress one. Find the file in the theme directory and include two lines above like this see also: Easing Cheat Sheet
jquery vs mootools conflict solution
10:01 |
jquery |
854 views
jQuery and MooTools relation has a trouble. Let’s solve this. 1. disable the global alias 2. wrap the jQuery code snippets like this
jQuery and MooTools relation has a trouble. Let’s solve this. 1. disable the global alias 2. wrap the jQuery code snippets like this
load xml file into table with validation/correction
20:44 |
oracle |
960 views
We have many xml files and we have a smart ETL tool to process the data but the situation is not simple. The files contains some structural error and this fact is blocked this solution. Oracle time! 1. load the xml file into a table (be careful the xml is incorrect – sometimes) 2. correct […]
We have many xml files and we have a smart ETL tool to process the data but the situation is not simple. The files contains some structural error and this fact is blocked this solution. Oracle time! 1. load the xml file into a table (be careful the xml is incorrect – sometimes) 2. correct […]