shirleytwofeathers

Happy New Year Everyone!

15781367_10154301722677449_5341231880783057192_n

Wow. Now that the Holiday Hooha is finally over, I’m working on getting the Site Map updated. And of course, I can’t just update the site map, I also have to update each mini site with new content first. In my defense, I wanted to start the year out with something new on each of my little sites. I think I’m up to 25 of them now, and some of them have had a tendency to fall through the cracks.

Things are really hopping over at The Prosperity Project. We are starting off the year with The Violet Flame, and it’s not to late to join in if it sounds interesting. I’ve also been putting a lot of time in on The Pagan Calendar… Geez… those pagans really know how to celebrate. I think there is a holiday every day of the year, and sometimes 3 or 4 on the same day. Once I get caught up with January… well… if I get caught up with January, February will be hot on my heels.

I am hoping that once I get the Site Map done, (and the January pagan holidays done), that I’ll be able to get working on some new sites. I’m not sure if I will do the Spirituality section next, or maybe the More Cool Pages… possibly the Art? I have no idea how I will keep up with everything … but… now that we’re doing the Violet Flame… I do know this:

I AM a being of Violet Fire
I AM the action the Gods Desire
I AM that I AM that I AM that I AM

Inspired

1308997503_sunrise-by-the-ocean

Great news! The Inspiration and Insight page is now updated with three new mini sites. I love how they look and I am really excited about some of the new stuff coming up in January. Here are some quick links:

  • Way Cool Quotes – I decided to only post quotes on cool images or pictures. So, the going has been a little slow because I’ve been making most of them from scratch instead of just moving them from the blogger version of Way Cool Quotes which has a boatload of quotes… really a lot of quotes… and it will take me forever to get them all beautified and moved. 🙂
  • Mind Magic – This one started out to be a warehouse for affirmations, and has turned itself into something infinitely cooler. I don’t have as much on there as I would have liked, but it’s a good start. Eventually it will house information on Creative Visualization, Hypnotherapy, and a whole lot more.
  • The Prosperity Project – This is the blog that started it all. My very first one. We worked on projects for about 5 years, then ran out of steam. Now, 5 years later, I am in the process of moving the very first project to its new home here on shirleytwofeathers.com. I will be continuing to move the projects, one at a time, but it will take a while because we did a lot of them. I have a brand new project planned for the start of the year, on January 1. If you’d like to join in at any time, feel free! The more people who participate, the better it is!

On a less positive note:

The Site Map and the A to Z listing of links in the side bars of the main pages have not been updated yet. And it looks like it will be a week or two before I get that done because I HAVE to get some stuff done to get ready for Christmas. There are like… I don’t know… 7 days left? Something like that, and I have so much to do and only 3 days off in which to get it all done.

So, thanks for visiting. Enjoy the new mini sites. Bright Blessings!

Newsy News

582630-bigthumbnail

So, the news today is good! I have several of the healing pages finished and accessible from the main Healing Outside The Box page. There are still a few more to do, but it’s a good start. Today I will be adding Twofeathers Reiki to the main page and linking it to the other related mini sites.

Here’s a quick link list of all the healing sites currently up and running:

I have also added content to the following mini sites:

That might be all… I may have missed a few. It’s been crazy busy inside my head! I do hope you enjoy this website and find the content helpful and interesting!

 

A Sneak Peek

healing-cells

I have been working really hard behind the scenes getting the pages and mini sites ready to upload to the Healing section here at shirleytwofeathers.com. So far, I have 5 that are almost ready and I’m so excited about them, that I’m posting the links here for anyone who wants to take a look. Just remember that they are still works in progress and not quite ready for publication.

  • Chakra Central – It’s all about the Chakras, what they are, how to balance them, and keep them fine tuned and working at optimum.
  • Color Therapy – Wow… I love color! Color therapy is an easy way to tweak your life experience through the use of specific colors for specific purposes… very cool!
  • Eating To Live – I’ve been obsessing so much about getting the website full of content that I’m forgetting to eat, so I thought it might be a good idea to put some focus on something healthy and good.
  • Encyclopedia of Herbology – This idea has been rolling around in the back of my mind for a super long time. I’m thinking of it as a good way for me to personally because I’ve always wanted to learn herbology. It’s moving along kind of slow because I am really packing a lot of information into each of the individual posts.
  • Folk Medicine Remedies and Cures – So much fun. And it’s very interesting. Of course not all the cures are effective, some are downright dangerous, but a surprising number of them are easy and do actually work. Check it out!

