|
Written by Eric Avary
|
|
Monday, 27 August 2007 |
|
For those of you using TinyMCE in your Joomla install, you may find that there's an error that occurs when you're trying to create a link or add an image. Basically, the issue presents itself when TinyMCE needs to load a popup window, and it manifests itself by showing a blank window and issuing the following error: uncaught exception: Permission denied to get property Window.tinyMCE ...followed by a couple of complaints stating: tinyMCE has no properties This problem is caused by the TinyMCE javascript files residing in a different domain or subdomain than the admin site. If you want to know why it occurs, Mozilla discusses it under the topic, Same Origin Policy. Their fix is to enter: document.domain = "domain.com";
... which would be implemented by editing the tiny_mce_popup.js file (inside the TinyMCE folder) and adding the line at the top of the init block -- so that it's the first line inside init. In the case of our Joomla install, this did not work and we ended up with a different error... because the issue had to do with the live site variable inside configuration.php. We recommend, therefore, not editing tiny_mce_popup.js, but rather editing your configuration.php file to show 'www' in your $mosConfig_live_site variable. Like so: $mosConfig_live_site = 'http://www.yoursite.com'; It worked for us, and we hope that it works for you! |
|
Last Updated ( Monday, 27 August 2007 )
|
|
|
Search Engine Optimization |
|
|
|
|
Written by Arthur Avary
|
|
Wednesday, 22 August 2007 |
Twiners can get you started with SEO or implement the recommendations of an SEO specialist
Twiners, LLC takes care to design websites that respect current web standards for search engine indexing. Our approach is to design sites from the ground up to have well structured mark-up as well as clearly defined and contextual meta data. If you are just getting started with the internet we recommend and generate the best keywords and descriptions for your site that we can, and make sure that good file naming conventions are respected, alt tags are employed for all images that the site may use. We can also handle 'deep linking' for rich media such as Flash websites. Beyond starting our with a good structure for your site we also often work with sites that are going through a re-design process. |
|
Last Updated ( Monday, 27 August 2007 )
|
|
Read more...
|
|
|
Web Hosting Considerations |
|
|
|
|
Written by Web master
|
|
Wednesday, 22 August 2007 |
|
How do you find the right host for your site? There are many factors that go into selecting a Web Host and it matters greatly what you intend to do. People looking to share ideas or stream music or videos will likely have different needs than people who are looking to start an e-commerce site. We work with you to determine what your needs are and how you can meet them for as little cost as possible. |
|
Last Updated ( Monday, 27 August 2007 )
|
|
Read more...
|
|
|
Written by Arthur Avary
|
|
Thursday, 19 July 2007 |
|
Welcome to the Twinerss web codex... a place to share our thoughts and code snippets... Things we wish we might have found online when we were between a rock and a hard place in our development efforts. |
|
Last Updated ( Thursday, 23 August 2007 )
|
|
|