Archive for May, 2014

31 May 2014

extender – Object

22:52 | javascript | 881 views

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 […]


31 May 2014

jquery plugin skeleton

21:30 | jquery | 770 views

Goal: to provide an usable plugin skeleton


31 May 2014

cursor to hand or custom

20:03 | css | 818 views

Goal: to customize the cursor over an object


31 May 2014

extender – Math

15:05 | javascript | 764 views

Goal: give some additional function to the Math object


31 May 2014

random value beetween 2 numbers

14:48 | javascript | 694 views

Goal: get a number between a range let’s extend the Math object:


31 May 2014

extender – string

12:47 | javascript | 740 views

Goal: give some additional function to the String type


31 May 2014

jQuery Easing Cheat Sheet

8:36 | , javascript, jquery | 1415 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


30 May 2014

easing fix for wordpress

23:44 | jquery, wordpress | 743 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


30 May 2014

jquery vs mootools conflict solution

10:01 | jquery | 774 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


29 May 2014

load xml file into table with validation/correction

20:44 | oracle | 841 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 […]


#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }