Advanced Search
Search Results
41 total results found
Introduction to XML in Flash - Making Flash Dynamic
The following pages will help you get started with using XML in Flash. You will learn the basics of what XML is and how it can be loaded into, used within and sent out of a Flash movie.http://www.kirupa.com/web/xml/index.htmThis can also be used as an alternat...
How to put a portrait page number on a landscape page
This need frequently arises in typing academic papers such as theses or dissertations (or sometimes when creating business reports and proposals). Often a table or figure will fit on the page only if it’s turned sideways (broadside). But graduate school requir...
Data Mining on the Internet with Google
Expand your power of Google. Google (and many other search engines) has the ability not only to search on keywords, but also using a more “database-ish” query language to really narrow down your search results. The following is a summary of a few of the most ...
Importing existing HTML content into Plone
I have an existing site consisting of HTML files, folders and images. Now I’d like to manage that site in Plone. How can I get my existing content into Plone? Answer: https://docs.plone.org/develop/import/index.html
How to disable the Style Whitelist in Kupu
Kupu is the default WYSIWYG editor that ships with Plone 2.1.×.By default, Kupu does not allow the use of inline styles.For example, if you have some HTML as follows:<div style="width:20px; background-color: #CCCCCC;"> Content Here </div>Kupu repla...
Security Testing your Apache Configuration with Nikto
Is your Apache configuration secure? This is a helpful article to help you find out.http://www.howtoforge.org/apache_security_testing_with_nikto
Preventing SSH Dictionary Attacks With DenyHosts
From the tutorial:“In this HowTo I will show how to install and configure DenyHosts. DenyHosts is a tool that observes login attempts to SSH, and if it finds failed login attempts again and again from the same IP address, DenyHosts blocks further login attempt...
How to add new slots in Plone
This document describes how to add an additional portlet slot to the two that exist already (left and right).http://plone.org/documentation/how-to/add-slots
How to prevent "hotlinking" of your images on a web site
From the tutorial:“Hotlinking” is a form of bandwidth theft. Basically, when creating a web page it is easy to link to a file (such as an image or a video) that exists on a remote (completely separate) site. Each time the web page is accessed, the file is retr...
Top Ten Web Design Mistakes of 2005
By Jakob Nielsen:http://www.useit.com/alertbox/designmistakes.html
How to explain RSS the Oprah way
Great for all those non-technical people:http://cravingideas.blogs.com/backinskinnyjeans/2006/09/how_to_explain_.html
a:visited property not working in Firefox, but working in IE
When the a:visited property is customized to use a certain property (i.e., change its color when a link has been visited) with CSS you may experience the following scenario:Let’s assume you’ve set the following property for visited links in your CSS.a:visited ...
Is there a way of making the smart folder's contents public while keeping the content's containing folder from appearing to the public?
What you can do is create a folder called “events”. Then what I like to do is restrict the addable types to this folder so that users can only add events to this folder. To do this, click on “add item” from the action tabs when you are logged in Plone. At th...
How to Make Zope Think It's Someone Else
“All HTTP servers identify themselves. Here’s how to change Zope’s default identity.If you have a Zope 2.8.1 instance with Plone installed, and look at the HTTP headers, which anyone can do, you will see something like this:Server: Zope/(Zope 2.8.1-final, pyth...
How to find broken links in your web site
There is a really great tool that is free to use that can check your web site for broken links. It’s called Xenu’s Link Sleuth and is a simple installer for Windows. It’s very easy to use and prints useful reports as well. There is a nice FAQ if you have ques...
How can I check/verify that Red Hat Enterprise Linux is up-to-date for Daylight Savings Time
As the root user, enter the following at the command line:$ zdump -v /etc/localtime | grep 2007You should see Mar 11 as one of the dates, if not your system needs to be updated. For more info, go here:http://kbase.redhat.com/faq/FAQ_80_7909.shtm
Should I use plonecustom.css when changing the layout for my Plone site
As stated in plonecustom.css, if you are going to be making heavy modifications to your layout, you should modify each CSS file accordingly (base.css, portlets.css, etc.).plonecustom.css can be used for light modifications or any custom classes and id’s you ...
Did you know these basic Firefox Tips?
Taken from: http://cybercapital.org/index.php/2007/05/21/did-you-know-these-basic-firefox-tips/ To quickly find any word in a web page type /word it will highlight the word and press Ctrl+G to “Find Again†that word again If you wish to remove an item from...