Posts by fba_pereira • 107 points
7 posts
-
1
votes1
answer277
viewsQ: Notification when Open Chrome
Facebook currently fires notifications when opening Chrome. How can I do the same thing, i.e., trigger a notification as soon as the user opens Chrome?
-
0
votes1
answer65
viewsA: Access Database, Record Duplication
Use the code below: ALTER TABLE [sua_tabela] ADD CONSTRAINT uniq_registro UNIQUE ([FUNCIONÁRIO], [DATA])
-
2
votes1
answer103
viewsQ: Identar and colorize VB.Net code
Is there any JS or/and CSS that is able to indent and color VB.net code inside a div or input?
-
3
votes1
answer55
viewsQ: Insert Function Only If It Doesn’t Exist
The "window.showModalDialog" function exists in some versions of IE, but does not exist in Chrome, I would like to insert it if it does not exist. How can I do that? window.showModalDialog =…
javascriptasked fba_pereira 107 -
2
votes2
answers4871
viewsA: Sum of Useful Days
If you do not want to use recursion, you can use Moments.js Using the following syntax: moment().businessAdd(7); moment().businessDiff(moment().subtract(7, 'd'));
-
0
votes2
answers4871
viewsQ: Sum of Useful Days
Is there any way to add useful days to a date that doesn’t use repeat loops (like while and for)? I currently use this code var novaData = new Date(dataBase.valueOf()); var diasUteisRemanescente;…
-
1
votes1
answer14
viewsQ: Two Accounts Managing the Same Google API.
Is there any way that two separate accounts manage the same key (App Key) from google via the console.developers.google.com?