-
as seen on Server Fault
- Search for 'Server Fault'
for some reason these files are not gzipping on my apache server, chrome network tab shows this. Is there a specific directive I can add to htaccess to cache these files?
Compressing the following resources with gzip could reduce their transfer size by about two thirds (~680.45KB):
adae8bc4c3cb52cbe22358aaced87a72…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I want to add a new user to the database, and do so by making them fill in a form and submitting this. All seems to work fine. Just before my save() call in the controller I return all data and all necessary data is there. It is valid(ated), since no errors are returned.
But then nothing…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to save a Bitmap class that has transparancy as a png file with transparancy.
I'm having no luck.
The bitmap has transparancy, it just doesn't save with transparancy.
this is what I'm doing
bitmap setup
Bitmap ret = new Bitmap(bWidth, bHeight, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
saveing
ret…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I need to save web page using QT webkit similar to "Save as complete webpage".
Following are my requirements,
Save the index html file, maintaining entity encoding.
Need to download all linked images and other resources.
Need to change resource path in html page to local downloaded path…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want the users to type their text in the given textbox and on clicking on createNewFile Button, a SaveAs Dialogbox should popup and the users should browse through the location and save the file as desired.
I have tried some thing but
(1) the dialog box goes behind the application
(2) when run…
>>> More