Posts by Bruno Guerreiro • 56 points
3 posts
-
1
votes1
answer155
viewsA: Ajax Polling shared between tabs
Pause requests on inactive tab You can simply pause AJAX requests by realizing that the tab is no longer active. For this you will have to use Page Visibility API (most available of current…
-
1
votes1
answer375
viewsA: Translation PHP or JS
You can create a . POT file by Poedit itself to keep as the main "catalog". The cool thing is that by the program itself you can make it sift through the source code behind the new terms in the…
-
2
votes3
answers7456
viewsA: Button Submit turn a normal link
Simply build a normal link, which leads to the form page by passing everything you want through Gets, directly into the URL. Construct the link by taking the value of the form action and add the…