The availability tag has no wiki summary.
0
votes
0answers
26 views
Return “In stock” when quantity =>0
I discovered that Magento will manage Stock status just for the out of stock way, but not
in the Back in stock way.
What i mean is that if I have a qty=1 and i set to 0 that product, the Stock ...
1
vote
1answer
39 views
jquery maskedinput. How to check availability of the mask
Can anyone help me with checking availability of the mask. I use this one:
if ($.isFunction($("#ID").mask)){
var val = $("#ID").mask();
} else {
var val = document.getElementById(ID).value;
}
...
0
votes
0answers
36 views
How to improve Search for Domain Name Availability performance
I am trying to create a website which
will return domain availability result immediately once people finished typing.
However after trying multiple PHP default functions,
e.g. checkdnsrr & ...
0
votes
1answer
35 views
Creating an availability ring using google maps API
I am pretty new to the Google Maps API so looking for some advice. I am trying to make a dashboard which allows companies to set their availability zone using google maps and a radius around their ...
4
votes
2answers
186 views
Can the operating system restart a process that is stuck in infinite loop?
The other day, when doing testing on a Linux server, we observed that under some conditions, one process could die and then started again. After checking the code, we found it was caused by an ...
0
votes
2answers
112 views
High Availability In MongoDB
Everybody say that mongoDB is CP in CAP Theorem! But with using master-slave replication, It has high availability too (If a primary fails, the remaining members will automatically try to elect a new ...
0
votes
0answers
37 views
Availability checker email not working
I have some ajax code that sends my e-mail input field to the server where it checks if the e-mail exists in the database. However it is not giving any response back.
HTML
<input type="text" ...
0
votes
1answer
55 views
Android check if using intent RECORD_SOUND_ACTION is available on device
I use sound recording using Intents. On one my device RECORD_SOUND_ACTION is not accessible.
How can I check if RECORD_SOUND_ACTION is available on device ?
I use this part of code
Intent intent = ...
1
vote
1answer
157 views
jquery to check Email availability/duplication in database
I am trying to check Email availability on text change event of a textbox. Below is the code (I picked up from the net):
HTML (javascript):
<script type="text/javascript" ...
0
votes
1answer
136 views
Adding touch sensitivity to Grub 2 boot loader?
I would like to know what libraries exist in Ubuntu 13.04 that would allow integration with Grub2 and more details on it (i.e. language, development stage, developers, etc.) or if this cannot be ...
4
votes
1answer
238 views
PHP array get value from <option value=“text”>
PHP Domain Availability Check script
The Problem:
There are 70+ domains extensions to check.
Solution I'm looking for
I need to check only the extension the client selected in the index.php ...
1
vote
1answer
46 views
Locks when adding a column to a table and to a view
Suppose I have this foo table in a PostgreSQL 9.1 database:
CREATE TABLE foo
(
bar integer,
flg_deleted boolean
);
Along with this vwfoo view:
CREATE VIEW vwfoo AS
SELECT bar
FROM foo
...
0
votes
1answer
134 views
Website availability not working on android app
I use PhoneGap so I can display my webpage if it is available, and if it is not available I just use custom web page from asset. I have tryed several functions but none is working. Please help me and ...
1
vote
1answer
681 views
How to check for field groups in Wordpress Advanced Custom Fields plugin?
I'm using the acf Advanced Custom Fields plugin for Wordpress.
I'm working with a generic template that outputs all field groups by default.
As some fields are only shown on specific pages I'd like ...
0
votes
0answers
232 views
Magento: how to set items status to out of stock programmatically not using inventory when place order
I want to manage item stock programmatically, not using inventory.
What I want to do is if a customer has an item in his shopping cart and he begins to proceeded to checkout, meanwhile, another ...
0
votes
1answer
62 views
Accurate name availability checker using web browsers C#
I am creating a mass username availability checker for a forum but when the timers are set to a high speed it sometimes says a username is available for the forum when it's unavailable.
How can I ...
0
votes
0answers
52 views
Setting EKEventAvailabilityNotSupported, but availability always shows “busy”
I'm creating and saving EKEvents and I can't get the availability portion of the event to respond to my code. I would like to create an event that has no 'availability' whatsoever. I don't need the ...
1
vote
2answers
104 views
SolR - Search for room availability and sort by result
I'm trying to implement a kind of hotel/hostel search using SolR and PHP. For any room available I store a new document inside my index containing relevant information about the accomodation and ...
0
votes
1answer
99 views
(Bash) $user@aol.com email availability checker
So, I'm trying to set up a script in bash to send a request to aim.com's signup form, where it allows you to check if an ID is able to be made like so:
...
0
votes
0answers
117 views
Android - Adding Calendar event thru an Intent - Availability value doesn't get updated
I am creating a calendar event using startActivity by passing an intent. The calendar event gets created successfully and am also able to see all the information I pass except for the availability ...
0
votes
1answer
103 views
Looking for a CA key value storage with CAS support
I'm looking for a persistent key value storage that supports consistency, availability and compare-and-set.
It will be deployed on three nodes and must be operable when one (any) of nodes is down. ...
0
votes
1answer
397 views
Android networkinfo always returns true even if internet is not available
This code always returns true. This gets called when a Login button is pressed. I first tried with wifi connected (on emulator). It returned true and then I disconnected wifi and then tried. it still ...
2
votes
3answers
139 views
Why should i include the namespace in each aspx page?
I usually include my namespaces e.g.
using myProject.Model;
to my .cs files
but when i want to iterate an object derived from myProject.Model in my .aspx file i must always include the directive ...
1
vote
4answers
420 views
What does “Available in iOS x.x and later” mean?
What exactly does this mean? I've seen Availability: iOS (6.0 and later) and other version numbers, but I don't think thats exactly what it means. Does it truly mean that its only available with iOS 6 ...
0
votes
2answers
325 views
php mysql search for room availability need help for better sql query
my mysql database is:
BOOKING_ID, FROM_DATE, TO_DATE,
R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17
where R1=room1...R17=room17, if room1 booked, than R1 will set to 1.
below is my ...
0
votes
0answers
381 views
Zabbix 2.0 - availibility report based on Web Scenario
There's a basic functionality of providing a customer with a monthly site availibility report (eg. in order to check the compliance with an SLA agreement).
It would be optimal to generate such a ...
6
votes
1answer
912 views
How is the Multi-AZ deployment of Amazon RDS realized?
Recently I'm considering to use Amazon RDS Multi-AZ deployment for a service in production environment, and I've read the related documents.
However, I have a question about the failover. In the FAQ ...
2
votes
2answers
818 views
MySQL availability calendar - way to calculate free dates?
I'm building a simple availability calendar with PHP and MySQL.
I have a table which stores the available dates for a property (currently all of them are blocks of 7 days)
available_dates:
...
1
vote
3answers
285 views
Check whether command is available in batch file
I'm writing a batch file for Windows and use the command 7z (7-Zip). I have put the location of it in the PATH. Is there a relatively easy way to check whether the command is available?
3
votes
0answers
610 views
Get list of all registered .net and .com domain names
I want to develop a site for instant domain availability search(.com and .net only). For that I need list of all the registered domain. I searched on google and came to know about VegiSign's TLD Zone ...
0
votes
1answer
90 views
3rd party application for windows service failover
We have a traditional client server application. The server side is a plain "old" windows service. To achieve higher availability in a rather quick way it would be ok to start with the service ...
1
vote
1answer
261 views
Availability.h -like macro
Is it possible to have a custom availability macro like the __OSX_AVAILABLE_STARTING for instance. I need it to perform in the same way, I just need to change its name and the versions and number of ...
0
votes
1answer
256 views
How I can check availability check for webservices for applications running in J2EE platforms?
How I can check availability check for webservices for applications running in J2EE platforms? Infrastructure guys think in just URL check, but I think not is enough could be better call inside the ...
0
votes
1answer
84 views
How does SOA achieve high availability, service upgrade and ACID transactions?
How are the below 3 most desirable architecture characteristics achieved in SOA:
High availability
Online service upgrades
ACID transactions
Pointers to any SOA product documentation regarding the ...
1
vote
2answers
315 views
Lync availability for users who are not contacts
I am writing a custom Lync client with UI suppression enabled. One of the components that the client needs to have is an employee search form, which will be used for adding contacts and inviting ...
2
votes
2answers
225 views
How to understand the “Availability” of the CAP theorem?
I don't know if this is a proper question here.
As we know, in the CAP theorem, "A" means "Availability". On wikipedia, the explanation of "Availability" is:
Availability: a guarantee that every ...
2
votes
3answers
5k views
Android - How to check internet Access, not just connectivity to wifi? [duplicate]
I tried the below code to check whether my mobile is connected to a wireless network and it works well when I want to know if my mobile is connected to the network, but it fails to give information ...
2
votes
2answers
213 views
windows azure not available in my country
I would like to explore the azure platform and create applications which make use of azure. So i searched for a tutorial which told me to first create an account, yet my country is NOT AVAILABLE so I ...
8
votes
1answer
301 views
List of available collators in PHP?
I am considering using collators in PHP (I am no expert in PHP). Is there a way to know/list all collators available in PHP? I am looking for something similar to Java's ...
2
votes
2answers
711 views
How to test that the mail server is alive with Java?
Is there a way with JavaMail API to check that the mail server used is alive ?
If not, how do to it with Java code ?
Thanks by advance for your help.
1
vote
5answers
566 views
How to detect if the MySQL service (or simply MySQL) is available with PHP?
How can I do that? like:
if (mysql is available) {
connect and do queries
}
else {
use files
}
0
votes
1answer
82 views
Is Amazon EC2 available worldwide? [closed]
We have an iPhone app that talks to our backend web service hosted on Amazon EC2 instances. Now we are ready to release the iPhone app need to worry about the markets/stores/countries to release to. ...
1
vote
1answer
865 views
Instant check username availability in Asp.Net using ajax
I have gone through this article by Encosia and this article by Travis
and another great validator from Mosa
But here in the link and in many other articles throughout the web I have seen and they ...
3
votes
2answers
1k views
iOS: Why my Apps are not available in all App Stores around the world? [closed]
I have 2 apps in App Store. I just realized that they are not available everywhere. I didn't exclude it from any store when uploaded them (at least not intentionally).
So, for example, if I check in ...
1
vote
1answer
364 views
Determining calendar availability, search algorithm and db structure
need to design an availability application.
The users would mark on a calendar all their events, just like a regular calendar. Then I would need to search for something like, "I need someone from ...
1
vote
2answers
350 views
How to check network availability on Honeycomb?
I'm trying to check if a simple connection is available on my honeycomb app. I've tried 2 different versions of the function:
public boolean networkAvailable() {
ConnectivityManager cm = ...
1
vote
0answers
124 views
Another 'Availability date' question
Ok, I have been searching all over the web with this question, but couldn't find exact answer.
I have an app with Availability Date set to, for example, one month in the future. The app got "Ready ...
7
votes
2answers
5k views
Syntax error, annotations are only available if source level is 5.0 - AspectJ in Maven
I am trying to use the aspectj-maven-plugin in a maven project. At compile time, I get:
Syntax error, annotations are only available if source level is 5.0
Syntax error, annotations are only ...
8
votes
2answers
1k views
NoSQL: What does it mean for MongoDB or BigTable to not always be “Available”
Reading Nathan Hurst's Visual Guide to NoSQL Systems, he includes the CAP triangle:
Consistency
Availibility
Partition Tolerance
With SQL Server being an AC system, and MongoDD being a CP ...
0
votes
0answers
179 views
Combining multiple rows to make up a date range
I'm not sure if this is possible with MySQL and its a little complicated, but I'll try and explain as best as possible.
I amending out accommodation availability & price checking system based on ...


