| bio | website | |
|---|---|---|
| location | Riga, Latvia | |
| age | 24 | |
| visits | member for | 3 years, 3 months |
| seen | 21 hours ago | |
| stats | profile views | 48 |
|
Oct 25 |
awarded | Popular Question |
|
Apr 21 |
awarded | Critic |
|
Feb 28 |
awarded | Commentator |
|
Feb 28 |
comment |
Express.js + Google Chrome extension : is session storage possible? How are you identifying authenticated users? If you are using cookies check whether they still exist after popup reopening. If you are using sockets then I think the socket is closed when user closes the popup. |
|
Feb 28 |
answered | Express.js + Google Chrome extension : is session storage possible? |
|
Feb 12 |
awarded | Yearling |
|
Feb 8 |
comment |
Closing popup window created by Google Chrome extension window.close() works. If you want to close the popup after sending a request to another tab then make sure you close the popup in the callback and the tab must be sent at least an empty response. |
|
Nov 27 |
comment |
wrap a .less css definitions in a namespace The twitter lib can only be imported. I cannot edit those files. They are used as git submodule. Twitter modules main .less file |
|
Nov 27 |
comment |
wrap a .less css definitions in a namespace The problem is with @import. It doesn't work when using it in a namespace. |
|
Nov 27 |
awarded | Student |
|
Nov 27 |
asked | wrap a .less css definitions in a namespace |
|
Oct 15 |
revised |
What is the most efficient way to add a jQuery UI slider to future elements? added 109 characters in body |
|
Oct 15 |
answered | What is the most efficient way to add a jQuery UI slider to future elements? |
|
Oct 15 |
awarded | Mortarboard |
|
Oct 15 |
awarded | Yearling |
|
Oct 14 |
answered | Cant connect to webservice with simple php test script |
|
Oct 14 |
answered | XML or Database Table to store settings |
|
Oct 12 |
comment |
My script does not print out in browser How do you open the file? |
|
Oct 8 |
comment |
php file upload with “file_get_contents” to a server Did you search for this? Sending a file via HTTP PUT in PHP |
|
Oct 8 |
comment |
Optimize jQuery Toggle on hundreds of elements Animating 1000 elements is probably locking the browser. Why you couldn't just hide them? |