And, of course, if you do check them out and find something that is confusing or not quite right, please leave a comment and let me know so I can clarify or fix it.

Bright Blessings!

Wild and Widdershining

 

I just want to say that keeping up with a gagillion little mini- sites isn’t as easy as I’d hoped, however, it sure makes for an exciting ride! And then today I suddenly realized that more than one person actually does visit this website. Yikes! So now the pressure is really on. I have so much content that I’m excited about getting up and posted… and not nearly enough time to do it.

1ad885a554458985120c4928168384e6

So. I do have a new mini- site that I just finished today, and uploaded content to, and updated all the related sites… so go check it out. I can’t wait to fill it up because I think it’s going to be really interesting. Here’s the link: Widdershins. It’s going to be a home for fairy tales, stories, poetry, quotes, song lyrics, myths, and whatever else fits into the category of cool magickal stuff to read and share.

Also, I discovered that lots of the links in the site map were just wrong… which means that the links in the original site map were messed up… so I fixed that. And I updated the links in the sidebars of the main pages. So that’s what’s going on as of this moment. And if I could find a way to stop time and tap into unlimited energy – well – you’d wake up in the morning and this entire website would be … well… WOW!

How many days til Christmas?

112443

One of my friends really enjoyed the “Christmas Countdown” widget I have in the sidebar. I told her I would share the html code with her so she could use it in her blog. And it occurred to me that she might not be the only one interested in it, so here it is:

Copy and paste the following code into a text widget:

<script language=”JavaScript”>

<!– Begin
var day_description = “Christmas”;
var day_before = “Christmas Eve”;

var today = new Date();
var year = today.getYear();
if ((navigator.appName == “Microsoft Internet Explorer”) && (year < 2000))
year=”19″ + year;
if (navigator.appName == “Netscape”)
year=1900 + year;
var date = new Date(“December 25, ” + year);
var diff = date.getTime() – today.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));

document.write(“<center><h3>”)

if (days > 1)
document.write(“There are ” + (days+1) + ” days until ” + day_description + “!”);
else if (days == 1)
document.write(“Tommorrow is ” + day_before + “!”);
else if (days == 0)
document.write(“Today is ” + day_before + “!”);
else if (days == -1)
document.write(“It’s ” + day_description + “!”);
else if (days < -1)
document.write(day_description + ” was ” + ((days+1)*-1) + (days < -2 ? ” days” : ” day”) + ” ago this year!”);
document.write(“</h3></center>”);
// End –>
</script>

There, that’s all there is to it. I am assuming you know how to do this, and if not, I’ll be happy to try to help if you leave me a comment.

I added an image, and some text to mine. Here’s what it looks like in html. The link to the image I used is shortened and highlighted in red. You will need to replace it with your own image link. My text is highlighted in green, and you’ll want to replace it as well:

<p><img width=”155″ height=”155″ alt=”” class=”art-lightbox” src=”http://shirleytwofeathers.com/solstice-e1476823767540.jpg“><br></p>
<p>I think it’s time go go shopping… maybe even buy some really cool stuff at my online shops!!</p>

Have fun with it!

Note: I did not write this code, I found it a long time ago and now I have no idea where it came from, or I would just give a link to the site where you could find it.

Lots of New Stuff

too-busy

I have been super busy adding more cool stuff. I have all the mini sites to the Fun Pages up and running. They are pretty cool. Go check them out!

Not only that, but I am busy today updating the Fun Stuff, Magick and Mystery, and the Home Pages, getting the navigation bar back under control, and updating the site map and the links in the side bars. Magick and Mystery looks way better than it did, at least I think so. Go check it out!

Seriously? Really?

So now that I have most of my other issues taken care of, suddenly my super cool animated gifs don’t work? Really?

ezgif-4234234318

Because my other animated gifs work just fine…. this one, however… doesn’t?
And now this one doesn’t either?
AAArrrrgggghhhh….

ajw9qn53_700wa_0

Ok, so I’ll try something really really simple…

129350a5225e0-56146

And of course, it works… Geez … I guess I’ll have to do some research… some cussing… some tearing out of hair… some cursing… some crying… maybe even a primal scream or two… and see if I can figure it out.

Subscribe

Enter your email address:

Delivered by FeedBurner

Archives
I Wonder
“What great thing would you attempt if you knew you could not fail?” — Robert Schuller
Christmas?


I think it's time to go shopping... maybe even buy some really cool stuff at my online shops!!

Stat Counter