I am writing a website with PHP. Since it will need to be accessed by anyone on the network to access the internet I have to create a mobile version. How do I best check if it's a mobile device? I don't want to have a switch statement with 50 devices at the end since I don't only want to support the iPhone.
Is there a PHP class I could use?
Mobile browsers.
Jquery dialog alert box.
I don't want to use alert() because it looks ugly in web browsers.
I'm building a website for BOTH mobile and web, so I need a dialog box that can work on both.
I know that there must be some differences. I have a silverlight component (Timeline) and I want to make it work on Mobile 7. do I need to make a lot of changes ? I know .NET and Silverlight but I'm new to mobile phones programming.
More and more mobile devices are consuming content on my eCommerce sites. IPhones, Blackberries, PSPs, Windows Mobile, etc and I need some ideas how to handle repurposing my data using CSS templates for these devices. Any ideas would be great.
My client has a website but doesn't check emails often. He has a lot of web enquiries through the online contact form. He carries a mobile phone though. How to send contact form details that's submitted through the website to his mobile phone as SMS?
Does anyone know how to get/set the call divert settings in codes running on Windows mobile 5/6? I am new to windows mobile development and wonder if there is anyway to do it using C# and .NET CF?
We're developing a windows mobile 6.1 application and would like to make the user interface look better than the standard battleship grey. Has anyone had any experience with 3rd party controls that can make a windows mobile app look like a WPF/Silverlight/Iphone - like interface?
Hi
I am new to windows mobile development.
Here is my question:
How to make a program/function to add/change picture image of a contact in Windows Mobile 6.5 environment?
Could you give some suggestions which class to use and how to use?
Thanks a million
Now I've set up the flash application to work in to stage:
the uploading stage: uploading the stream from pc A's camera to FMS
play stage: watch the real time stream from PC B's browser
I want to make stage 2 work on mobile phones too.
But currently it's using flash(actionscript) to connect and play the stream, which is not supported out of…
I'd like everything to function correctly, except when it's mobile, the entire site will used a set of specific templates.
Also, I'd like to autodetect if it's mobile. If so, then use that set of templates throughout the entire site.
Speaking entirely in technology-free terms, what is the best way to make a mobile friendly site? That is, I want to make a site that will work on a regular computer but also have mobile versions of the pages. Should I rewrite each page? The pages will probably have different functionality, so should I rewrite the backend code? Should it be…
I have a rather deep hierarchy of objects that I'm trying to persist with Entity Framework 4, POCO, PI (Persistence Ignorance) and Code First. Suddenly things started working pretty well when it dawned on me to not use the new() operator. As originally written, the objects frequently use new() to create child objects.
Instead I'm using my…
Hello,
Is there a way to modify the HTTP response code when using apache axis 1.4 for java?
This would be useful for testing purposes, for example simulating server side errors.
I've already tried the following:
Set the HTTP code directly in the http servlet Request:
MessageContext context = MessageContext.getCurrentContext();
…
In .NET Compact Framework a device can have several IP Addresses I want to find one that is NOT coming from the Cellular connection. Goal is for WiFi or Ethernet connection.
Is there a way to do this?
Seems like State and Notification Broker would have a way to do this but didn't see a way.
Related Questions: Benefits of using short-circuit evaluation, Why would a language NOT use Short-circuit evaluation?, Can someone explain this line of code please? (Logic & Assignment operators)
There are questions about the benefits of a language using short-circuit code, but I'm wondering what are the benefits for a programmer?…
Is there a tool (ideally command-line-based) that can help in converting the source to HTML tables into “graphical text” (think perhaps ASCII art for HTML tables) for use in code comments (like /*…*/), as show below?
/*
+--------------------------------------------------------------------+
| Network …
I am using SQL SERVER MANAGEMENT STUDIO.
I want to know the shortcuts for easily aligning the T-SQL Queries and codes in a beautiful format for easy readability and understandablility.
Please Let me know how to align the code without using any SQL SERVER FORMATTING / ALIGNING Tools.
It is Urgent, Waiting for your kind reply at the…
Does anyone know of a good .NET library that allows me to parse source code files, but not only .NET source code files (like java, perl, ruby, etc)?
I need programmatic access to the contents of various source code files (e.g. class/method /parameter names, types, etc.).
Has anyone come across something like this? I know within…
Suppose these two are essensially the same:
push 1
and
0x1231
Which says each assembly instruction maps to a machine code.
But is it necessary that each machine code can only map to one assembly code?
Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code.
It doesn't seem like a trivial problem, but it's so popular in Japan that there must be something already available...
Hi,
I've run into codility.com new cool service after listening to one of the recent stackoverflow.com podcasts.
In short, it presents the user with a programming riddle to solve, within a given time frame. The user writes code in an online editor, and has the ability to run the program and view the standard output. After…
We're committed to git for code management. We're trying to find a tool that will help us systematize code reviews. We're considering Gerrit and Code Collaborator but would welcome other suggestions.
We're having a problem answering the question, "How do we know every commit was reviewed?" (Or "What commits have yet to be…
This is a matter on which I would like to gauge the opinion of the community: Do you still limit the length of lines of code to a fixed maximum?
This was certainly a convention of the past for many languages; one would typically cap the number of characters per line to a value such as 80 (and more recnetly 100 or 120 I…
I've got an app that has a UTF8 name (hebrew). I use the platform/android/AndroidManifest.xml file for this.
I've managed to narrow it down to the Ti.cloudpush module.
only when I enable this module I get the error.
I used to be able to compile it to android without any issues but as soon as I enable cloud services I…