Hi,
In my web application I got a search results list (SR). The search is heavily parametrized. Each element on the list can be clicked and then the element's own page (EP) is displayed.
Now, the customer wants to have the ability to go to previous and next element from the search list that was used to enter the element page.
How wou...
Is it possible to sign a document stored in DB on server using CAPICOM+javascript on client ?
I´m developing web/intranet application. User need to attach his signature to document stored in server database - detached signature (p7s file) and upload this signature back on server.
How to get document on client ? Is it possible to hash d...
I have got a SSIS Package running every 2 hours. It collects data from different DBs and updates the DB of my ASP.Net Application. Everything goes smooth, but the asp.net application is still using the old data, it has the data somehow cached. If I just open save the web.config, it empties the cache and uses the updated new data. How ca...
I have found this question but it was never resolved and don't want to hijack it for myself. I'll try and give as many details as possible.
I have a shared hosting account on a linux server which is my web server and I have shell access.
I'm working from a windows machine using tortoise svn.
I have several web sites in my public_html/...
Merging huge CSS files is huge pain,
Hi i found some question asked on the same line. I tried some of the tools but they end up merging line by line rather than on the basis or CSS rules.
Now i thought i should right one good program to do following,
1. read CSS file convert in XML
2. sort it on the basis of CSS rule
Now write one mor...
What Language(s)/technology is used to make Ask.com? Also does anyone know what database they use?
Thank you in advance ;-)
...
I'm just doing some research into the Language(s) and Technologies used to build the old school search engines like Excite, Altavista, Lycos and Ask Jeeves?
What i would love to know is the Technology used to create them originally and the databases used?for example the first version of Google.com was built using Java and Python.
Than...
I need to install Tomcat on my local mac environment. Only tutorials I am finding are from some time ago. Running Snow Leopard. Anyone know of any good resources for this?
...
I am using the email address as a username and am allowing users to change their email... which obviously also changes their login. Is there any reason why allowing this flexibility would be a problem? users are tracked with userid.
thanks
...
I'm a junior c# web developer preparing for my first interview. What kinds of things/topics should I be expected to know?
...
I'm trying to make a log in or sign up feature for my web site in my iPhone app. My website is a content management system, and like any other CMS, it has log in and registration features. It also has permmissions, dependent on the user account. I think I would have to use UIWebView for this.
Are there any examples or tutorials I can e...
I have a python script that parses a large set of data into an internal memory structure, and implements various fetch functions on the structure.
I want to built a simple web frontend for this script, with the condition that the data is only initialized/loaded once (since re-loading upon each fetch would consume too much time/resources...
I allow anonyous users to post a comment. I generate a GUID and insert them into a userTable and assign an anonymous role.
I dont save much other than the post itself tso the user table fields are pretty much empty.
My concern is that I will have unnecessary rows in the user table which I then have to go in at some point and erase and ...
I'm making a review type website, and I would like for there to be 2 types of users. One would be the majority, reviewers while the other would be the person the review is about. How, in terms of database design would I differentiate the two. Should I have separate tables for reviewers and reviewies or simply assign a different range ...
Why do I need a Markdown with a front edit editor like WMD? What does the markdown do to the content that’s sent from the WMD editor?
How does Markdown store the content in the backend? Is it the same way like *bold* or in some other format? Why can’t I just do an html encode?
Sorry if I sounded very naïve.
...
i'm in search of a simple jquery image flipper/fader, that will cycle through a bunch of images, each of them with it's own link.
the flipper will be used like so: my client wants to display logos of his own clients in succession where each logo will link to the respective website.
i know this can be implemented in flash, but i (and my...
Hey Guys n Gals!
Want a to add an option dynamically to an Select element using prototype.
There seems to be a lot of different ways to do it out there, all to do with options.add etc... Not seen much in the way of cross-browser ways.
Want it to be as light-weight as possible.
This is what I have got so far. It's just the appending ...
How do I perform case insensitive string comparison in Javascript.
...
We're creating a web app which is going to designed to be fully 2.0 (AJAX-ed and what not).
As a rich-client and server-side developer, I know Javascript only at a functional level, but I'm beginning to learn JQuery based on recommendations and seeing how simply much of it.
I've found things like SlideDown in its' API which will slide...
What would you do if your site visitors disabled JavaScript? Do you block them?
...