Hi,
I need to incorporate a Timezone dropdown selection within my web app, which I need to use within an Oracle database.
I basically require the user to select their timezone and I then need to use this against time stamp info stored within the Oracle tables.
Unsure where/how to build this Timezone selection list within my page - exa...
appfuse: Embedded error: java.sql.SQLException: Field 'x' doesn't have a default value
...
I have a activeindex naviagtion error, while i navigate pages using the next button.
This issue is happening, when user goes to the last page again come to the front using back button and go the last page using “next “button. (Multiple iterations causing this issue)
Website is acting strange. It gives following flow..
Page1-->page2-->...
I am retrieving the HTML from the web. I get "java.lang.OutOfMemoryError: Java heap space (repl-1:3)"
;; fetch: URL -> String
;; fetch returns the string of the HTML url
(defn fetch [url]
(with-open [stream (. url openStream)]
(let [buffer (BufferedReader. (InputStreamReader. stream))]
(apply str (line-seq buffer)))))
...
We have a local database of our products without the price. To get the price, we need to POST an XML file containing the product ID and the credential of our company to the manufacturer. The manufacturer will send back the same XML file and will add the price in a new tag. I need to parse that file to get the price.
Here is a part of t...
I am a PHP and PERL coder and lately I have started feeling that things would have been little easier had I chosen Python or Ruby as the language for implementation, more so when I think of scalability.
I know about 60% of all web application are still written in PHP and includes biggies like Yahoo and Facebook. But still I would like t...
Hi,
Say DB has three tables: Customer, Order and Products. DAL layer could use just one class ( aka one data access logical component ) to perform CRUD operations on all three tables, or it could use three different classes (aka three different logical components):
1) Customer Data Access Logic Component
2) Order Data Access Logic C...
Background. An intelligent marine ecologist student would like help with her University-hosted project website.
Proposed Solution. I installed an open source website authoring tool (Amaya) on her Windows-based laptop and began to teach her to craft websites.
Result. Amaya is too complicated, too buggy. CSS and HTML are too complicated ...
Should I care about HTML 5 for my web application ... and why?
Or to put it another way, what are some of HTML5 new features that I should be aware of?
...
Hi,
I want to know, In an organization who handles planning of the website structure and function for every section? What are the Steps or Workflow?
I am sometime amaze with big sites that are well structure and is easy to access.
As a freelance designer I have created some small sites but doesn't really need a big planning. The clien...
I know there is the bug where absolute elements appear above relative ones. However I am getting the reverse of this issue.
The z-index on the "bottom" element is 1 and has a position:relative assigned. The top element has absolute positioning and a z-index of 99.
This works fine in Firefox, Webkit based browsers and IE8. Any ideas ab...
A client I'm working for has a standard in which they require the data layer of new applications to be wrapped into a web service, and placed a machine seperate from where the business/presentation layer will be hosted. Could someone tell me what the benefits of doing this are? It seems to me that this causes more problems than it solv...
I'm accepting a string from a feed for display on the screen that may or may not include some rubbish I want to filter out. I don't want to filter normal symbols at all.
The values I want to remove look like this: �
It is only this that I want removed. Relevant technology is PHP.
Suggestions appreciated.
...
I want to be able to list the files and directories of a mercurial repository in a web browser using javascript.
...
Is there any such thing that would allow me to use an IP address to browse with HTTP but then give it a URL to use for the web app to pick up on? This would allow me to test multiple server locations of a web app (think dev, QA, live) without having to change my hosts file or manage a bunch of sub-subdomains. So for example if the site i...
$('div#Categories > div.categories a#showhide').click(function(){
// Get the subManufacturers list
var subCatList = $(this).parent().find('ul#hiddenSubCategories');
// If collapsed do expand
if (subCatList.css('display') == 'none')
{
subCatList.slideDown('slow');
$(this).f...
Hello all,
I'm having a hard time find an answer to the following question, which would seem pretty common, so I must be missing something fundamental. Could you please help me out?
Given the contrived XML schema, sample XML input, and sample XSLT below used to transform XML to HTML. How do I set attributes within tags? For example...
I have xbap which needs to run on a full trust mode because my application needs to upload a file from the client machine to process. I have to provide a installation steps to install.
If i do it as a click one instillation, do i still get a security error? If so what is the best way to resolve it?
If i install it in remote server, I sa...
I'm developing a website and in my attempt to make friendly URLs without recurring to mod_rewrite (because chances are my client's server doesent allow it), I came up with this system:
index.php expects a variable called $seccion, which should contain a relative path to a second file with a particular section. That way I keep the static...
I'm looking for the simplest solution to this situation:
I have a pre existing web store with a shopping cart using .NET (vbscript)
I customize what products my customer's see based on the subdomain they use to come to my site (customer.mysite.com)
What my customer's are requesting is, instead of typing in their billing/shipping addre...