DICEP★TICON

by percent20 27. August 2008 12:33

Most anime fans should get a kick out of this.  If you cross Lucky Star and Transformers this is what you get.

Hope you enjoyed that.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Vista Media Center Not Displaying Videos in Menu - My Solution

by percent20 23. August 2008 20:03

I have been wanting to watch my videos that I have on my hard drive on my TV for a looooong time, but never seemed to have the right equipment that actually worked.  Well yesterday a friend finally hooked me up with the right equipment and I have been playing with Vista Media Center since then.

First off, Vista Media Center rocks. I am loving it.  I used to have to get up every so often and switch videos on my computer to watch from my chair or bed, not to mention mess with rotating the flat panel monitor.  Well, now with media center and the IR Remote that is hooked up to the computer I basically have a TiVo like system going, minus recording tv.

Now along the way I ran into a problem, was user error.  If you hit the power button on the IR remote it would send the computer to sleep mode.  Not to big of a problem except the setting for windows was to prompt the user for a password upon resume.  Normally that wouldn't be a problem for I couldn't seem to login or even get anything to display on the TV or my computer once I hit the power button on the remote again.  So, I did the one last thing I could think of.  Hard turn off of the computer.

That is when the problems started.  Once I got it back up apprentely some db got corrupted that no longer let me view the videos.  So after reading for a few hours on the internets i came accross the solution, and with a bit of guessing, to just delete the db's.  Only probloem is I didn't know where they were located as no where explicitly said where.  After some searching I found out 2 things that are kind of important.

  1. Media Center information and stuffs are stored in "Microsoft\ehome" folder
  2. The media library database is stored in the "Microsoft\Media Player" folder

You can find the main stuff for Media Center at "C:\Windows\ehome". That is where the executables and other things are located.  Other stuffs are in "C:\Users\Buddy\AppData\Local\Microsoft\ehome" that will be important for other thigns besides this problem. Just letting you know file locations.

What is the most interesting though is that the media center library is stored at "C:\Users\Buddy\AppData\Local\Microsoft\Media Player".  I was amazed because I figured they would store that info in the ehome folder.

Anyway, the problem specifically that I had was when I would go to the videos  area of the menu in Media Center it would try to display all the folders, but wouldn't.  I could actually get it to do anything.  Once I decided to delete the database information it reset everything back and I could finally add files through the monitoring folders of settings.  Well once I did that it still didn't work properly as the videos would only display in the "Date Captured" view.

So what was my solution?

  1. Delete the database files at "C:\Users\Buddy\AppData\Local\Microsoft\Media Player" 
  2. Unmonitor all video locations
  3. Install 3rd party MCE application called Video Browser

That is it.  Now I just use video browser app that I installed into Media Center as it works a lot better, but a bit different.

 

Install and Use Video Browser

Installing Video Browser is super simple.  Just visit the site "http://code.google.com/p/videobrowser/" download the installer and install it.  After that go to the Pictures+Video section of your Media Center menu and you should see a tab to the left called Video Browser.  

Now the most important part to not is. VB only monitors your "C:\Users\<user>\Videos" folder.  So to add vides from other locations just simply create a shortcut to that folder or file and it will work.  This works out great for me as I have a lot of things I need to watch so I only put shortcuts to my "To Watch" videos.

 

I suggest giving the Media Center stuff a try in vista it is a lot of fun.  So much fun infact if I am not careful I might make an app for it.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Ionics ISAPI Rewrite module with Code Igniter

by percent20 16. August 2008 21:37

One thing that apache has is mod_rewrite, but IIS doesn't seem to have it nativly.  However, Ionics made an ISAPI filter and submitted it to CodePlex for people to use for free.  To get it to work in Code Igniter is pretty easy once you do it for the first time.  As a note it is best to do it per site.  Here are the steps and some images.

1) Download files from codeplex site (http://www.codeplex.com/IIRF)

2) Unzip IsapiRewrite4.dll

3) Put IsapiRewrite4.dll in folder of the top level of the website (wwwroot/default site)

4) create .ini file named IsapiRewrite4.ini (Must be named IsapiRewrite.ini)

5) Open IIS Manager


6) Right-click on site -> properties


7) Isapi Filters Tab

8) Add...

9) Name filter what ever you want. I named it IONICS Rewrite

10) Click browse and load the IsapiRewrite4.dll in the top level of the site

11) add the code below to the .ini file

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]

12) recycle the application pool and all should work.

 

