Conquered Flash5 Video with Views in Drupal. Now to get Flowplayer to loop with an object element. Sometimes the simplest things are so complicated.
Latest Updates RSS
-
Dan
-
Dan
That’s half of what makes a blog post so annoying is coming up with a title for each post. Geez with this it’s like tweeting!
-
Dan
Pretty nifty theme called “Prologue” which is supposed to encourage short updates. Let’s see how this goes.
-
Dan
Recently I had to pull 1 file path out an HTML field, this would be simple if it was only a few records, but I had to do it on 2000+ records. With my CSV I loaded it up into Excel and then launched VBA by hitting Alt+F11. Here was the function I used.
Function M(Value As String, Pattern As String, Optional IgnoreCase As Boolean = False) Dim r As New VBScript_RegExp_55.RegExp r.Pattern = Pattern r.IgnoreCase = IgnoreCase If r.Test(Value) Then Set myMatches = r.Execute(Value) For Each myMatch In myMatches M = myMatch.Value Next Else M = "" End If End Function -
Dan
My wife and I decided to get some multivitamins for us as we are looking to prolong our lives and thus gain #tigerblood and be #winning. We ordered a Men’s & a Women’s Just Once from Rainbow Light (via Vitamin Shoppe). Excellent product. The contents of the multivitamin scream 101+!
However I’d like to issue a warning to all Male’s who may be considering Rainbow Light, Just Once, Men’s One Multivitamin. It tastes awful! Now I know all vitamins taste awful but you know how when you smell something you can associate it with a taste (and vs.), well this vitamin tastes like DOG FOOD! I kid you not.
I expressed this perplexing issue to my wife to which she replied “well I guess men are like dogs”! — I took artistic liberty with that!