As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Does anyone know when the chrome.identity API will make it to stable?
http://developer.chrome.com/apps/app_identity.html
You can follow https://code.google.com/p/chromium/issues/detail?id=233250 for progress. The API is unlikely to make Chrome 28 stable, but Chrome 29 is a possibility. Using the API in your in-development applications and filing bugs based on your usage are the kind of feedback the team needs to increase the chances of making stable sooner.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any tools that can give performance reports on HTML5 rendering. If so can the tool be automated as soon as development finishes and the user can get the performance report so that he can compare it with the previous values.
We require the tool to get the NFR metrics for benchmarking.
HTML5 supports a WebTimings API but this gives a good first intro to the topic: http://www.yottaa.com/blog/bid/215492/Using-Web-Timing-API-To-Measure-Page-Performance.
There is a Chrome demo at http://webtimingdemo.appspot.com/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a .Net developer and i have to make an Inventory management system.
So, i am looking for an opensource Inventory management system in C#/VB.Net.
.Net is my first preference but i can consider other options as well.
So, my question is:
1- Can anyone give me a link to a good opensource desktop Inventory software ?
I would start looking at codeplex.com
http://www.codeplex.com/site/search?query=Inventory&sortBy=Relevance&licenses=|&ac=3
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Which drivers out there...
have support for all or most features of MySQL;
are actively maintained;
are asynchronous and support pipes;
can interface with Sphinx?
I've used a couple but this is my choice:
node-mysql
https://github.com/felixge/node-mysql
Well maintained and documented. The author is a node.js contributor and one of the founders of transloadit, I believe. As well as the author of node-formidable.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I work in a team of 5. We track our low level plans in spreadsheets. This always results in some sort of miscommunication, delay as it is not updated or out of order. Are there any open source tool that can be used to manage low level plans/stories for a small team efficiently?
Well, I'd try using Planner. I use it to manage my little projects, as I forget what I was debugging and when I did it. It's clean and simple, and it's got Linux and Windows binaries (no idea about Mac).
Here's a screenshot:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the easiest way to set up a page to log a visitors ip address.
I just want to record when the visitor came and from what ip.
Should I be looking at google analytics for this or is there some simple script I can throw on the page to do it.
Any pointers much appreciated,
Just read the web server logs.