I got the snippet for the ini file from the CodeIgniter forum, but can't seem to find exact post to link to.  There are a lot of things that you can do with this rewrite module much similar to mod_rewrite for apache.

Also as a side note this works awesom for wordpress blogs too to get good permalinks.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Subtitles for Video

by percent20 13. August 2008 16:18

As many of you may know from my last post, yeah a long time ago, I like anime a lot.  One thing that was always interesting to me was how fansubbers did subtitles.  Well the other day I actually spent about 20 or 30 minutes and figured out how to do basic subtitles.

What I learned was softsubs. Basically an external file (*.srt) that you add your subtitles to and load them up when you play the raw video with no subtitles.  The site I learned off of was from a post on afterdawn website.  They are a great resource when it comes to audio video stuff. Anyway the directions are fairly simple.

1) Get video file.
2) Create a new textfile in that folder. I prefer to call it the video name with srt at the end. so (videoname.srt)
3) Add special codes and text
4) watch video and load the srt file.

Step 3 is what is the most difficult and it really isn't difficult at all. To do it all you need is the start frame and end frame of when you want the text to appear.  Followed by the text.

{1}{200}Hello World How are you Today

That would display "Hello World How are you Today" from frame 1 to 200 then stop displaying it.  You can also change colors and do bold, italic, and underline.

{201}{300}{y:i}I'm Italic
{301}{400}{y:b}I'm bold
{401}{500}{y:u}I'm underlined

You can also do colors too. So something like:

{501}{600}{c:$333333}I'm A different color.

Finally you can even do different fonts too.

{601}{700}{f:Arial}I'm A different font.

So if you wanted to copy paste into a text file all of the above to test it. It would look something like:

{1}{200}Hello World How are you Today
{201}{300}{y:i}I'm Italic
{301}{400}{y:b}I'm bold
{401}{500}{y:u}I'm underlined
{501}{600}{c:$333333}I'm A different color.
{601}{700}{f:Arial}I'm A different font.
{701}{800}{y:i}{c:$333333}I'm several combined into 1

After you have that done you are ready to view them. I personally use windows media player classic and the best way to use them, once the video is loaded, is:

File->load subtitles->(Browse to subtitles and open)

Here are some pictures

 














If you have wanted to do basic Subtitles this gives you a good start.  I am going to look up how to do embeded subtitles next and will post on that, hopefully soon.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

PowerShell Can Browse a Network Share

by percent20 10. April 2008 13:51

If you follow me on twitter then you probably know that I like Anime. If you don't follow me, you should, then to let you know. I like Anime.  Recently, a friend in #alt.net channel on freenode.  Was helping me with a script to do some specific renaming to strip out extra crap from anime I download.

Anyway, I have a network share on my anime folder so I can access it from anywhere on my network and watch.  Well last night without thinking I just opened up PowerShell CD'd to the network share and ran the script, since I have full control set on the share.  After the shows were renamed I closed it and went about finishing Bamboo Blade.

Later I realized I browsed a network share in PowerShell.  That is SOOOOO freaking cool that you can do that.  Here is an image proving it:

powershellNetworkShare

Basically, I am starting in my "My Documents" folder on my computer and CD'ing to the remote computer and it works.  Then I do a pwd for the path, and viola it works.

This is cool to me and might allow some cool scripts to be run for copying local files to remote servers with a simple click.

When I get the script a little more refined I'll go ahead and post it up with a blog post.

Here is a silverlight video of it in action. 

[silverlight:PowerShell_BrowseNetworkShare.wmv]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Luanchy the Launcher

by percent20 3. April 2008 10:08

For a long time I have been against launchers like Launchy not because I thought they were bad, but because I thought they were useless.  Anyway I decided on day that I would give it a shot.  After figuring out how to use it and using it for a couple of months now I can honestly say.  I like it.  I also miss it when I am on another computer without it.  It has become and main part of how I use the computer without me realizing it.  When I had to redo my computer I didn't have Launchy installed and constantly kept hitting the buttons to use it.  I also realized how much time I save using it.  It is definitely a tool that increases productivity.

So, since I was wrong and I admit it I will do a walk through on setting it up and configuring it for you to use.  Please, download the app and give it a shot it really is a good product.  Best of all it is free.

Install Steps (most are just visual with my config options please read what is typed)

Visit http://www.launchy.net

launchy.net 

When going to download area you will be forwarded to SourceForge to finish the download.

Launchy.net download

Launchy SourceForge Download 

Next is the Install it is just a typical next next next install please these are the screens for it.

