Click here to Skip to main content
15,887,083 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Padding in dropdown Pin
Marc Firth16-Mar-09 6:02
Marc Firth16-Mar-09 6:02 
QuestionVertical Alignment in divs Pin
Brendan Vogt11-Mar-09 6:26
Brendan Vogt11-Mar-09 6:26 
AnswerRe: Vertical Alignment in divs Pin
Riaan Booyzen12-Mar-09 1:14
Riaan Booyzen12-Mar-09 1:14 
AnswerRe: Vertical Alignment in divs Pin
Marc Firth15-Mar-09 23:34
Marc Firth15-Mar-09 23:34 
QuestionJavascript Permission Denied when using get and post Pin
HatakeKaKaShi10-Mar-09 19:23
HatakeKaKaShi10-Mar-09 19:23 
AnswerRe: Javascript Permission Denied when using get and post Pin
Johnny ²13-Mar-09 9:58
Johnny ²13-Mar-09 9:58 
QuestionGzip Compression in VBScript? Pin
Member 232448310-Mar-09 14:09
Member 232448310-Mar-09 14:09 
AnswerRe: Gzip Compression in VBScript? Pin
tech60318-Mar-09 16:19
tech60318-Mar-09 16:19 
I found this very helpful when coding a project that also needed compression capabilities. It works great, just add a reference the dll file and follow there examples and this should do what you need it to do.

http://www.codeplex.com/DotNetZip[^]

Here is a quick example:

Public Sub createZip()

Dim strMsg As String = "Please run the tests before using this feature."
Dim file = "results.zip"

Try 'Create Zip File
Using zip As ZipFile = New ZipFile("results-" & ID & ".zip")

zip.AddDirectory(ZipPath, "results")
zip.Save()

End Using

Catch ex1 As Exception
MessageBox.Show(ex1.ToString, "Program Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)

End Try

End Sub

hope this helps

Matthew Vass
QA Analyst
mvass@hostmysite.com
http://www.hostmysite.com?utm_source=bb[^]
QuestionJavascript error: 'Type' is undefined. Pin
Steve Holdorf10-Mar-09 3:53
Steve Holdorf10-Mar-09 3:53 
AnswerRe: Javascript error: 'Type' is undefined. Pin
Yusuf10-Mar-09 4:29
Yusuf10-Mar-09 4:29 
GeneralJavascript Logger Pin
manowj10-Mar-09 3:26
manowj10-Mar-09 3:26 
GeneralRe: Javascript Logger Pin
Yusuf10-Mar-09 4:33
Yusuf10-Mar-09 4:33 
QuestionAPI's Pin
shaikcode10-Mar-09 2:36
shaikcode10-Mar-09 2:36 
QuestionRe: API's Pin
Smithers-Jones11-Mar-09 4:11
Smithers-Jones11-Mar-09 4:11 
AnswerRe: API's Pin
Ashfield12-Mar-09 2:39
Ashfield12-Mar-09 2:39 
AnswerRe: API's Pin
0x3c013-Mar-09 3:47
0x3c013-Mar-09 3:47 
GeneralRe: API's Pin
Jim Crafton13-Mar-09 9:41
Jim Crafton13-Mar-09 9:41 
GeneralRe: API's Pin
shaikcode13-Mar-09 20:27
shaikcode13-Mar-09 20:27 
AnswerRe: API's Pin
Colin Angus Mackay15-Mar-09 3:56
Colin Angus Mackay15-Mar-09 3:56 
QuestionError throwing when using Mozilla firefox browser. Pin
Rasma Raj10-Mar-09 1:31
Rasma Raj10-Mar-09 1:31 
AnswerRe: Error throwing when using Mozilla firefox browser. Pin
SeMartens11-Mar-09 22:32
SeMartens11-Mar-09 22:32 
QuestionProblem With ModalPopupExtender and UpdatePanel Pin
VikashGohil9-Mar-09 6:48
VikashGohil9-Mar-09 6:48 
AnswerRe: Problem With ModalPopupExtender and UpdatePanel Pin
Rajdev Ramasamy13-Mar-09 0:09
Rajdev Ramasamy13-Mar-09 0:09 
AnswerWhat language are you using? Pin
Naruki23-Mar-09 20:24
Naruki23-Mar-09 20:24 
QuestionDeploy website on ftp Pin
Hemant Thaker8-Mar-09 19:19
Hemant Thaker8-Mar-09 19:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.