Svg Test: IFrame code to embed svg file from yEd Flowchart program. Note: First box on chart has live link. <iframe width=’100%’ height=’100%’ src=’http://www.jbaker.info/graph.svg’></iframe>
Posts Categorized: Programming Tips and Tricks
!- Multi-Caption Slider
Shortcodes to use in WordPress [trav_slider theme='andy' margin_top='8' margin_bottom='20' id='1'] Img: http://www.jbaker.info/wp-content/uploads/ss/tmp_02.jpg Title: This is a title for The Slide Link: <a target='_blank' href="http://wornluggage.com/destinations/shopping-in-brighton">Shopping in Brighton – Worn Luggage – Born to Explore</a> Link: <a target='_blank' href="http://wornluggage.com/destinations/shopping-in-brighton">Shopping in Brighton</a> Attrib: <a target='_blank' href="http://www.jbaker.info/todo-splendid-slider/">!- Splendid Slider – IM Fundamental</a> Color: #CC8B00 Opacity: .85 Img:… Read more »
Travel Slider – Basic Setup
1. Download the Easy Content Slider Plugin 2. To get started, paste this code in your WordPress page or post: [mc_slider theme='multi-caption' Img: http://www.yourlink.com/its_easy.jpg Title: It’s Fun and Easy! Img: http://www.yourlink.com/clip_01.jpg [/mc_slider] Adding Notes and Links
How to Clear the Scheduled Date for all WordPress Draft Posts
Use this SQL Query Set the value in the post_date_gmt field of your wp_posts table to the default value. Run the following line of code in your phpMyAdmin Query box. If you have changed the prefix of your WordPress tables in your database, be sure to change wp_ prefix to match yours. UPDATE wp_posts SET post_date_gmt… Read more »
How to Change the Status of all Your WordPress Posts to Draft
Redoing a blog? Need to check all existing posts before re-publishing them? Sometimes it is just easier to change all your posts to draft. Then you can go through them one by one, check them and then re-publish. Here is an easy way to change all the WordPress posts on your blog to draft using… Read more »
How to Display Programming Code Snippets in a WordPress Post
There are a lot of examples on the Web explaining how to use <pre><code> blocks to display programming code in a post. And there are a lot of plugins that claim they will allow you to display your code easily but I had never found one that actually worked well. I was frustrated with finding… Read more »
Help With Using phpMyAdmin
If you need to learn how to access phpMyAdmin on your website find the instructions from your Web Hosting provider. There are links to the help pages for some of the more common hosting companies: 1&1 Help Center – phpMyAdmin HostGator – phpMyAdmin Go Daddy – phpMyAdmin Dreamhost – phpMyAdmin Bluehost – phpMyAdmin For other… Read more »
Recent Comments