support forums and sign up for the mailing list to receive updates and news. By Husani Oakley. Version: 1.4 */ /* Copyright 2009 Husani Oakley (email : wordpressplugins@husani.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** SETTINGS AND REQUIRED FILES */ define("LINKSHORTCUT_NAME", "/link-shortcut"); define("LINKSHORTCUT_UI_LOC", ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/admin"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/Linkshortcut.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutInstaller.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutAdmin.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutDataManager.php"); //grab control of the flow during template_redirect. add_action('template_redirect', 'linkshortcut'); /** * MAIN WORK FUNCTION. At this point, we know if WP has found the content. if we're a * 404, we'll check to see if it's a linkshortcut. if it is, redirect; otherwise, do nothing * and let WP continue with the error process. */ function linkshortcut(){ global $wp_query; //are we a 404? if(is_404()){ //yes. send to linkshortcut, which will determine if we redirect or not. $LinkshortcutManager = new LinkshortcutManager; $LinkshortcutManager->go(); } } /********* HOOKS AND ACTIONS REGISTRATION FOR INSTALL/UNINSTALL AND ADMIN PANELS ***********/ /** create options page and menu structure/pages */ add_action('admin_menu', 'linkshortcutAdminMenuCreation'); function linkshortcutAdminMenuCreation() { $LinkshortcutAdmin = new LinkshortcutAdmin(); add_menu_page("Link Shortcuts", "Link Shortcuts", 8, 'linkshortcut_list', array($LinkshortcutAdmin, 'displayMain')); add_submenu_page('linkshortcut_list', "addnew", "Add New", 8, 'linkshortcut_addnew', array($LinkshortcutAdmin, 'displayAddNewForm')); if(is_admin()){ //include javascript add_action('wp_print_scripts', array($LinkshortcutAdmin,'displayJS')); } add_options_page('Link Shortcut Options', 'Link Shortcut Options', 8, 'linkshortcut_options', array($LinkshortcutAdmin, 'displayOptionsPanel')); } /** set up ajax for admin custom ident check */ $LinkshortcutAdmin = new LinkshortcutAdmin(); add_action('wp_ajax_linkshortcut_check_ident', array($LinkshortcutAdmin, 'checkIdentWithAjax')); /** register activation/deactivation hooks. since i can't seem to get a class's method used as a callback, doing it ghetto style. */ $LinkshortcutInstaller = new LinkshortcutInstaller; register_activation_hook(__FILE__,array($LinkshortcutInstaller,'doInstall')); register_deactivation_hook(__FILE__,array($LinkshortcutInstaller,'doUninstall')); ?> Vision Boards

toyota_gt86Wow !!! I can’t believe how much I’ve learnt this week from the training I’m getting from Dean Holland and his team.  Some of it I was already familiar with, but a refresh along with really high level marketing techniques have taken my knowledge to another level – more of which, later.

 

I have been aware of the idea of vision boards from previous reading but have never really thought about doing one for myself.  So last night I decided to have a really good think about where I want to be in the future and how success would change mine and my family’s lifestyle.

I started off with the people that mean the most to me – my family so I found a photo from our recent amazing trip to beautiful Australia where we are all smiling and happy.  A happy family has to be the ultimate goal (not to say that they’re all miserable now!).  I also included a picture of the latest addition to the Moss family – our brand new puppy Max.

I must add that my Vision Board has been created in Powerpoint which gives me the opportunity to view it wherever I go, ie, on my computer or on my phone.  It’s important to look at your board every day to help you to initially identify your vision and give it clarity, then to reinforce your daily affirmations and keep your attention on your intentions and goals.

My next slide shows the type of house I aspire to live in, although I should think about where that might be.  I then found images of my ideal car (and family car) followed by the type of holidays I would like to take (although our visit to Australia this year is going to take some beating!).

I then turned to inspirational words and images to paint a picture of my future success and financial status.  This is just the start and I would love to hear your thoughts on what you include on your own vision board.  Also let me know if you would like to see screenshots from my board.

 

Please feel free to share or leave a comment below about how you use vision boards to visualize your dreams and aspirations.