Hi folks. I currently have a RESTful servlet running that returns json upon receiving a POST query. I would like to implement authentication over SSL, so that the user will first login and send his credentials so the servlet knows what level of authorization it has to return the data, but I'm not sure how to go about implementing this fo...
I know this is easy in Cocoa. Not sure if it is possible in Safari.
...
How do I style 'reset', 'button' and 'file' input types, let's say with images?
Thank you!
...
I want to be able to know when a user navigates away from the page I have loaded in a window opened by Javascript. For example if I have:
newWindow = window.open('http://www.example.com', 'testWindow');
I want to know when the user navigates away from that page (so unload, onunload, onbeforeunload would all work for me if any could be...
I am trying to add a border and padding to the table row of XHTML 1.0 Transitional web page (see code below to repro). I know that if I change the type of page to something else, I will be able to add borders and padding to the table rows and cells. But in XHTML 1.0 Transitional, it doesn't work at all.
Considering that I can't change ...
I am looking to retrieve information from particular webs pages for an iPhone app. What I have in mind is to load the html source code into a string and parse the string for info that I need, but I have no clue how to load a web page source code into a string, or if it is possible at all.
So my questions would be:
How to load an web ...
Hello,
I am new to using CURL, and a novice PHP coder. I would like to take specific elements on a web page (that change via AJAX) and input them into a databse using CURL. As of now, I can write a text file of a web page using CURL, but I dont really know where to go next. Any help would really be appreciated!
...
I have an ExtJS grid connected to a store. When I add a thumbnail column with an <img> tag inside store, grid shows 0. Is there some kind of html filtering? If I change the store data to something without html tags it shows fine. Excuse my awful English and thanks in advance.
...
This has been always a problem for me , Character problem . I always tried to solve my problem with little patches , actually this never solves my problem in reality.So I am looking for very strong solution to solve all these problems.I want to learn how big apps(facebook , google, other multi lingual ajax apps and apis) solve this probl...
I have currently a program written in html / javascript related to the Google search API which functions when users search a place, information and local places on it will be returned.
Google custom search and web results have a standard "UI" for their results returned. I would like to display them in my personal UI, etc maybe in a drop...
I'm writing a Java application that will run for a long time (essentially, it stays running between system restarts) and does a fair bit of intensive near real-time data processing. Data is delivered to the application, some work is done on that data, and it's then passed on for delivery.
I need to provide a way to inspect the inner wor...
I have a website. It is pretty simple, just a column of text in the middle and on the left of it a navigation column with links to my pages. When I resize my browser window while on my website, making the window smaller causes the column of text to cover the navigation column. While this isn't a problem on computers with widescreen monit...
My problem is that I need a footer which is always on the bottom, even if the page scrolls etc.. but I don't know how to make the content follow the footer.
Please see the example given, this is a very similar layout, I have a sidebar also, but you can see with firebug, or something like that, that the body div is not following the foot...
Hi
my code is----
what happening is url and id is passed from one function to another but when i clicked on link which contain add(){} function it
<a href="#" style="color:#FFF;"onclick="add();" id="cricket" tabindex="1" name="cricket">cricket</a>
it doesn't catch the url and id
javascript fn is-------
var url, id;
function addE...
This is a two part question. Someone answered a similar question the other day (which also contained info about this type of array in PHP), but I cannot find it.
1.) First off, what is the correct terminology for an array created on the end of the name element of an input tag in a form?
<form>
<input name="p_id[]" value="0"/>
...
Hello,
i need to compress or optimize the html page to give better perfomance,, so please tell me what tool will be best for it,,,
...
I don't know if it is possible! Maybe my thought is also wrong. I want to invoke a search corresponding to all links in my Wordpress blog.
I am using an Ajax call for my other search in this site. How can I retrieve a linking text from hypertext tag in html.
eg: <a href='www.example.com'>demo</a>.here i want to get 'demo' as input.
...
As i have referred some articles and sites, i found that we can also create HTML file and then we can display HTML file using Android WebView..
I have referred at:
http://tinyurl.com/yjona4j
http://tinyurl.com/3xlnjjf
So my question is that - "Is Android provides STYLE/CSS tag to define styles , if yes then there is any way to write...
Hi,
I am trying to make a poll application with java and jQuery for UI. The questions will be visible but answers will be hidden. I want that when a user clicks a question the answers will slide down. But in the implementation should i make every question and it's answers in a different 'div' element. What should be my outline?
...
Is there any particular reason why chrome does not respect "display:inline" when it's used on "<table>" and is there a known workaround? Everything works fine in firefox but for some reason chrome refuses to do the right thing when I type
<table style="display:inline;">
table stuff
</table>
firefox alignment:
chrome alignment:
...