How To Support Panel Image Rendering in Grafana Server

Author: , July 15th, 2020

To render a panel image, you must install the Grafana Image Renderer plugin.

How To Install MySQL on MacOS Using Brew

Author: , April 5th, 2020

As a non-root user:

Make sure your PATH contains /usr/local/bin

How To Add a Login/Logout Menu Link in WordPress

Author: , January 19th, 2015

Simple Link

Complex Menu Link

How To Trigger jEditable Using An External Link

Author: , July 4th, 2011

Some example HTML:

The jQuery:

Here is the original post: http://groups.google.com/group/jquery-en/browse_thread/thread/33c18dcf32276c89/7711363c7496fcb3?hide_quotes=no

How To Create Add To Cart Links For PayPal

Author: , August 19th, 2010

Display Cart Link [code] https://www.paypal.com/cgi-bin/webscr?business=you@yourdomain.com&cmd=_cart&display=1 [/code] Add To Cart Link [code] https://www.paypal.com/cgi-bin/webscr?business=you@yourdomain.com&cmd=_cart&add=1&amount=16&item_name=Dishwasher&item_number=10437-72 [/code] Payal API Ref Paypal Form Basics

How to Access Instant Messenger via Web Links

Author: , April 22nd, 2010

How To Make “AIM Links” for AOL Instant Messenger

examples of an aim url:

GoIM (Send Message) aim:GoIM arguments: message = message+to+send (replace spaces with +) screenname = screenName of AIM member aim:goim aim:goim?screenname=screen+name aim:goim?screenname=screen+name&message=message+to+send Add someone to your buddy list: aim:AddBuddy arguments listofscreennames=comma separated list of screennames(replaces “screenname”) groupname=name of the group to […]