Installing ActiveX Plug-in: Auto-Download the Citrix ICA Web Client and Embed the Wficat.cab Web Client into a Web Page

How to Auto-Download the ICA Web Client When ICA Embedding is not Used This section describes the line of code needed to get the ICA Web Client to auto-download without displaying an embedded ICA link. NOTE: This applies only to the Internet Explorer. If you are using Netscape, each workstation has to manually install the Web Client. For more information about Citrix Web Computing, see the Citrix Web site or the documentation supplied with our products. Typically Citrix associates the auto-download of the ICA Web Client within an embedded ICA link. With the help of this code, when Internet Explorer […]

Read more

Quick Evaluation/Analysis of Capturing Full Webpage Screenshots

  Description Remarks Urls for further references Master’s Thesis Theory Good explanation about FULL Web page capture mechanism and capabilities and options’   6 ways to capture full webpage screenshots   6 ways to capture full webpage screenshots Screen Capture Tools: 40+ Free Tools And Techniques   http://www.hongkiat.com/blog/screen-capture-tools-40-free-tools-and-techniques/ Tools for Cross-browser Compatibility: Screen Capture   http://www.htmlgoodies.com/beyond/webmaster/toolbox/article.php/3915416/Tools-for-Cross-browser-Compatibility-Screen-Capture.htm       Standalone Applications     FireShot Installer for each browser   DuckLink Has option but not working   Adobe Browerlab Shutdowned on March 13, 2013 http://blogs.adobe.com/browserlab/2013/03/13/browserlab-is-shutting-down-on-march-13-2013/             Desktop screen Capture Tools     SnagIT Has option for […]

Read more

MakeCab: Compressing large folders into single .CAB file for less size on the disk

One needs to create a DIAMOND DIRECTIVE FILE (*.DDF) which is used as a configuration file by makecab.exe to set the runtime environment as defined in the .ddf file.   Example: Source Folder contents to be compress:   PS C:>  Get-ChildItem C:TempSkype -Recurse | Where {!$_.PsIsContainer} | Select-Object -Property FullName FullName ——– C:TempSkypeAppsloginindex.html C:TempSkypeAppslogincsslogin.css C:TempSkypeAppslogincssplatformmac.css C:TempSkypeAppslogincssplatformwin.css C:TempSkypeAppslogincssretinalogin.css C:TempSkypeAppsloginimagesbackground.png C:TempSkypeAppsloginjslogin.js C:TempSkypeAppsloginlanguagesar.js C:TempSkypeAppsloginlanguagesvi.js C:TempSkypeAppsloginlanguageszh-hans.js C:TempSkypeAppsloginlanguageszh-hant.js C:TempSkype{4E76FF7E-AEBA-4C87-B788-CD47E5425B9D}Skype.msi PS C:>   DDF file: If you do NOT specify the MaxDiskSize it’s uses 1.4M and creates multiple .cab files of 1.4MB till all the files in the source folder are converted into .cab files.   […]

Read more