Cheat Sheet – RSS Sign Up Tool

Content

Want to get all updates from clickety-clack.click?
Enter your email below:
Only interesed in particular categories?
Click what you like – and sign up for only those updates via email.

Follow It Button
Follow It Button

Clickety Clack Rss Info Icon
Clickety Clack Rss Info Icon

https://www.jqueryscript.net/demo/jQuery-Plugin-For-Slide-Out-Tab-Contact-tabSlideOut/
[code language=”html”]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script src="http://tab-slide-out.googlecode.com/files/jquery.tabSlideOut.v1.3.js">

tabSlideOutBrains.js – no longer on googlecode – moved into site –

<script>
$(function(){
$(‘.slide-out-div’).tabSlideOut({
tabHandle: ‘.handle’, //class of the element that will become your tab
pathToTabImage: ‘images/contact_tab.gif’, //path to the image for the tab //Optionally can be set using css
imageHeight: ‘122px’, //height of tab image //Optionally can be set using css
imageWidth: ’40px’, //width of tab image //Optionally can be set using css
tabLocation: ‘left’, //side of screen where tab lives, top, right, bottom, or left
speed: 300, //speed of animation
action: ‘click’, //options: ‘click’ or ‘hover’, action to trigger animation
topPos: ‘200px’, //position from the top/ use if tabLocation is left or right
leftPos: ’20px’, //position from left/ use if tabLocation is bottom or top
fixedPosition: false //options: true makes it stick(fixed position) on scroll
});

});

</script>

<script>
jQuery(document).ready(function($) {
$(‘.slide-out-div’).tabSlideOut({
tabHandle: ‘.handle’, //class of the element that will become your tab
pathToTabImage: ‘images/contact_tab.gif’, //path to the image for the tab //Optionally can be set using css
imageHeight: ‘122px’, //height of tab image //Optionally can be set using css
imageWidth: ’40px’, //width of tab image //Optionally can be set using css
tabLocation: ‘left’, //side of screen where tab lives, top, right, bottom, or left
speed: 300, //speed of animation
action: ‘click’, //options: ‘click’ or ‘hover’, action to trigger animation
topPos: ‘200px’, //position from the top/ use if tabLocation is left or right
leftPos: ’20px’, //position from left/ use if tabLocation is bottom or top
fixedPosition: false //options: true makes it stick(fixed position) on scroll
})
});
</script>

add_action( ‘wp_enqueue_scripts’, ‘add_tabSlideOut’ );
function add_tabSlideOut() {
wp_enqueue_script(
‘rss-tab-slideout’, // name your script so that you can attach other scripts and de-register, etc.
get_stylesheet_directory_uri() . ‘/js/tabSlideOut.js’, // this is the location of your script file
array(‘jquery’) // this array lists the scripts upon which your script depends
);
}

add_action( ‘wp_enqueue_scripts’, ‘add_tabSlideOutBrains’ );
function add_tabSlideOutBrains() {
wp_enqueue_script(
‘rss-tab-slideout-brains’, // name your script so that you can attach other scripts and de-register, etc.
get_stylesheet_directory_uri() . ‘/js/tabSlideOutBrains.js’, // this is the location of your script file
array(‘jquery’) // this array lists the scripts upon which your script depends
);
}

[/code]

Below that add your css:

[code language=”css”]
<style>

.slide-out-div {
padding: 20px;
width: 250px;
background: #ccc;
border: #29216d 1px solid;
}
</style>
[/code]

Anywhere in your page, (I put mine right above my ) put in the html for your hidden content.

[code language=”html”]
<div class="slide-out-div">
<a class="handle" href="http://link-for-non-js-users.html">Content</a>
<h3>Contact me</h3>
<p>Thanks for checking out my jQuery plugin, I hope you find this useful.
</p>
<p>This can be a form to submit feedback, or contact info</p>
</div>
[/code]

Cheat Sheet Clickety Clack
Cheat Sheet Clickety Clack

Database Clickety Clack
Database Clickety Clack

Raspberry Pi Clickety Clack
Raspberry Pi Clickety Clack

All Feeds

https://follow.it/all-feeds-clickety-clack?action=followPub
++ https://follow.it/all-feeds-clickety-clack

[code language=”html”]
<form action="https://api.follow.it/subscription-form/N1Jza3ZZZ2FaWmxyTkFpMkFNK1o1MWJ1SGUyRjBUYnRpc2lVR0s2eFNrTjl6N0luVVM3azNnNUJmMGh2N3pBSm9pOEVqZGFJY1ZZbXgvSjV1Y1lLTjdZYWRMUzRlT1BvQ2hYUlRmMHRYSytHc0hqWHdHOXFEbXJ3UkVLWG9FdU58S1RiMzNvVWwwT1RETjhPWTNtWC80SjNONFlnVFFYd0I2R25JcVgvZ1NrZz0=/8" method="post">
[/code]

Animation
https://follow.it/animation-clickety-clack?action=followPub
++ https://follow.it/animation-clickety-clack

Cheat Sheets
https://follow.it/cheat-sheets-clickety-clack?action=followPub
++ https://follow.it/cheat-sheets-clickety-clack

Database
https://follow.it/database-clickety-clack?action=followPub
++ https://follow.it/database-clickety-clack

Design Assets
https://follow.it/design-assets-clickety-clack?action=followPub
++ https://follow.it/design-assets-clickety-clack

Git Gitlab GitHub

https://follow.it/git-gitlab-github-clickety-clack?action=followPub
++ https://follow.it/git-gitlab-github-clickety-clack

NAS
https://follow.it/nas-clickety-clack?action=followPub
++ https://follow.it/nas-clickety-clack

Plugins:

https://follow.it/clickety-clack5-category-plugins-site?action=followPub
https://follow.it/plugins-clickety-clack?action=followPub
++ https://follow.it/plugins-clickety-clack

Raspberry Pi
https://follow.it/raspberry-pi-clickety-clack?action=followPub
++ https://follow.it/raspberry-pi-clickety-clack

SEO

https://follow.it/seo-clickety-clack?action=followPub
++ https://follow.it/seo-clickety-clack

Wordpress
https://follow.it/wordpress-clickety-clack?action=followPub
++ https://follow.it/wordpress-clickety-clack

Writing
https://follow.it/writing-clickety-clack?action=followPub
++ https://follow.it/writing-clickety-clack

All Feeds – shawn@cubik.com

Cheat Sheets – shawn@falconstudios.com

Raspberry Pi – shawn@nakedsword.com

Scroll to Top