web

chart component for java server faces

hai.... anyone know chart component for java server faces? ...

What wysiwyg editors can be load with ajax ?

Working on a blog application in C# with MVC and want to load a wysiwyg editor with ajax on a page. only not all editors works good to load with ajax. What editor works to load with ajax ? and what are your experiences doing this? ...

How do I position a div to upper left of page?

Hey all.. I am struggling with a CSS issue. I have a simple front page that consists of 4 divs. 3 of which are visible. The other is an overlay. <body> <form id="form1" runat="server"> <div id="header">Header</div> <div id="overlay" visible="false"></div> <div id="container">Container</div> <div id="menu"> <input type="text" /> <inp...

C# Web Service - Deploy on my website

Hi guys, I have a website and also connected in SQL Server. How do I deploy my Web Service in my Web Site? Do I have to create a Virtual Directory? am using HELM Regards, ...

simplest way to dynamically display math content on web pages

Hi, I'd like to let people type math (latex) in a text field and show them the math content dynamically as they type on the same page. how can this be done (i'm developing on windows)? thanx! ...

What is the best way to create a web widget that gets parameters from the site that holds it and use those parameters for a web application on a different URL.

I would like to build a widget that should be embedded easily in any kind of website. The widget needs to get a few parameters from the website that holds it, and the widget will run a web application that located in a different URL using those parameters. i thought about using an script that have the web application url as the source ...

how to create C# web service for mpeg 4 streaming?

Hi all, I want to create a C# web service for audio steaming (upload n download) to iPhone. any help would be greatly appreciated. ...

How to enable guest trial tour on a website and import the guest data in when user registered.

I have a website need user login to save personal data. But I want to enable user a trial tour if he does not want to register it until he think he actucally need the website' services. 1) What should I do? 1.1) How to save his data before he register and login? I know to use cookies but my data maybe too large to be holded? 1.2) How ...

what is Xhtml "best Practice" ???

any body have any check list on Xhtml best practice ? @Uberneet YES ...

Images with maximum density

I'm pre-generating a set of web pages, each with a few hundred small, static, randomly sized images. I would like to fit these images into the smallest area of the page possible. Order of display isn't particularly important. Is there a general way to maximize the display density of these images? Currently, I'm doing the simplest thi...

How to post json object in web service

Dear All, Can any one help me please that how to post Json object to web service using c#? Actually I am trying to verify an App Store Transaction Receipt in C#. follow this link to have an enough idea. http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StoreKitGuide/VerifyingStoreReceipts/VerifyingS...

iphone compatible website

hii i have a website work fine with safari. as per the requirement i want to make this site accessible through iphone properly. plz help me how to do this i m new to iphone. if you give me a example of normal web page souce code and its converted code(after making change) for iphone thn it will be very helpfull 4 me...i tried iui lib...

Selecting Users For A/B (Champion/Challenger) Testing

We have a framework that offers A/B split testing. You have a 'champion' version of a page and you develop a 'challenger' version of it. Then you run the website and allocate some of your users the champion and some the challenger and measure their different responses. If the challenger is better than the champion at achieving your me...

Consuming java web service from .NET client

I am trying to consume a java web service from .NET. When I add service reference to generate proxy and run the programme i get the error below The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://order.x.service.y.com:requestPayment. App...

How do I log in to a site remotely using a script?

Hi all, I'm trying to write a script to automate a repetitive task I currently do manually. I would like to log in to a site remotely and inspect the returned page. I've been doing this by sending a direct POST request (the site is PHP, I'm pretty sure it's Joomla) with my login details and data for the other fields of the form from t...

How to take an engineered approach to making a website ?

I'm thinking of starting a website (Not static but PHP based) - something like a portal. However, i want to do this right. Can anyone help me in delineating the various processes that my site can go through ? Like : How the data flows between different pages (data flow diagram) ? Steps in selecting a design etc.. etc... Basically ...

Strange CSS behavior when running through VS Web Server vs IIS

So the question basically says it all -- I've got a site that looks one way when I run it locally through the visual studio web server (http://localhost:3452/) and on IIS7 (http://server/myproject/). At first I thought there was something wrong with my CSS that was not resolving properly, but I believe I've checked all of those things a...

Is AJAX push a HTTP protocol aberration?

Develop a elegant Pub-Sub architecture in web-oriented-apps is a real challenge. Although there are some very interesting solutions using long-polling-connections (e.g. COMET) and repetitive-timeouts (e.g. js setTimeout). IMHO AJAX push still looking like a layer of tweaks and hacks forcing the innocent HTTP protocol. So what do you thi...

Permalink best practices for ajax pages

Let's say I have a "report" page that can be customized via Javascript. Say I have start_date, end_date and type ("simple", or "full") that can be changed. Now I want the address bar to always contain a "permalink" of the current (customized) view, so the user can easily copy it. If I'd do this without Ajax, I would simply use something...

Geotools google maps java ee web application

Hello all. I'm searching the alternatives for developing a java web application to calculate land values based on some variables with a visual presentation of a map. Since the data that i have is ESRI shapefiles and i want to go open source i ended up with this configuration. Take the shp files with Geotools , transform and store the...