Ever wonder how to create an iframe that fills the entire height (and width) of a page? You probably tried writing something like: 1<iframe width="100%" height="100%"></iframe> and expected the iframe to fill up whatever it could. The width=100% does what you expected and fills up the entire width of the page, but the height just [...]
HTML5 and pushState
by SANDO on 17. Jul, 2011 in HML5, JavaScript, jQuery
Nowadays JavaScript and more particularly AJAX is used in every type of web applications. The asynchronous data loading is great asset of AJAX but it has one drawback, the user can’t use back/forward buttons of the browser to navigate through different states of the page that has been updated through asynchronous methods. Web page [...]
JavaScript – First key from associative array
by SANDO on 20. Mar, 2011 in JavaScript, Small Tips
Working with arrays is very beneficial for every developer in every language. But in different languages some operations are done differently. Very good example is retrieving first key from an associative array in JavaScript. In PHP you could use “foreach“, “list“, “array_pop“, “array_slice“, etc. But in JavaScript we don’t have all that functions so we [...]
Categories
- CMS (6)
- Joomla (2)
- Magento (3)
- PrestaShop (1)
- CSS (3)
- HML5 (1)
- JavaScript (3)
- jQuery (1)
- PHP (8)
- CakePHP (1)
- Plugins (1)
- OOP (1)
- Zend Framework (1)
- CakePHP (1)
- Servers (7)
- Small Tips (15)
- SQL (3)
Quotes
Happiness is not something ready made. It comes from your own actions.
— Dalai Lama
-
CakePHP – User authentication and registration 19. Mar, 2011 -
HTML5 and pushState 17. Jul, 2011 -
Source Code -> Iframe with 100% Height 23. Aug, 2011 -
Htaccess – redirect domain to WWW 19. Mar, 2011 -
Migrate Prestashop to another server 08. Nov, 2012
-
Install PHP mcrypt on UNIX server 24. Nov, 2012 -
SQL: Remove HTML with procidure 24. Nov, 2012 -
How to Move Magento to a New Server or Domain 24. Nov, 2012 -
Magento: How to reset admin pssword 24. Nov, 2012 -
Serve main domain from subdirectory with .htaccess 19. Nov, 2012
-
SANDO: @frodito I've updated the post, but briefly, make ...
-
frodito: I understand everything except for #6... how I do ...
-
Chris Dean: Excellent Write-up, Thanks a lot...
-
QNUPS: Yin Yang Source! Excellent!!...
-
seo campaign plan: Always pleasant to find a new blog this great! I w...
