Hi,
We have an ASP classic ERP (very large application) that we want to rewrite using ASP.NET.
I am looking for a way to organize the application so we are going to be able to separate every program / webpage (over 400) from each other. Every program needs to be independent because many developers will work on the project at the same ...
Hey guys
Heres a simple jquery and html script to simulate the facebook wall.. But it isnt working...cud someone help me out?
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("form#submit_wall").submit(function() {
var message_box = $('#message_box').attr('valu...
Hello,
I am trying to create a website that users have to register for, and this gives them access to all the site features. Potentially, maybe i want users to pay a yearly subscription fee.
Is there a library to handle this for me? This should include, keeping track of user cookie and logged in status, keeping track of expiry date, ve...
I plan to use those functions in web-environment, so my concern is if those functions can be exploited and used for executing malicious software on the server.
Edit: I don't execute the result. I parse the AST tree and/or catch SyntaxError.
This is the code in question:
try:
#compile the code and check for syntax errors
compil...
Hi all, I am trying to add lightbox functionality to my website but it just seems to be giving me problems. I am using a standard JQueryUI template. I have read on the net that the scripts might be clashing, but have also been advised that I am getting problems because I am using Prototype and JQuery together. Please could you advise?
...
Error "ActiveRecord::ConnectionTimeoutError - could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.:"
How do I increase the max pool size ?
DB CONNECTION
DB_CONN = ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :dbfile => DB_FILE)
...
I want to enhance my AWStats installation by adding the Content-Length field from a POST request/response to my AWStats reports. How do I accomplish this? What do I need to add to awstats.pl? I'm totally new to Perl programming.
The LogFormat in Apache is:
LogFormat "%h %l %u %t \"%r\" %>s %b %{Content-Length}i" enhcommon
Many tha...
In which case webpage loads without external stylesheet in chrome or safari ?
I am talking about a case in which webbrowser first loads webpage without stylesheet and then redraw it with css once it becomes available.
It would be great If you give me a small html page with external stylesheet, which always loads webpage without externa...
I'm looking for suggestions as to the best way to parse the following calendar... http://www.ucd.ie/events/calendar . I can't detect any well known framework being used nor can I find it in RSS/XML/JSON format.
The only possible way to parse the following that I see is to parse the raw HTML which is far from ideal especially since many...
Hi all, I am trying to add lightbox functionality to my website but it just seems to be giving me problems. I am using a standard JQueryUI template. I have read on the net that the scripts might be clashing, but have also been advised that I am getting problems because I am using Prototype and JQuery together. Please could you advise?
...
Possible Duplicate:
How to increase my advanced knowledge of PHP further? (quickly)
I have just finished learning the basics of PHP and MySQL and I need some kind of practical experience to improve my skill or some kind of professional job. Any idea how to do this and expand my knowledge as a PHP developer?
...
Is it possible to access the request object inside an struts2 action's execute() method?
My requirement is to get some parameter value from the request scope which is being sent by some third party site, using URL redirection.
...
If I use new Image() to load up an image in JavaScript, will it use a cached version if possible, or will it always load up a fresh copy?
var imgObj = new Image();
imgObj.src = 'http://...';
imgObj.onload = function (loadedImg) { }
...
I hava a web page with a link like something like <a href=myPage/MyServlet¶m=12>... and MyServlet is a servlet deployed in Apache-Tomcat, but when I click that link I get a error 404. So can't I pass parameters to my srevlet? I need to configurate something more in apache?
...
Any recommendations for a good book about Alfresco Development, including the basic concepts / philosophy Alfresco is built upon?
I plan to dive into Alfresco, especially web development. So far I'm not familiar with Alfresco. I've tried the public Alfresco Share trial site. I am familiar with SharePoint Development, and I wonder how it...
Can you check this page and let me know why the menu doesn't work on IE7? It shows up all the way on the right, almost out of view: http://bit.ly/9hhDY5
The page works okay in other browsers (including IE8 and IE9). Thanks.
...
I'm reading a lot on this topic for some time now.
The information on the web about this topic is quite confusing.
Use case:
A User visits site hostA.com, which includes a "tracking pixel" from site hostB.com .
The user never visited hostB.com before. hostB.com sets a cookie with the response.
Which browsers will accept and save the c...
Hello there
okay so this is the deal i have a folder where my mp3 files are stored for single download, and now i want a feature where you can download all the mp3s at once in a zipped folder. Is it possible to zip all the files from that folder using php ( or anything really but if not PHP then please explain thoroughly) or would i have...
In my website I have a small gallery with about 100 images only. It would be cool if facebook users could "like" an image so that this appears on their wall and all their friends see the image. I'm not sure if this is possible with facebook. Maybe someone knows?
...
I have plans to set up a website where people can create an account and create their own content. This content consists of text, images and likely audio.
Users should also be able to download an iPhone, iPad, Mac or even a Windows app that syncs with their online content, so they can view their content offline, possibly make changes to ...