tools

You are currently browsing articles tagged tools.

If you are a Linux user like I am (Ubuntu is the distro I use), this brief tutorial may be of some help to you. In order to setup Tomboy so it publishes to your  WordPress BLOGS via ATOM do the following:

  • Use Synaptic to install the Post note to your blog plugin
  • restart Tomboy if it was running so that the plugin loads
  • go to your WordPress BLOG
  • Open Settings >>Writing and place a check (tick) mark next to the item labeled “Enable the Atom Publishing Protocol.”
  • Open Tomboy go to Edit >> Preferences >> Add-Ins >> Tools >> Post note to your BLOG >> Preferences and use your Wordpress, URL; your URL should look like http://<blog_url>/wp-app.php/posts

If this does not work you may need to update your .htaccess file.  Mine looks like the following:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Tags: , , , , ,

I don’t know how many folks, like me, have had troubles using phpMyAdmin to perform large MySQL database restores, but if you have, then perhaps this little set of pointers will help you out. I know this process has made my life easier.

As most of you probably already know, phpMyAdmin is a wonderful toolset. It makes database management and editting both simple and straightforward. However, one of the major drawbacks to the phpMyAdmin toolset is that it is VERY slow to upload large amounts of SQL or perform Database restores using the Import function. For those of us with large and very large MySQL databases this presents a major issue. So what can be done to get around the problem?

The obvious conclusion is that a tool other than phpMyAdmin is needed. MySQL Administrator is the tool I have discovered that works best for me. The tool is starightforward, secure, and fast. The process I have found to work is as follows:

  • Download and install MySQL Administrator (and set it up so that it is able to log directly into your database server). This is easy to do; the only gotcha I encountered is: remember not to use http:// in your url address.
  • “Connect” MySQL Administrator to the system where you keep your MySQL DB.
  • Using the Backup function, create a backup of the DB and store it somewhere easy to locate.
  • When you need to do a restore (or ‘yes’ even a copy) all you need do is log into MySQL Administrator, connect to your database system and access Restore Backup. Interestingly this backup need not have been generated via MySQL Administrator; I have used phpMyAdmin generated files successfully.
  • If you are performing a simple restore, all you need to do is point the restore to the target DB and wait. In my expereince, it takes about 5 minutes to restore a 25MB database.

If this were all that we could do the tool, that would be enough, however, there are other useful functions that you can employ with a couple of small ‘tricks’. For example, if you want to create a new DB and freeze an old one, all you need to do is:

  • create the new database per your usual process (remember the name you give to this new DB).
  • backup the database you want to clone
  • open a copy of the ‘backed up’ database in your favorite editor (I use geany)
  • do a gloabl search and replace of the old database name with the new one- per the name you created in the first step above
  • restore this editted file into your blank database using the functions within MySQL Administrator
  • point your application to the database of your choosing– now that you have at least two.

I find this process to be extremely helpful in upgrading and testing systems.

I hope this little tutorial helpful. I wish I had figured this out years ago, myself.

Tags: , ,

PingDomFor those of you who have been kind enough to spend time on our site, we thank you AND we are pleased to say that we have made a significant breakthrough in our site’s performance.

The long and short of the issue is Plugins. Plugins can act as a significant drag on your site’s performance. We have noticed load times on this site approaching 11+ seconds (wayyyy to slow!). Now the load times are running at about 4.5 seconds (we think that’s much better!). In order to solve this load dilemma we have been using a set of free tools from Ping DomPingdom.

Areas of problems we noticed in our debug process included:

  • misplaced and missing image directories in the tarski theme (we now have three directories of our little gif images… because of the errant calls within the theme internal calls)
  • broken image links (yes we were part of the problem too…)
  • numerous poor (read slooowwwwww) plugins; these are all removed

Additionally we have learned to remove any unused (not active) plugin. Inactive plugins can still act as a performance hit. And lastly, I scrubbed our DB. Numerous plugins had left a trail of unused tables and rows in our DB– the worst culprits were a forum plugin and an audit trail plugin.

Again, thank you to everyone for sticking with us. We appreciate your patience and hope you will find our little lessons-learned useful.

