Goal: get a number between a range let’s extend the Math object:
random value beetween 2 numbers
14:48 |
javascript
|
1066 views
extender – string
12:47 |
javascript
|
1081 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 |
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
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
|
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
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
|
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
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
|
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
Set the language – change the localisation
20:16 |
wordpress
|
1137 views
Set WPLANG parameter inside of wp-config.php
Set WPLANG parameter inside of wp-config.php
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 […]
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 […]

