3
votes
6answers
68 views
How to create an Incremental loading webpage
I'm writing a page dealing with a large amount of data. It would last forever until my resultant page loaded (nearly infinite) because the data returned is so large. Therefore, I need to implement an …
2
votes
7answers
103 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or similar. Generating …
0
votes
1answer
53 views
How to make an incremental update to a PDF
I need to make an incremental update (add some existing pdf pages) to an signed pdf, making the included signature still be valid (that cover the first page).
I've seen some post's telling that is …
1
vote
5answers
112 views
Progressive rendering of a webpage in Internet Explorer 7
I'm trying to improve the user perception of page load time of some web pages. These web pages take about 5 seconds to complete loading and rendering. The overall time is fine; but on clicking a link …
2
votes
5answers
235 views
Backup MySQL database
Hi,
I have a MySQL Database of about 1.7GB. I usually back it up using mysqldump and this takes about 2 minutes. However, I would like to know the answers to the following questions:
1) Does …
1
vote
1answer
144 views
Linq to SQL: Varbinary(Max) incremental reads
In SQLServer 2008 stored procedures, SUBSTRING can be used to return only part of a varbinary(MAX) column at a time from a query.
Is a similar feature available when using LINQ To SQL via C# directly …
1
vote
1answer
63 views
create an auto-incrementing result column in oracle
I'm trying to produce the following results:
emp_no, book_no, book_id
Where emp_no and book_id are the actual columns on the table, but book_no is a value that is incremental, for example:
…
9
votes
4answers
469 views
Incremental linearizing of git DAG
I'm the author of GitX. One of the features GitX has is the visualization of branches, as can be seen here.
This visualization is currently done by reading commits which are emitted from git in the …
2
votes
3answers
333 views
Build Incrementally in VS 2005
We have a 50 projects solution in VS 2005.
Is any way to get incremental build if nothing was changed?
It is kind of doing it now, but it executes all prebuild and post build events for each …
0
votes
3answers
96 views
Incremental Building in VS 2005?
We have a 50 projects solution in VS 2005.
Is any way to get incremental build if nothing was changed?
It is kind of doing it now, but it executes all prebuild and post build events for each …
