I know that most browsers already support HTML5 on handphones, but what's the status with PC browsers, especially for HTML5 <video>?
What are good websites and resources for keeping up with how well different browsers support HTML5?
...
My team is using the Mere Mortals .NET framework from Oak Leaf. Being used to working with primarily open source software, I found it excruciatingly painful to find ANY community support for MM.NET. When I asked if there was any, the only place I was given to look for support was Universal Thread, which is a site which requires a membe...
Hey everyone, we are building an app for one of our clients, the app is fairly straight forward but it is database driven and is user facing (lives on the web). Clients require 24/7 support. How do you go about doing that? Does anyone have experience in building an app and supporting in 24/7? Previously my team of programers would simply...
Is it possible to remove a style in the case that browser specific CSS 3 items (drop shadows, rounded corners, etc.)? For example:
.fancy
{
/* only display if no drop shadow support */
border: thin solid #888;
box-shadow: 0px 1px 4px #888;
-webkit-box-shadow: 0px 1px 4px #888;
-moz-box-shadow: 0px 1px 4px #888;
}
...
I've found C++/CLI to be a very powerful language for wrapping C/C++ libraries with .NET.
I believe it's much better than using PInvoke for C for various reasons.
However, when I've upgraded my project to Visual Studio 2010, I've found that it has less support for C++/CLI.
Examples:
Targeting the 3.5 framework with the Visual C++ 20...
Hi, I have a custom and simple php/mysql based user system. I'm trying to build a way for members to send product support to our staff (put it in a database, & viewed in admin area) and for them to manage these messages (lack of a better term).
My question is, does anyone know of a good existing script, or a better approach for a suppor...
I'm sending out a notification email every day to our customers, when new data in our service becomes available. No, it's not spam, it's a notification that customers have asked for, and can be turned off - just in case you were wondering. :)
I noticed that some websites have a [email protected] address which they use to send all the n...
I need to flow my text in two columns.
CSS3 is't fully implemented by all browsers, and i expected, that this property is called
-webkit-column-span: all
But, i faced a little problem - Safari 5 does not supports this feature ?
I think, some reason should exists, why Apple has dropped this feature ...
Maybe they are some alternativ...
Hi all,
I am haivng an iPod which recently updated to iOS4.0. It is working fine with the device. I am having the XCode version 3.2 installed on my mac. When I try to test the apps on my device it displays an error.
No provisioned iPhone OS device is connected.
Is there any way to make it working. Help needed.
Thanks in advance,
Shi...
Planning to use HTML5 in a big project, I need to make an exact timeline for future changes.
Is there any source to tell me when a particular feature of HTML5 will be ready? Is there a roadmap for HTML5 support for each particular web engine?
Just for some more details, I’m working on a social/video sharing site. I want to use new feat...
Adding database in NetBeans or Eclipse is very simple. In IDEA I don't see appropriate tools (data sources window doesn't seem to be suitable for this).
...
Hi
I wrote a java application that downloads files from some servers in HTTP protocol.
I need to know that a server support resume or not .
Currently my application overwrites same name files and I want to check if server supports resume then resume that download.
How can I do this .
I'm using URLConnection for download.
Thanks
...
Hi everyone, I'm developing an Iphone app that has to support different languages.
I saw that the language has to be set within my app and not within iphone settings. So, do I have to force the language instead to take the current one? I didn't find examples over the internet. All examples need the current language of the application. I...
i am normally developing either alone or with 2-3 other people. i handle almost all aspects of the business and development but as of current i am becoming overwhelmed with my client base. I need some system to help me out
What i am looking for is something that i can:
Use to manage my client contacts
Per client, manage the goals of ...
hi guys
try this code it works very smooth
Html
<html><body>
<div id="container"></div>
</body></html>
Jquery
$('<div id="footer"><p>جميع الحقوق محفوظه لشركة</p></div>').insertAfter('#container');
but the problem in Arabic letters its look like that
������������������������
...
Our roles are not purely product development. We also provide '1st-line support' for internal & external customers, and any of these tasks, by their very nature, will always override any product development priorities.
How can we use SCRUM's sprints to help us manage product-development and support issues?
...
I am a beginner to android, just i am developing android applications and testing in on htc magic(version 1.5). Will it bring any problem on running with higher version of android devices. Thanks for reply in Advance
...
Hi All,
Am creating a very customizable web application in j2ee. The application has some configurations that are specific to each client supported and the client can have multiple users.
The way I am thinking of doing this is storing the configuration in a db table having the columns client_id , property_name, property_value and assoc...
I want to enable the Unicode in Solr. Updating the index does not give me an error.
But as soon as I try to search some Chinese text, I get an error. I have added the following line to my schema.
<filter class="solr.CollationKeyFilterFactory" language="" strength="primary"/>
and now I am getting following exception.
org.apache.so...
I developed little site that use:
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
for making shadow and radius on boxes. And $(".mainpage").show() Jquery function to show new content qhen user clic...