When building websites I commonly use tools such as http://browsershots.org to ensure that my pages looks reasonably OK in the different browsers. I am however starting to get complaints about a heap of mobile browsers running on different portable devices.
My question is simply how do one best carry out mobile cross-browser tests ? (an...
hi;
the video is shown in a colorbox.But this doesn't fill the colorbox.How can i solve the problem?here is the colorbox code.
$(".aHelpSource").colorbox({ iframe: true, innerWidth: 700, innerHeight: 400 });
here is the code which for the video.
"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='150%' height='150%...
How to choose the language or technology before the Application developemnt?
...
Hello,
I have a very interesting question (at least in my opinion).
There is a website using PHP/Javascript/MySQL and users of the website want to get announcement of some data changes, like Yahoo Messenger shows you that you've got new emails, but without writing an application. Is it possible to make a feature for the website to make...
I'm a veteran of C and very new to web design altogether. I've found myself more excited about it recently so I've been researching the technology. I'm open to using just about anything, but as I look around I see the "View" component of MVC type technologies basically being written by hand as layouts of data.
I want to avoid having t...
Since you're using an event loop as opposed to threads, how does the actual server look?
I know it uses an event loop, but how do you separate out the requests? And how do you prevent your server from running extremely slowly (since it, I assume, can only push one thing at a time since it's threadless?)
Some sort of pseudo-code would b...
I know the width of the "Form sheet" modal on the iPad screen (540 x 620), the width of iPad screen (768 x 1024), and the width iPhone screen (320 x 480)… but when loading an html page into the "Form sheet" modal the width defaults to the device width per the viewport meta tag:
<meta name="viewport" content="width=device-width">
This ...
I am developing a rails app and I have 2 different user's role: advanced and basic.
Instead of to hide links in the basic user's views (a.i. using CanCan ) I want to manage 2 different set of views: one for the advanced user and one for basic user.
Currently I am working in this way:
case current_operator.op_type
when 'basic'
...
I have a Solution for a webapp with a
a utilities project
website part
all in VS 2010.
Should the website part be a Web Site or Web Application?
How to exclude certain folders from BUILD, but INCLUDE them in the publish?
Thanks.
...
Hi,
I have a web-app that authenticates against a JDBC Realm. In the web.xml file I can use BASIC authentication or a custom form:
<auth-method>BASIC</auth-method>
<realm-name>JDBCRealm</realm-name>
or
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/login.html</form-login-page>
<form-error-page>/error...
I have a asp.net web application and I create a master page when i try to add new web page i can't find any option that allow me to set master page as in web site ... i just do it manually ... Is it any way to select master page during creating web page ??
EDIT :I do it manually by add MasterPageFile="~/MasterPage.master" to page tag a...
Hi,
I have just been asked to describe the architecture for a large scale dashbaord style project that i will be working on.
I have bever worked on a application of this size and am a bit lost as to what to say.
Could i be pointed in the direction of any articles that may help me get started and hopefully finished.
I have gleaned the...
With both iPhone3 and iPhone4 with vastly differing dpi I'm wondering how to approach setting a base font size with an iPhone web app.
Essentially, my approach will probably be to use em sizes throughout but what is the best way to set the 'base' size in the body selector. (Unfortunately, I'm still waiting on my arrival of iPhone4 so I...
My Java web application (myapp.war) ist deployed by placing it into the webapps direcotry on Tomcat on Ubuntu 10.04.
This application needs to save some data in files. But the user, which is running Tomcat (tomcat6) has no write access to the home directory /usr/share/tomcat6/ and no write access to the current working direcotry /var/li...
Hi ,
It's a question comes to my mind all the time and So i would like to share , And know you mature programmers opinion's .
Unfortunately i spent some years of my life doing Graphic (web) and suddenly i quite and start Web Programming ( because i found myself more interested in programming and because i had a base knowledge about ...
I have a function that takes an element, and then shows all the other elements that have the same class. I know how to show the elements of a give class, but I dont know how to find out what the class of the given element is. Any ideas? I've looked at the docs quite a bit, but I'm not seeing anything.
...
I need to know , can I connect to my Sql Azure database as we connect with our general Sql Server 8/9/10 databases, via Silverlight -WCF or ASP.Net or Winform App.
My development environment is WinXP with SP3 / VS 2008 Professional. I am asking so while installing Windows Azure SDK and Toolkit i got Platform incompatibility error that i...
Im using 2 different sets of views for 2 different user's roles.
Im using register_alias :
Mime::Type.register_alias "text/html", :basic
in the controller:
class SomeController < ApplicationController
def index
# …
respond_to do |format|
format.html # index.html.erb (advance)
format.basic # index.basic.erb
...
Hi,
I would like to create a calendar view of some events gets from a database,
Is it possible to make it with a repeater control? Or its the wrong way?
Txs..
...
I have two web applications both on the same IIS 7 box. One application is running in an app pool with .NET 2.0. The other is running in a different app pool with .NET 4. Both are running as the app pool identity and have identical settings. Each contains a virtual directory of a network share. To access the share, a username and passwor...