Cross-Domain Javascript execution library

Cross-Domain Javascript execution library

Posted on 17. Mar, 2009 by emposha.

2

In one of the projects I am faced with problem of the java scripts execution on different domains.
After advice from one of team leaders, the solution was found and it was a quite simple.

Continue Reading

The shortest way to determine IE browser

The shortest way to determine IE browser

Posted on 29. Jan, 2009 by emposha.

3

Very nice feature to find out what browser you use.

Continue Reading

Nice ajax preloaders

Nice ajax preloaders

Posted on 29. Jan, 2009 by emposha.

2

preloaders.net – new service that help generate ajax preloaders. The main difference from other similar sites, it is accessibility, and a large selection of settings

Continue Reading

SM effect

SM effect

Posted on 17. Jan, 2009 by emposha.

0

 Smashing Magazine effect

Continue Reading

Strange Jquery 1.3 behavior

Strange Jquery 1.3 behavior

Posted on 15. Jan, 2009 by emposha.

4

Today I worked with two elements with same ids but in different forms, and found strange jquery selector engine behavior. Actually I can undrestand that, because by w3c you cant place two elements with same ids on same page.

Continue Reading

No money No life

No money No life

Posted on 15. Jan, 2009 by emposha.

1

Nice one

Continue Reading

SharePoint Moss strange IE6 freeze on preview mode

SharePoint Moss strange IE6 freeze on preview mode

Posted on 27. Nov, 2008 by emposha.

1

Couple weeks ago I expirensed strange behaivor with IE6 and Moss Page with 5-6 webparts on it. After that background image and title loaded browser(ie6) freeze.

Continue Reading

fcbkListSelection v 1.1 – like facebook friends selector

fcbkListSelection v 1.1 – like facebook friends selector

Posted on 19. Nov, 2008 by emposha.

30

fcbkListSelection – fancy item selector (like facebook friends selector) with wide range of options.

If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.
HowTo:
1) HTML stracture:
<ul id=”ulid”>
<li>regular content <input type=”hidden” value=”value” /></li>
<li>preselected content <input type=”hidden” value=”value” checked=”checked” /></li>
<li>regular content <input type=”hidden” [...]

Continue Reading

Jquery IE6 png transperency fix

Jquery IE6 png transperency fix

Posted on 18. Nov, 2008 by emposha.

12

Another Ie6 png fix that use Jquery selectors.  Just include Jquery 1.2.x and jqPngFix for automatic fix of all png images on page.
Performance test for 10 png images on page:

How to use:
<script language=”JavaScript”>
$(document).ready(function() {
  if ($.browser.msie && $.browser.version == ‘6.0′) {
    jqPngFix();
  }
});
</script> * This source code was highlighted with Source Code Highlighter.
Download script: jqPngFix.zip

Continue Reading

1000 icons for website absolutely free

1000 icons for website absolutely free

Posted on 02. Nov, 2008 by emposha.

1

Nice free  icons(16×16) pack for website.
Destributed by: Creative Commons Attribution 3.0 license
Thanks to pinvoke.com

Download icon pack

Continue Reading