31 May 2014

random value beetween 2 numbers

14:48 | javascript | 1066 views

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


31 May 2014

extender – string

12:47 | javascript | 1081 views

Goal: give some additional function to the String type


31 May 2014

jQuery Easing Cheat Sheet

8:36 | cheetsheet, javascript, jquery | 1868 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 | 1157 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 | 1135 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 | 1237 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 […]


29 May 2014

category count with style

12:43 | wordpress | 1264 views

Goal: fix the categories list Get the Categories list: The result is not too correct. The count is out of my style. To correct this I will wrap the count into a span and I can stylise that after. Add a new filter to the category list creator. Insert this code to the end of […]


29 May 2014

simple paralax effect on page

8:37 | web trick | 1186 views

Goal: simulate 3d effect on the page. To to this we need minimum two layers. The foreground layer moving faster than the background. That’s all. The foreground layer is the page itself. We need to create a slower background layer. To do this we need a container DIV on the page. The size of this […]


28 May 2014

Set the language – change the localisation

20:16 | wordpress | 1137 views

Set WPLANG parameter inside of wp-config.php


28 May 2014

wordpress soft exit

17:29 | wordpress | 1175 views

Goal: after the exit link click keep the focus on blog page with a simple refresh. The exit link is generated by . Put the generated link into an identified container like this. Catch the link object and override the click action (but only the logout action): So the result is: when you click on […]


#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; }