I'm looking for a tool that can be used for sketching UI (specifically web UI). The sketches/drafts can look as simple as if it was drawn by hand on a whiteboard.
Preferably, this tool should be free/open-source and run on Linux as well as on Windows, but this is not a must.
Could you recommend?
...
If similar question has been already posted, I am sorry for the duplicate.
Our intranet site has links to a lot of pdfs.
But most of our users dont have pdf plugin installed.
So they couldn't see any of these files.
Installing pdf plugins for the browsers in their machines has been
ruled out. we dont know why, but it might be some se...
Hi,
The registered accounts in my web application (Created using struts2) gets a separate site like http://localhost/accountname
And each account has its own login page. After registering, the users will get a separate site http://localhost/accountname
I want to scan the request URL (in struts2) first and then forward that request ...
I am using the Google Maps JavaScript v3 API.
The maps library takes awhile to load; however, certain functions load before others.
How can I programatically determine the instant the getBounds function is ready for use from the Google Maps JavaScript library?
UPDATE:
Is there some type of event I could create to run once getBounds i...
How do search engines merge results from an inverted index?
For example, if I searched for the inverted indexes of the words "dog" and "bat", there would be two huge lists of every document which contained one of the two words.
I doubt that a search engine walks through these lists, one document at a time, and tries to find matches wit...
Why other languages character doesn't show in browser title bar?
for example see this http://chhotikashi.com/
...
I have been dabbling in programming/scripting languages since I was a kid. I started off with HTML and CSS, then went on to PHP (which I got quite good at) and then to Python, Perl, and C(++). I've recently done a lot of work in PHP (along with MySQL).
After spending so much time learning these languages, I now want to do something with...
After exploring several different ways to pass web data to a database for update purposes, I'm wondering if XML might be a good strategy. The database is currently SQL 2000. In a few months it will move to SQL 2005 and I will be able to change things if needed, but I need a SQL 2000 solution now.
First of all, the database in question u...
For a contact management system web app that allows tennants to upload lists of contact records (having varying field structures) and then displays these back to multiple users (within tennant) one at a time is there a good p/saas database solution to handle this
-it would need to allow uploading lists with custom fields (20K records per...
Good evening. I am relatively new to programming and have spent untold hours trying to resolve by issue with checkboxes. What I am trying to figure out is how to code the following:
I want the user of my form to be able to select anywhere from 1 - 4 events and be able to store in a mysql database what those selections are. For insta...
Can you setup a variable for javascript in one page and have another page load and still have it recognize the variable?
...
I don't know if this is the right place to ask a question like this, but it is programming related, so here goes.
I was given a zip file containing the entire source data for a website, including the scripts used to create the database backing it. I know that the site was built using a PHP-based framework, but not which one. I was asked...
I just installed wordpress on my local machine because I want to learn some basic web development tools and wordpress has all the components I want to play with. There is a lot going on when wordpress presents a page inside the browser and I would like to get a handle on all of it if possible. So do you have any suggestions on where I sh...
Hello,
I know JQuery does most when it comes to cross-browser issues. I just wanted to know if offset() method of JQuery serves the purpose of cross-browserability, I mean top, left, etc properties that can be derived from it?
Basiclly once I apply top, left, etc properties (which are derived from offset() function) to an element, I ne...
Hello,
I have this code:
$('.user_info').click(function(){
var pos = $(this).offset();
rel_value = $(this).attr('rel');
$('#' + rel_value).css({top: pos.top + 'px', left: pos.left + 'px'});
$('#' + rel_value).show('slow');
$('#' + rel_value).hover(function(){}, function(){
$(this).fadeOut('slow');
});
...
Hello,
I have been creating an image gallery with JQuery, all is done. The images are placed side by side horizontally within a div whose overflow id hidden (don't want to show scrollbars). I have two images arrow left and arrow right within links. Now I want to do is that when i click left arrow, it should show previous image and when ...
I was reading the article "50 of the Best Websites Developed Using Ruby on Rails". It seems quite impressive.
But is there any way to find out which framework any specific website uses? Say dzone.com, how could I find out which framework it is using?
How could I find websites made with, for example, the Spring Framework?
...
Hello,
I have made a image gallery with jquery found here:
http://sarfraznawaz2005.kodingen.com/demos/jquery/image_gallery/
I just wanted to know how to i add functionality to prev and next arrow images to show next and previous images with jquery.
Thanks.
...
I need an opinion and advise from experienced ASP.NET people, what way to go.
Assuming that a developer has some practical background with HTML/JavaScript/PHP on one side and some .NET/C#/WPF experience on the other side. No previous hands on experience with ASP.NET - only theory and some read books on the topic.
The task is to build A...
Hi, I'm going to be developing a site where users will have the opportunity to edit previously submitted form data. What I have been asked to do is to track all edits via some form of versioning system in the database. I'm still not entirely sure of the structure of the data i'll be working with yet, but I'm trying to think of the best a...