Is there a web-based tool available, where I am able to...
...define data models (like in a database admin tool)
...fill in data (in custom web forms, not too generic) with basic features like completion
...import data from CSV oder Excel Sheets
...export data to CSV or SQL
...create snapshots of my data models (versions, diff, etc.)
...
When working with web-designers in a Spring-MVC and JSP environment, are there any tools or helpful patterns to reduce the pain of going back and forth from HTML to JSP and back?
Project requirements dictate that views will change often, and it can be difficult to make changes efficiently because of the amount of Java code that leaks in...
Hello,
I'm working on a website using extensively javascript. The code I'm working on also rely on other big javascript libs. The thing is that somewhere in these libraries, some alert box are poping.
I was wondering if there are some way to disable the javascript alert box on the fly and re-enable it later.
Thanks
...
I have a web-service (with Spring-WS).
I have a jar with several schemas (schema1.xsd, schema2.xsd and schema3.xsd) which I include in my web service.
Is there a way to expose the schemas from the jar through a servlet somehow in my web-service wep app?
My Spring MessageDispatcherServlet is mapped to /ws/
I would like my schemas to b...
Question: What is the best way to set focus to a web control in ASP .NET.
I can do it, but it's ugly. I have a web control wrapped in a web control hosted on a web page. So, if you do a view | source on the page the id is something like WrapperControl_Control_TextBox.
I've tried the "tried and true" Javascript methods of grabbing th...
Our company publishes our software product's documentation using a custom-built content management system using a dynamic URL namespace like this:
http://ourproduct.com/documentation/version/pageid
Where "version" is the version number to which the documentation applies, and "pageid" is a unique string which identifies that page in ou...
I have been trying to write my first big web app (more than one cgi file) and as I kept moving forward with the rough prototype, paralelly trying to predict more tasks, this is the todo that got accumulated (In no particular order).
* Validations and input sanitizations
* Object versioning (to avoid edit conflicts. I dont want hard lock...
Hello everyone
I have been coding procedural php for a while and I feel I got a pretty good hang of it.
I feel like learning something new. Any ideas on what is good/hot to know?
I have read some about zend mvc and it seems interesting, but im not sure..
I feel like procedural php is so unorganized and hard to debug when the project ...
In the process of automating some code, I am looking to call upon a function based on what a string is.
For example, I have a variable $somevar which is set to the string "This". Now I want to run a function doThis();
So, I was hoping I could write do.$somevar($var,$var2) . I want it to run doThis($var1,$var2).
Is this possible?
...
Hello,
I visited this site and i really liked the code colorer used by it (apart from that CSS3 article on speech bubbles).
I went through the source code of that page but could not find which syntax highlighter is being used there.
Does any one have an idea?
...
Hi all,
Would like to know if there is a setting anywhere which causes debugging to automatically stop when IE closes, and also if there is a way for this to work the other way around and IE to close if debugging stops.
I know that this works when the project type I'm working on is a 'Web Application', I'd like to know if the same func...
Hello,
Suppose I have this html markup:
<div id="wrapper">
<pre class="highlight">
$(function(){
// hide all links except for the first
$('ul.child:not(:first)').hide();
$("a.slide:first").css("background-color","#FF9900");
$('ul.parent a.slide').click(function(){
$('ul.parent a.slide').css("background-col...
I really like how Lifehacker.com (and Gawker.com) implements their comment system.
I believe, but am not certain, they use Movable Type as the platform for their blog.
What I like about their comment system is that it's a simple open text field and once you click "Share" it then asks you to register.
Question: Anyone know how to accom...
Hi,
How can I tell e.g. Tomcat to use a specific context path when given my WAR-File?
Example:
I have a war file created by maven build and the resulting name of the file is rather long.
So I do not want the tomcat manager application to use the filename of the war as the context.
Supplying a context.xml in META-INF did not produce th...
I really like how Trulia.com has created their custom Google Map InfoWindows.
What I like in particular about Trulia's implementation of the InfoWindow is:
Extends beyond the map border: Google Maps InfoWindows are contained within the map border whereas Trulia's seems to be able to float on-top of the map
Always displays InfoWindow n...
Hello,
Let's say I have this:
<div id="wrapper">
<pre class="highlight">
$(function(){
// hide all links except for the first
$('ul.child:not(:first)').hide();
$("a.slide:first").css("background-color","#FF9900");
/*
The comment goes here.
*/
</pre>
</div>
With Jquery, I want to find what is in be...
Sometimes, I came across certain web development framework which doesn't provide authentication feature as in Authenication ASP.NET
I was wondering what is the security measure needs to be considered, when implementing "Remember Me" login feature, by hand coding?
Here are the things I usually did.
1) Store the user name in cookie. The...
I am following the django tutorial here. I have copied everything exactly. After the part where you enter the python manage.py sql polls command, it returns:
Error:App with the label polls could not be found. Are you sure yuor
INSTALLED_APPS setting is correct?
I have the site installed in /home/kevin/crossen/crossen, and the dir lis...
Hello Every one,
I have been working on microsoft based web technologies (.net, sql server, iis) for about an year and would like to know the opensource alternatives for the above. I have heard of LAMP, Java based technologies, ruby on rails etc. Can you please point me to a place where I can find more information about these and how t...
I have a client who has been using WebOffice (from WebEx) for a variety of tasks within their small organization. The problem is that they only really need a small subset of the features WebOffice provides (Contact list, Database, and Document Storage).
They've asked me to develop a website focused on these three features with the ra...