a1ias


Member since 07/30/2009

Name: Andrew Kharook

Location: Ukraine, Uman

13 snippets

3595 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

a1ias's Recent Snippets



« Prev 1 Next »
This is a little code snippet that I use in almost every project that isn’t based on a popular CMS. Since its fairly expensive to hit the database on every page load, its a smart idea to cache the plain HTML markup of your page and serve that up. Y...
0 1085 posted 9 years ago by a1ias
Check if jquery was loaded from CDN. If not, load it from own website.
0 1083 posted 9 years ago by a1ias
Works with any array
0 1187 posted 10 years ago by a1ias
cross-browser solution
0 1267 posted 12 years ago by a1ias
0 906 posted 13 years ago by a1ias
Usage: Let's say we have an url: http://primera.vremenno.net?foo=yes&bar=no var hash = getUrlVars(); alert(hash['foo']); // returns 'yes' alert(hash['bar']); // returns 'no'
0 1076 posted 13 years ago by a1ias
HTML should look like this: <div> <p>Lorem ipsum here</p> </div> <div> <img> </div>
0 948 posted 13 years ago by a1ias
0 864 posted 13 years ago by a1ias
Well, many of you are used to just replace the lack of min / max width / height for IE with fixed dimensions, right? But you don’t need to do it anymore. IE is not a strict standards browser and sometimes we can take advantage of this to code thing...
0 1017 posted 13 years ago by a1ias
0 797 posted 13 years ago by a1ias
0 798 posted 13 years ago by a1ias
« Prev 1 Next »