Skip to main content

Tomoye Simplified having issue using the web editor in Vista environment

For starter, the DHTML Editing Control has been removed in Windows Vista.

"The DHTML Editing Control is an ActiveX control designed for WYSIWYG HTML editing in Web pages and Windows applications. It was originally released to the ActiveX Control Gallery in early 1998 by the Microsoft Visual InterDev development team. It quickly became apparent that the tight coupling between Internet Explorer and the control made it desirable to ship the control as part of each Internet Explorer update, and the control has been shipped as part of Internet Explorer since the release of Internet Explorer 5 in early 1999.

Several factors combined to make continued support of the control less desirable over time. Internet Explorer has continued to evolve, incorporating WYSIWYG editing features of its own in Internet Explorer 5.5 and Internet Explorer 6. At the same time, security has become a major focus for Internet Explorer. To increase security, the browser restricts access to potentially dangerous content, but the editor focuses on ensuring that its changing content is safe to persist. Several security bulletins resulted in a more locked-down browser environment, which reduced the utility of the DHTML Editing Control and raised its cost of ownership significantly.

The decision was therefore made to remove the control from Windows Vista. The control was present in the Beta 1 version of Windows Vista, but is absent in subsequent Beta releases and in the final release of Windows Vista." (Microsoft, 2008)

What available alternative do we have after moving from XP to VISTA?

For this specific testing, I'm using Tomoye Simplified version 3.x to edit an html page. I downloaded the DHMTL Editing Control for Vista and install it, but to my dismay it seems not working.

I tried using Google Chrome to see it will provide a different result. Nope, the WYSIWYG html editor is not available.

I've raised this issue with Tomoye technical support, and he told me that there is alternative approach to make it work for Windows VISTA. I'm still waiting for update, hopefully a positive one. I will update this article.

Reference:

Microsoft website, 2008


Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp