I am planning a webapp to control bank paying orders. In a quick review, the user goes online and creates a payment order. This order goes to other people that pays it and register the payment on the system. The system keeps track of all the payments, keeping the account balance up-to-date. The system needs a login system, bank integrat...
Suppose that you have a big Data Entry Web Application Like Microsoft CRM, what is the strategies and technologies that you follow to build a website like it?
I don't want to use any Dynamic Web Page Generation software, because it have a lot of limitations..
Also I don't want to design every page and repeat everything
what's the best...
Is there a way to play video on a webpage with javascript without Flash Player ?
...
How could i add to a blog or site in general a feature that let users export the content to epub format or some other open ebook formats?
It's not a feature that i normally see on most of the site i browse every day (some has export to pdf that is not great as ebook format), do you think it is feasible?
I own an ebook reader and readin...
I am creating a database schema to be used for technical analysis like top-volume gainers, top-price gainers etc.I have checked answers to questions here, like the design question. Having taken the hint from boe100 's answer there I have a schema modeled pretty much on it, thusly:
Symbol - char 6 //primary
Date - dat...
Hello,
I'm looking for advise on how to share certain bits of data (i.e. post-submit confirmation messages) between individual requests in a web application. Let me explain:
Current approach:
user submits an add/edit form for a resource
if there were no errors, user is shown a confirmation with links to:
submit a new resource (for "a...
Hi,
How can I use some projects I created using Visual C# 2010 in a Web Application.
I want the projects all separated in the web application if possible
Thanks :)
...
I want to use XML for UI layout and element definition. Want them to be rendered as HTML.
Request to suggest a open source package for this.
...
I am starting design work of my first website. I know very little HTML. I don't know CSS and I am going to learn and use simultaneously.
I want to know whether there is any tutorial on how to create a layout for any website. Any tips or best practices to be followed before designing starts?
...
I have designed a new web site. I have hosted it online. I want it to be of the best performance and load pages faster.
This website is designed in php 5.0+ using codeigniter. This is using mysql as DB. I have images on it. I am using Nitobi grid for displaying set of records on page. The rest is everything normal page controls.
As i ...
Using Google Maps API v3.
I noticed that if I have a map marker near the edge of my map border ... that if I click the
marker icon so that the InfoWindow will display, my entire map shifts so that the
markers InfoWindow is centered.
I don't want my map to shift.
Question: How do I prevent the map from shifting when InfoWindows are nea...
Hello,
I have created a jquery animation that can be seen by clicking the Preview button on top:
http://jsbin.com/anayi3/edit
I have used the slideDown animation method. The problem is that all items slide down together. I want to each number to display after short delay. It should not be much of problem for experienced jquery develop...
I would like to implement the download estimator using the JavaScript and the Ajax.
I have gone trough Google, existing posts on stackoverflow also to find the existing implementations for the download estimator and i found most of the time asking user bandwidth and then calculating the number is strategy. It good approach and there is...
please any 1 can solve it...
how can i select single file page model or code behind page model......please...solve.../ ow can programmer select each according to condition with visual studio 2008 (3.5))
...
Hey all!
I had a quick question about Django URL configuration, and I guess REGEX as well. I have a small configuration application that takes in environments and artifacts in the following way:
url(r'^env/(?P<env>\w+)/artifact/(?P<artifact>\w+)/$', 'config.views.ipview', name="bothlist"),
Now, this works fine, but what I would like ...
There seem to be several different categories of web frameworks, e.g. MVC, component based, event-driven, action-based, etc.
I can't find a comprehensive list of categories and definitions anywhere. (I dare not ask for examples as well.) Is there a general taxonomy of web application frameworks somewhere, or is this too fuzzy a questi...
I am building a web application which will store general details (address, email, landline....) about my company's clients.
What security measures should I put in place to comply with the Data Protection Act principles?
Is there anywhere a specific list of measure to put in place?
Sorry I forgot to mention In UK.
...
I've got a site with some administrative pages in its root directory. Question: Is there any possible way for a visitor to see all the pages and/or subdirectories in the root directory of this (or any other) site?
If yes, what has to be done to conceal the directory's content?
Thank you!
...
...
<g:VerticalPanel styleName="{style.mainVerticalPanel}">
<g:SplitLayoutPanel>
<g:north size="700">
<g:VerticalPanel>
<g:ScrollPanel styleName="{style.conversationPanelContainer}">
<g:FlexTable ui:field="conversationPanel" styleName="{style.conversationPanel}"></g:FlexTable>
...
I have a rather large amount of data (100 MB or so), that I would like to present to a user. The format of the data is similar to the following...
Date Location Log File Link
03/21/2010 San Diego some_log.txt http://somelink.com
etc
My problem is that I would like to have some nice/slick way for the use...