a1ias


Member since 07/30/2009

Name: Andrew Kharook

Location: Ukraine, Uman

13 snippets

2505 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 805 posted 9 years ago by a1ias
Check if jquery was loaded from CDN. If not, load it from own website.
0 860 posted 9 years ago by a1ias
Works with any array
0 931 posted 9 years ago by a1ias
cross-browser solution
0 981 posted 12 years ago by a1ias
0 676 posted 12 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 833 posted 12 years ago by a1ias
HTML should look like this: <div> <p>Lorem ipsum here</p> </div> <div> <img> </div>
0 720 posted 12 years ago by a1ias
0 622 posted 12 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 774 posted 12 years ago by a1ias
0 593 posted 12 years ago by a1ias
0 557 posted 12 years ago by a1ias
« Prev 1 Next »