CropperCapture[5]

Eula

Install Location

CropperCapture[9]

CropperCapture[11] 

Now we are done so lets configure and use it.

 

Configure

I am just going to show a couple of screenshots and am going to explain basically what they are and what to do.  I'll let you explore the rest.

At this point Launchy should be running.  To use launch all you need to do is:

ALT + SPACE

That will bring up something like this: (could be different as there are different skins)

launchy-1

At this point just right click with your mouse and choose options.

A new window should appear and looking like this:

Launchy options

Basically to configure this to launch you applications in the directories area you need to add all the directories you have have applications you want to use.  I personally do:

  • C:\Program Files\
  • C:\Documents and Settings\Buddy\My Documents\Programs
  • C:\Windows\System32\

Once you are done with that you should go back and on each direcotry you have chosen go to the left and choose file types you want to launch in each.  I usually chose for each.

  • *.exe
  • *.lnk
  • *.pdf

Once you have those done hit the Rescan Catalog button and it will scan all the folders and sub-folders making an index of you applications to launch.  After that just hit ok and you are good to start using Launchy.

Once you get done go ahead and to ALT + SPACE and start typing the application name.  It should look like.

launchy-2

 

If you decide to download and install it please leave a comment with what you think.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Email Account Activation with ASP.NET Membership part 1

by percent20 21. March 2008 10:02

This is something that a lot of sites have to verify that the user's e-mail is valid and seems like it would be complex, but there is a very easy way to do it.  This is going to be a 2 part series, maybe a 3rd still thinking about it.  First, I will give you the resources to learn about and setup the asp.net membership system and explain the concept of how we are going to activate the account.  Part 2 will be a re-explanation along with code.

Membership System

I wanted to actually explain all the steps to doing the membership system setup, but I just can't beat 4guysfromrolla.com. Here are the links to there multi-part series on most everything about the membership system.  I use it every time I need to get started with the membership system.