Tags: , , , , , ,

The TreeMagic-Banyan tools on this site now provide easy access to more than 800 cross referenced WordPress articles.  These articles are read and cross referenced using AmbientWebs unique SWED  based technologies and served on our Banyan portal.
To gain access to this wealth of WordPress knowledge from the world’s leading WordPress sites, simply double-click on any word and open the WP Banyan Portal.  Let us know what you think.  Use our contact form to provide us with your observations and feedback.

Tags: , , , , , ,

Most of these pointers are courtesy of: http://mywebresource.com

Tags: , ,

Over the years we have come across numerous useful websites; sites that communicate useful information on web development, standards implementation and more. A few are listed here (we’ll update this list as time goes on…)

Standards

The following sites provide detailed information on web standards. Please remember that all of sites should adhere to applicable web standards! Use these sites to ensure your code complies with the relevant standards.

Tools

Tutorials

Tags: , , , , , , , ,

For the future, to add presentational effects and Web page style, validate documents at the HTML 4.0 level (for the cleanest possible markup), so pages contain little or no HTML 3.2 presentational markup or proprietary stylistic hacks, and use the World Wide Web Consortium ‘ s Cascading Style Sheet (CSS) language to add stylistic effects to your pages.

Tags: , , ,

Accessibility Guidelines and Tools

Quick Tips to Make Accessible Web Sites ” Quick Tips ” introduce key concepts of accessible Web design. Please note that these are not complete guidelines.
Web Accessibility Quick Reference A document created by AmbientWebs ‘ s Web Services to provide a summary of the items that must be done to accomplish web accessibility using the priorities established by WAI.
WebXact WebXact is a web-based tool that analyzes web pages for their accessibility to people with disabilities. The Center for Applied Special Technology (CAST) offers WebXact as a free public service in order to further its mission to expand opportunities for people with disabilities through the innovative uses of computer technology. To analyze a web page, type in the URL of the page that you want WebXact to examine and select Submit. WebXact will display a report indicating any accessibility and / or browser compatibility errors found on the page.
Checklist of Checkpoints for Web Content Accessibility Guidelines 1.0 This list of checkpoints is divided up into THREE levels of priorities.
Web Content Accessibility Guidelines 1.0 This is a very long document which outlines all of the guidelines. If you prefer to digest them all at once, you can read this entire document.
Techniques for Web Content Accessibility Guidelines 1.0 While Web Content Accessibility Guidelines 1.0 strives to be a stable document (as a W3C Recommendation), this document is expected to evolve as technologies change and content developers discover more effective techniques for designing accessible pages.
   

Other Web Accessibility Resource Links

Tags: , , , , , ,

TreeMagic Cypress

TreeMagic Cypress is a new lightweight browser plugin for WordPress. Install, configure, then double click any word, or select a group of words on the page. On mouse-up a small popup appears adjacent to the selected text that gives you instant access to define, expand and explore related resources. It does not replace or interfere with existing hyperlinks, but adds an instant and powerful reference compliment to all your texts, regardless of formatting and styles.
Read the rest of this entry »

Tags: , , , , , , , , , , , , , , ,

Downloads

If there are files that you wish for us to provide on WordPressHelp please contact us directly. downloads

Currently the following WordPress Plugins are available:

  1. TreeMagic-Cypress is a Creative Commons Share & Share-Alike version of AmbientWebs MetaQuery toolset (plugin) for WordPress. btw. This is the same download you will find on the WordPress plugin site.
  2. Drop-Down Menu is a slightly modified version of Zoute Snor’s Drop-Down Menu plugin for WordPress. The modifications in this version focus on making the CSS a bit cleaner and validated.

Ubuntu Linux related downloads

Desktop Wallpapers (Free)

Screensaver(s)

Tags: , , , , , , , , , , ,

Improve the web with Nofollow Reciprocity.
5 visitors online now
5 guests, 0 members
Max visitors today: 9 at 03:14 am UTC
This month: 10 at 03-02-2010 07:06 am UTC
This year: 35 at 02-23-2010 03:49 pm UTC
All time: 35 at 02-23-2010 03:49 pm UTC