11
votes
3answers
2k views
C#: File-size format provider
Is there any easy way to create a class that uses IFormatProvider that writes out a user-friendly file-size?
public static string GetFileSizeString(string filePath)
{
FileInfo …
0
votes
3answers
58 views
PDF compression How does Adobe do it?
This is a bit more of a fun question than a serious one, but how does the Adobe PDF format make documents so... portable?
I just created a small Word document, 235kb in size, con …
1
vote
2answers
28 views
Tools for optimizing / minimizing swf filesize
Hi guys,
I'm working on a big flash site with lots of component swfs and a ton of heavy multimedia (video, audio, image) content. File sizes are quickly getting ridiculous and I' …
1
vote
3answers
371 views
How to reduce swf filesize flex
how can i reduce the file size of my flex application. its around 900kb .
0
votes
0answers
37 views
Excel file suddenly 35MB! [closed]
What can cause an 945KB Excel file to grow to 35MB without any warnings.
Tips:
1-)There are table formattings that converted ranges to Tables and I converted them back to Range. C …
0
votes
1answer
39 views
Preloader size guidelines
Hi guys,
I'm working on a high-end flash site (AS3) with lots of video, hi-res graphics, and sound effects; needless to say, the initial preloader's got a lot of work to do (just …
1
vote
2answers
107 views
how to reduce size of exe using py2exe
I developed a small program using python and wxwidgets. It is a very simple program that uses only a mini frame to display some information when needed, and the rest of the time it …
1
vote
2answers
91 views
what happens when cookies file exceeds maximum size?
What really happens when cookies file exceeds maximum size?
1
vote
2answers
155 views
C++ writing string to file = extra bytes
Hello, I am using c++ to look through 256 counts and write the ASCII representative to a file.
If i use the method of generating a 256 character string then write that string to t …
1
vote
6answers
207 views
Find file size with jQuery
I was wondering if there was a way to use jQuery to find out the file size for a PDF that i'm linking to a webpage.
I want to make it so that on hovering over the download link, …
0
votes
4answers
85 views
Get size of file requested via ajax
Here's what I'm hoping to do:
I want to send an ajax request to a file (preferably with jQuery), and once the file has been loaded, determine the size of the requested file.
Afte …
0
votes
6answers
118 views
how to reduce growing size of an access file?
Hi,
So, at my workplace, they have a huge access file (used with MS Access 2003 and 2007). The file size is about 1.2GB, so it takes a while to open the file. We cannot delete an …
0
votes
0answers
51 views
Image Wells, Core Data, and Sqlite files.
I've got a mac application that I've developed.
I use it to create sqlite files that are bundled with my iphone app. The mac app uses Core Data and bindings and is working fine ex …
2
votes
10answers
335 views
Any suggestions for shrinking a PDF file?
We've got a .net 2.0 web system that dynamically builds pdf files. Some of these files can get pretty large - 12MB+. While processing time isn't a factor, really, the size of th …
0
votes
2answers
399 views
Database size estimation tool
Is there a tool for estimating the size of a database?
I am looking for such a tool, which I can input the estimated tables, row size, data types, indexes and other variables to …