Examining ASP.NET 2.0's Membership, Roles, and Profile:

  • Part 1 - learn about how the membership features make providing user accounts on your website a breeze. This article covers the basics of membership, including why it is needed, along with a look at the SqlMembershipProvider and the security Web controls.
  • Part 2 - master how to create roles and assign users to roles. This article shows how to setup roles, using role-based authorization, and displaying output on a page depending upon the visitor's roles.
  • Part 3 - see how to add the membership-related schemas to an existing database using the ASP.NET SQL Server Registration Tool (aspnet_regsql.exe).
  • Part 4 - improve the login experience by showing more informative messages for users who log on with invalid credentials; also, see how to keep a log of invalid login attempts.
  • Part 5 - learn how to customize the Login control. Adjust its appearance using properties and templates; customize the authentication logic to include a CAPTCHA.
  • Part 6 - capture additional user-specific information using the Profile system. Learn about the built-in SqlProfileProvider.
  • Part 7 - the Membership, Roles, and Profile systems are all build using the provider model, which allows for their implementations to be highly customized. Learn how to create a custom Profile provider that persists user-specific settings to XML files.
  • Part 8 - learn how to use the Microsoft Access-based providers for the Membership, Roles, and Profile systems. With these providers, you can use an Access database instead of SQL Server.
  • Part 9 - when working with Membership, you have the option of using .NET's APIs or working directly with the specified provider. This article examines the pros and cons of both approaches and examines the SqlMembershipProvider in more detail.
  • Email Activation Concept

    The overall concept is fairly simple.  You register then receive an e-mail that you have registered along with an activation URL.  When you click on the URL it goes to the site and activates your account proving that you are real and there is a real e-mail address.

    The easiest way to do this is the following.

    1. User Registers
    2. Once registration guid is created
    3. guid is put into a table associated with a username
    4. E-Mail is sent to user with a url based on the GUID something like ( http://example.com/Activate.aspx?key=1234-1234-1234 )
    5. User Opens Email and click link
    6. Person comes to activation page
    7. Activation page reads querystring and associates the string with guid in db.  If a match executes code to "approve" account for use
    8. User can login.

    There are a few key things:

    1. You need an association table.  Something that will hold the guid and username for later verification.
    2. Create the GUID and get username _after_ account has been created and commit to above table.
    3. Build the activation URL and Send the e-mail
    4. On the activation page read the query string and find association in association table and retrieve the username if association exists between username and guid.
    5. if a username is returned call the membership api and activate the account.

    Remember though that when building the site be sure to set the property where when the user registers the account is not automatically approved.

    Conclusion

    This is a very useful and needed feature in some respects and highly used.  The concept is fairly simple and with the membership system it continues to stay fairly simple.  Please feel free to try this on your own and report back any issues you came across and how you overcame them. 

    I will post part to in a couple of days.  I am hoping on Sunday as a present to you all on my Birthday though we will see how that turns out.

     

    Happy Coding

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Tags:

    Use Examples in your Applications

    by percent20 16. March 2008 16:00

    Usability is one thing, for some reason, I continue to pay attention to when I got to sites.  I may not be able design graphically, but I'd like to think that usability is one thing I consistently get right.  The biggest reason I pay attention is because your application is useless unless someone can actually use it.

    Recently I went to pay for my college tuition online and had to enter in my card number and expiration date.  Ok no problem except it took me literally a minute to figure out what I was supposed to do so I took a screen shot.

    DumbExample

    The credit card isn't so hard to figure out, but the expiration date drove me nuts.  I had to read it about 3 times and THINK about it, and I am technology savvy.

    Recently I wrote quick registration app for people coming to our paintball game, and used a bit of my usability knowledge to help users not have to think about anything except there information.

    Lets go through my thought process though first.

    I needed to get 2 key pieces of information.

    1. First and Last Name
    2. Phone Number

    This presented a few problems:

    Do I ask for first and last name in separate text boxes thus being sure to get proper information? Problem here is it puts more work on the user when they only need to add information.

    If I have them do it in one text box how can I guarantee a good clean output in the back end and be reasonably sure they will put in their first and last name?

    When it comes to phone number there are a lot of ways to write your phone number and in a huge list it could get annoying looking at all the different numbers done different ways.  Plus, I need their area code because some are coming from out of state.

    First thing I thought of to do was show them how to do it with an easy to use example.

    GoodExample

    Conclusion

    Using and easy to understand example based on other how many other sites do it.  You can increase the usability quickly of your forms and application in general.  All the people that have registered have all included their first and last name and phone number just like I have as examples above.  So please when writing your applications go ahead and take a few extra seconds and think about how you want the data to look and see if there is a way to literally show the user the format you would like.

    Currently rated 5.0 by 1 people

    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Tags:

    I'm still here

    by percent20 24. February 2008 16:14

    So apparently my site hasn't been up for a week, i have known.  I am so busy lately with a lot of personal stuff I was unable to rectify the situation.  The site is back up now and I am ready to start blogging again.

    The main issue was that the dns record on the dns server got wiped out so the internets didn't know where to go :(

    Sorry for the inconvenience.

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Tags:

    BDD story chat - What is BDD?

    by percent20 18. February 2008 10:22

    At work me and a friend are about to start a new project and since both of us like agile methodologies we are wanting use our project as a test case.  Joseph knows more about agile than I do; so he is kind of my coach on it.  One of the things we are planning on using is BDD.  Since I am not to familiar with it I engaged in a conversation with him about it and this is the log of the conversation.  I hope others find it useful.  In some respects it is _using_ BDD to learn about BDD, in an abstract theoretical way that is.

    me: yo I was thinking it would be cool to try and use our project as maybe a test case for agile dev work and if successful maybe other projects can move to a more agile dev process.  Like it would be cool to have a CI solution going

    josephholsten: yes

    also, behaviour-driven.org is perhaps better than the alternatives

    me: yeah.  Is there like a 2 paragraph what is BDD so i can understand that more going into reading the site because i am getting confused right now and am only in the intro.

    or maybe i just need to read the intro page 2 or 3 more times

    josephholsten: say that again?

    me: sorry, stream of thought typing isn't really a good idea hehe.

    Was curios if there is like a 2 paragraph description of BDD.  I am reading the intro page and running in circles because I don't get it to well.  Was thinking if i could get a really high level overview i could understand the intro more.

    josephholsten: ah. BDD is a pattern language, which is why you feel that way.

    You'll have that same difficulty with
    "Pragmatic Programmers" and all those other pattern languages

    So, where to begin?

    me: so should I read something on pragmatic programming first?

    josephholsten: no, I was referring to a book with a similar style

    me: ah

    gotcha

    josephholsten: BDD is a process to go from hopes & dreams to a product that fulfils them

    you might call it a design process, but it's also a style of specification, implementation, and verification

    The idea is to start with a sense of what's wrong. Then write some stories of how to solve that problem

    there is a suggested template for the stories

    me: so like literal stories?

    josephholsten: once you have stories, you can look at all of them and say: this one's more important than that one. it should come first

    well, yes.

    but there tends to be a more rigid format, to help turn them into an implementation

    me: ah

    josephholsten: here's the page on stories

    http://behaviour-driven.org/Story

    but don't worry about it much, they use a lot of terms without explaining

    so you want to have a product that can make these stories real

    but you can't do everything at once, so you pick a few to start with

    (it doesn't matter which. some people will tell you it does, and if they're paying you, listen. otherwise: smile, nod, and start where you think you should)

    Once you have a few stories, you want to look at them in more detail

    josephholsten: you write down examples of their behavior. You write examples so detailed that you can be certain of whether the product behaves properly or not

    these are acceptance tests

    josephholsten: they call them acceptance criteria

    you with me?

    me: sorta

    josephholsten: okay

    perhaps I should go slower?

    Ah, right you don't see the point yet, or know where I'm going

    sorry

    me: :)

    josephholsten: so, you start with a hope, then you turn that into a story, then you turn that into acceptance criteria, then you turn that into a behavior specification, then you implement the behavior

    me: sooo turn the behavior into code? just want to be sure.

    josephholsten: sorta

    josephholsten: the thing about bdd is that it emphasizes working implementations over all else

    so very often, every last thing I said you would write would not be as prose, but code

    I write stories, acceptance criteria, and behavior specifications as code

    that way I know if it

    I know if it is real or still being developed

    me: so lets see if i can repeat this how I understand it.l

    josephholsten: sure

    me: So first you start with the idea of your project.  What you want it to be.

    Next you write some stories of how to use and not to use the idea.  Then follow that with what specifically do we need to have to accomplish our stories

    josephholsten: yes

    preferably only spec'ing a little at a time

    josephholsten: then implement

    so while you've got the theory in your head, let's make it real

    'behavior specification' is another name for a unit test

    me: so kind of like we want to be able to copy multiple lines of text would be a concept/theory then we would break that down into how it works as a behavior spec?

    josephholsten: exactly

    your spec begins as a description

    me: so can we expand of the idea above as an example maybe?

    josephholsten: "should print the text 'hello world' to the console"

    me: ok

    josephholsten: then you turn it into a test

    me: gotcha.  so the ShouldUpdateProfileDataOverWebService

    is the story in a unit tests and once we develop that we write the code to accomplish that story?

    josephholsten: http://pastie.caboo.se/153892

    it is a test, but it's of more than a single unit

    josephholsten: working...

    me: k

    i'm still reading on the BDD site

    josephholsten: so look at the updated pastie, and it's just a interaction behavior specification

    you specify the state behavior or interaction behavior before you write the implementation

    the same is true for stories

    you start with a literal story

    start with a title

    "should greet the user"

    then give it a defined narrative:

    as an <English speaking user>,

    I want <to be greeted when the program starts>,

    so that <I know I can start using the program>

    that's a role, feature, and benefit. respectively

    me: ok that makes more sense now

    josephholsten: like it?

    me: yeah

    i do that in my head just not so formally

    josephholsten: exactly!

    that's what I've been telling BJ for months

    me: LOL I do that in all parts of my life actually.

    Like when I want to go on a camp out.  I walk through a typical weekend and pack for each "event" that is going to happen like Getup so i need xyz clothing wise then pack everything.  Then I pack for the extreme cases just in case

    josephholsten: the only reason to do it formally is when you aren't sure what the next step is, you can just do what the framework says

    me: yeah I like it actually. [smile]

    josephholsten: and hopefully not waste energy on things you don't need yet

    me: yeah. and later you can maybe go back and cover the various use cases that are rare if time permits

    josephholsten: which is more what we need from bdd

    me: yeah.  It makes sense to me now.  Do you mind if I make this chat log a blog post?

    josephholsten: well, not necessarily rare, but not as valuable

    yes, please do

    I'm planning on turning it into a presentation for tonight

    me: k [smile] sweet it is a great walk through i think so if it helps someone all the better.

    sweet

    so i guess we helped each other. [smile]

    do you have some info about your presentation I can maybe post on my blog so people in Tulsa if any are reading can go?

    If you are in Tulsa and would like to here Joseph's talk here is the information on it.

    http://tulsarb.org/
    Bank of America building, 24th floor
    Vidoop offices
    6pm

    Address:

    15 W 6th St Suite 2400
    Tulsa, OK 74119

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Tags: ,

    Powered by BlogEngine.NET 1.4.5.0
    Theme by Mads Kristensen

    RecentComments

    Comment RSS