Monday, December 8, 2008

Sitecore 6: Using Parameters in Web Controls.

In Sitecore v5, using Parameters listed on the sublayout in the presentation details was a lengthy dive into the core UI API.  In Sitecore v6, they've modified it to be simpler.  For instance, if you have a sublayout (*.ascx) that has parameters listed you can now access those Parameters using the following code:

string rawParameters = Attributes["sc_parameters"];
NameValueCollection parameters = Sitecore.Web.WebUtil.ParseUrlParameters(rawParameters);

However, if you take advantage of using custom WebControls (*.cs) instead of a Sublayout (*.ascx) then that method doesn't work.  Instead you'll want to make use of the Parameters property on the inherited WebControl.

string rawParameters = this.Parameters;
NameValueCollection parameters = WebUtil.ParseUrlParameters(rawParameters);

Beware of Gift Cards from Stores that are Closing

Watch those store money cards and gift cards and credit slips! 

These are the stores that have informed the Security Exchange of closing plans between October 2008 and January 2009 (due to the "recession" and/or the fact that people are not shopping).  

If you have any "gift cards" from these stores, make sure you use them, or you will lose them! 

Circuit City stores... closing all stores

Macys to close 9 stores after January

Ann Taylor- 117 stores nationwide are to be shuttered

Lane Bryant, Fashion Bug and Catherine's to close 150 store nationwide

Eddie Bauer to close stores 27 stores and more after January

Cache will close all stores

Talbots closing down all stores

J. Jill closing all stores

GAP closing 85 stores

Footlocker closing 140 stores more to close after January

Wickes Furniture closing down

Levitz closing down remaining stores

Bombay closing remaining stores

Zales closing down 82 stores and 105 after January

Whitehall closing all stores

Piercing Pagoda closing all stores

Disney closing 98 stores and will close more after January

Home Depot closing 15 stores

Linens and Things closing all stores

Movie Galley Closing all stores

Pacific Sunware closing stores

Pep Boys Closing 33 stores

Sprint/ Nextel closing 133 stores

JC Penney closing a number of stores after January

Ethan Allen closing down 12 stores

Wilson Leather closing down all stores

Sharper Image closing down all stores

K B Toys closing 356 stores

Lowes to close down some stores

Dillard's to close some stores

Cool iPhone Apps

A friend recently asked what my favorite iPhone apps are that I've used in 2008.

Here's a short list.  All of the apps listed are freely available on the App Store.

  • Facebook
  • Weatherbug
  • Twittelator
  • Google App
  • Pandora
  • Flashlight
  • Sudoku
  • CheckPlease (Tip Calculator)
  • Shazam (Song Recognition and Tagging)
  • Zippo Lighter App
  • Urbanspoon (Restaurant Shaker)
  • Google Earth (cause it's just cool)
  • Lightsaber (A Staple of any geek)
  • TapDefense (A Tower Defense game for those long trips on the T)
  • Fring (IM app)
There's no rhyme or reason to the order of this list, other than this is the order they show up in my phone!  If anyone has other ideas for GREAT iphone apps, feel free to send them my way.

Friday, December 5, 2008

Sitecore 6 Certified!

I am now Sitecore 6 Certified!  Woo hoo!

That's about all I got here.  =)

Wednesday, September 17, 2008

Goon's and Kickballs

Another interesting day of Sitecore. Wishing I knew what I know two weeks ago though.

Anyways, tonight is Week 2 of Raining Sideways kickball! Woot!

Here is a collection of links that I have for today:
http://gooncity.com/
http://www.goontower.com/
http://www.flickr.com/photos/bellechere/2846472858/sizes/l/
http://gawker.com/5051193/sarah-palins-personal-emails

Lunch: Salad

Tuesday, September 16, 2008

Sitecore, Sitecore, Sitecore

Yep, today was another day of thrilling Sitecore coding.  I’m actually doing some really cool stuff and I’m hopeful I’ll be able to get some of my cool Sitecore tricks on this blog for the community to benefit from.

Nothing much exciting though.  Looking forward to going to Cirque du Soleil on Friday.  I’m taking a girl named Amanda that I’ve been dating now for a few weeks.  Things are going pretty good between us.  Hopefully it’ll get better.

I have a deadline for Thursday that I’ve got to meet.  I’m not sure if I’ll be able to make it, but I’m trying my hardest.

Lunch: Pad Thai in Davis Square.

Saturday, July 26, 2008

What is Vapok

Vapok is an idea.. a thought.. a name.. What's in a name?

Oy... anyways... Vapok is my online name. I've had it ever since Al Gore invented the internets. And it's the name that I'm most commonly known by.

Having said that, I decided it would be neat to start a routine of blogging about various ramblings that I come across during my day to day life in an otherwise dull world.

So, there you have it. My blog -- the Vapok Files.