Is there a way to disable the status bar in iPhone web apps? I'm working on something that requires a fixed, fullscreen view, and the status bar is rather annoying.
I'm playing around with Google Analytics goals / funnels. I would like to use this to track a checkout process, but the web flow urls are formated in a way that makes this very hard.
Would it be possible to change:
http://localhost:8080/checkout/checkout?execution=e1s2
.. into something more like this:
http://localhost:8080/checkout/checkout/shipping?execution=e1s2
or any thing else that would make them more trackable with Google Analytics?
Hi,
I am Developing a web Application in ASP.NET 3.5. I have to create UI that customize user. That means, user change their profile Background Color, Fore color, size, etc.
How Can I create this!!!
I'm building a web site that needs to stream video and be friendly for handheld devices (especially the iPhone). Some handhelds don't support Flash so I'm avoiding the use of a Flash player. How does Youtube stream its videos so that they play on both desktops and iPhones? I'm looking for a player, or multiple players, which can be somehow activated based on the user's device.
Your help and guidance are much appreciated. Thanks.
I am working on a google box, something like this,
http://mytwentyfive.com/blog/wp-content/uploads/byme/Google%20Search%20Appliances.jpg
I am pointing the crawler to a folder where there are html files. before the crawler was crawling the files and indexing them but right now it finds the pattern or the folder but not following any html files within the folder. I have tried everything I could and know but, can't think of anything else.
Can someone help?
thanks
I'm loading profile pictures from Facebook, cache them on disk and load them into cells of a UITableView.
Now I'm wondering, how I can find out when someone has changed his/her profile picture on Facebook that I have to load the new image from the web instead of using the one cached disk.
The url of the image is always the same. Is there a lightweight way of doing this without downloading the image and comparing it to the local file?
Hello all
i need to operate smell web server in my application play flash swf files in my embedded browser , this application will be distributed to local users to desktop users
what is the best way to implement it in desktop application i mean ports / local host ?
I am trying to design the standards and patterns for implementing portlets/web gadgets with the main goal of maximizing interoperability if those components were hosted in a Java app server framework or within an existing ASP.NET technology (SharePoint webparts), or a client side-only framework.
Is there any guidance anywhere of the parts of different portlet standards that are shared between most portal frameworks?
Is the best I can hope for is to adhere to the JSR 168 and 286 standards and hitch my wagon to Java?
How can I get this a symbol, a to show up on my web site?
it is for http://www.ohanamakamae.org/
and all the other symbols work, just not the a.
I hope someone can help, I am working in Dreamweaver.
Currently I am developing Web Parts for MOSS 2007 using .NET 2.0 and deploying them to the GAC with WSPBuilder. I would like to move to .NET 3.5 to open up things like LINQ and WCF.
Is this possible and will there be any significant changes required to MOSS to support doing so?
Hi All,
I am Working on new Project.
In this web site client used a font (Volta Regular).
please tell how can i used it. This font is missing in my Computer,
How could i used it. This problem would come with all machine. How could i adjust it through css ?
Thanks
Mayur
I am trying to read dataSource ad Catalog from connectionString in web.config in Silverlight business project. Unfortunately when I used "SqlConnectionStringBuilder", I could not read connectionstring the has "connectionString="metadata=res:///MainDatabase.Main.csdl|res:///MainDatabase.Main.ssdl|......."" where as it work for
"connectionString="Data Source=My-PC\SQL_2008;Initial Catalog =...."".
I could get them using "Split" however, I don't like that solution. Is there any way to get my requirements?
Thanks
I have an IIS6 web server that is hosting two application pools. Occasionally, one of the w3wp processes will spike the CPU for a while, and both app pools seem to suffer the consequences. I'm not sure which one is which, and without that information I don't know which application to blame.
How can I tell which w3wp belongs to which App Pool?
I'm just trying to understand the Templating(system). If you use MVC in your web application then you don't need to use something like Smarty(template engine) as you are already separating application code from presentation code anyway by using MVC right? please correct me?
So am i correct in thinking it's MVC OR Templating or do you use both in your apps?If any one could explain this in detail it would be great.
Thank you in advance;-)
Given a Web Service response object for which the Sun JAX-WS Reference Implementation has bindings to generate XML, how can I instruct the Sun JAX-WS RI construct a SOAP message that represents the object? The format of the output message should be identical to that which JAX-WS would generate if it were sending the message as a response to a SOAP request.
What can I do to make my PHP web application fail in a more noisy way?
I am using an MVC pattern and often when classes fail to load or failures they do so without error.
I want to dynamically load .swf file in a player(like FLV player of as3) in as3.When I shall click on an image the corresponding video will be played on the player on right side(like you tube). Is there something (like FLV player) for .swf files with play, pause, resume, scrubber options to play in web?
The Java manual says:
The locks held on a particular file by a single Java virtual machine do not overlap. The overlaps method may be used to test whether a candidate lock range overlaps an existing lock.
I guess that if I lock a file in a tomcat web application I can't be sure that every call to this application is done by a different JVM, can I? So how can I lock files within my tomcat application in a reliable way?
I am working on an app which calls a rest web service. Sometimes the xml responses contain characters which the phone can not display. When displaying these characters, an empty box is displayed instead. I would like to filter out these characters. How can I detect if a character will be able to be displayed on the screen?
Question
I setup Hudson CI on a Windows 2008 server and now I want to be able to use the domain name to access it from any web browser. Right now I can only access it by using http://localhost:8080. How do I configure it to be public accessible?
What is the more efficient way to create a web video chat ?
What tecnologies ?
What server side and client side languages ?
What type fo server ?
etc
.
Thanks ;)
Hi,
I have followed http://stackoverflow.com/questions/3035932/liferay-custom-authentication-web-service link to customize authentication.
But Liferay is still checking whether the same user email id is configured in the liferay db or not. If its not, it is saying that authetication failed.
I do not want to keep any user information in the liferay db. Do any one know how to do that?
Regards
Vishal G
Iam getting all the messages from CDYNE SMS Notify! Web Service and storing into the local database table and then
showing into the itemcontrol from wpf control. selects one of the message and then click delete. i am able to delete from the
local database but its not getting deleted from the service level.
how to delete the messages from the service level as well on click of delete button.
please help me or suggest me..