1. Here is the iRule we came up with to handle our mobile device detection and site redirection.
    First we check for things we know are desktops, since desktop traffic to our site is more common vs mobile devices at this point we put that first in our comparison, and we start with the most traffic user agents. This makes the comparisons a little more efficient.
    This traffic is sent to our f5 Webserver Pool. Next, we look for our mobile device user agents and redirect them to our externally hosted mobile website. Following that, any unidentified traffic is sent to the f5 Webserver pool.

    when HTTP_REQUEST {
    set ua [HTTP::header User-Agent]
    switch -glob [string tolower $ua]] {
    "*windows nt*" -
    "*macintosh*" -
    "*windows 98*" -
    "*linux*" -
    "*windows 6.0*" -
    "*windows xp*" -
    "*mac_powerpc*" -
    "*crawler*" -
    "*spider*" -
    "*nutch*" -
    "*slurp*" -
    "*googlebot*" -
    "*feedfetcher*" -
    "*msnbot*" -
    "*ask jeeves*"
    {
    pool WWW_Pool
    }
    "*ipod*" -
    "*iphone*" -
    "*windows ce*" -
    "*opera mini*" -
    "*android*" -
    "*blackberry*" -
    "*palm*" -
    "*treo*" -
    "*htc*" -
    "*psp*" -
    "*lg*" -
    "*samsung*"
    {
    HTTP::redirect http://m.website.com
    }
    default
    {
    pool WWW_Pool
    }
    }
    }
  2. Here we look at the need to be able to place some formatted content, that is somewhat one-off in nature on a page.
    For example, the "Look what's new at the Help Desk!!!" section of the CIS Main page on the old Hovworks site. This is a bit of text, it is formatted to have a background, it has 2 phrases hyperlinked to another page, and it has an image.

    We will look at a solution that allows the user to create this rich content using a WYSIWYG editor.

    example.jpg







    First, navigate to the page on which you wish to place your rich content. Click on the Page tab.



    s1.jpg
    Click Edit Page, Then click Add a Web part in the region of the page you wish your content to appear.



    s2.jpg





    Select Media and Content from the Categories Section, choose Content Editor from the Web parts section, Click Add.

    s3.jpg



    Your Content Editor web part is now on the page, Click on 'Click here to add new content'.

    s4.jpg



    Manipulate the content until it meets your desires.



    s5.jpg





    Remove focus from the Content Editor web part, and Click and Drag the Image Viewer web part title heading.

    s6.jpg





    As you drag it up above the Content Editor Web part, you should see it move, and see the horizontal line being placed to show the content will be placed above. Go ahead and drop the Image Viewer Web part above the Content Editor Web Part.

    s7.jpg







    The Image Viewer Web Part is now displayed above the Content Editor one...



    s9.jpg

    In the top right corner of the Content Editor web part, select Edit Web part from the menu.



    s17.jpg


    Adjust the settings to the following, different settings are ok for different display and/or features.

    Click Ok. Then click Stop Editing



    s10.jpg



    Your rich content now displays on your page. Here we have content with a heading, background, hyperlinks and an image.



    s11.jpg



















  3. We get a lot of competitors visiting our website, and I thought it would be interesting to keep an eye on them.

    Using a simple filter in Google Analytics you can identify traffic originating at your competitors offices if they identify themselves via the ISP organization. Just use their names from the hostnames report in Analytics, and use the or operator in your search.



    From here I can see that 34 of my competitors have completed the information request form on my web site.


    Perhaps that can be fodder for the argument to increase counter intelligence measures...
    If not maybe seeing your competitors clicking your adwords will spark marketings ire...
    Here you can see that several hundred clicks have been performed by our competitors.





    Get creative and there is a lot that Google Analytics can tell you.
    Or just use it like this and find out who is really sweatin ya...

  4. One of the ways I use Google Analytics is to monitor the load balancing of my web servers. I set up a new profile in Analytics and set my filters to accept special tags I have output by the webservers each declaring its name. it is not useful for real time administration of your cluster however as a sanity check and historical record accessible with all the was and familiarity of Google Analytics. I can set up automated reports to management and have intelligence alerts monitoring for various changes.

    I used an Include Filter looking for Load Balancing:


    And a search and replace filter like so:


    Then included the following analytics javascript on my pages, my ASP vbscript outputs the servername KHCMS3p in this case to the HTML response to the browser:
    pageTracker._trackPageview("/LoadBalance/KHCMS3P");





    Things look pretty well balanced here:
  5. The Major League Yabbo's [Jess & Damian Bomm, Greg Braun, Jason Carter, and ???] ran the Beast of the East mud run at McGuire AFB ON 9/10/11. It was my first mud run and it was fun, nobody got hurt and it made for some good memories. We ran through swamps, low crawled through mud holes, climbed all sorts of obstacles... Never did anything like it before, when I got to the first obstacle I had to pause for a moment before realizing oh yeah this is what it's all about, that first obstacle was the low crawl so they really got us into it right from the start. Once you have low crawled through a mud pit, it is not intimidating to run right through the rest. I did not like how everyone slowed down at the obstacles, that was a real momentum killer. They had many jersey barriers on the course and a few of them had lines waiting to jump them. So you would run up stand there then climb over from a dead stop. We got really muddy and I threw my shoes in a dumpster at the end.

    We got these coins for participating, I thought they were really cool coins. Some other people were like 'A coin? WTF? What am I going to do with coin?' but I collect coins, and it is sort of a Military tradition to give out these Challenge Coins so maybe they didn't know that type of thing existed or that it was a military thing or they just don't collect coins like I do. It's a really unique coin I think since it is stamped with the date 9/10/11 how many other coins are there like that? Hopefully all the other runners throw out their coins and mine becomes rare!






    Here is the course map, I used Photoshop CS5 Photomerge feature to stitch the images together, it could have been better I should have captured more images, the bottom right leg of the course doesn't quite align properly, but the essence of the course is there.




    <>
    <>
    <>
    <>
    <>
    <>
    <>
    <>
    <>
    <>
    772JASON CARTERStart: 10:40:41Finish: 12:04:30Time: 1:23:49Pace: 13:31
    CIVILIAN TEAM OF 5MAJOR LEAGUE YABBOS34332nd M-30 to 39



Blog Archive
About Me
About Me
Labels
Loading
Dynamic Views theme. Powered by Blogger. Report Abuse.