leegrindon.blogspot.com leegrindon.blogspot.com

leegrindon.blogspot.com

Never forget

Wednesday, 15 July 2015. Stop browser cache on go back. Put this code in your global.asax file to stop the browsers cache when pushing the back button. Protected void Application BeginRequest(). Forces browser refresh when back button clicked. HttpContext.Current.Response.Cache.SetExpires(DateTime.UtcNow.AddDays(-1) ;. HttpContext.Current.Response.Cache.SetValidUntilExpires(false);. HttpContext.Current.Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches);. Posted by Lee Grindon. Other agents w...

http://leegrindon.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LEEGRINDON.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 12 reviews
5 star
3
4 star
5
3 star
4
2 star
0
1 star
0

Hey there! Start your review of leegrindon.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • leegrindon.blogspot.com

    16x16

  • leegrindon.blogspot.com

    32x32

  • leegrindon.blogspot.com

    64x64

  • leegrindon.blogspot.com

    128x128

CONTACTS AT LEEGRINDON.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Never forget | leegrindon.blogspot.com Reviews
<META>
DESCRIPTION
Wednesday, 15 July 2015. Stop browser cache on go back. Put this code in your global.asax file to stop the browsers cache when pushing the back button. Protected void Application BeginRequest(). Forces browser refresh when back button clicked. HttpContext.Current.Response.Cache.SetExpires(DateTime.UtcNow.AddDays(-1) ;. HttpContext.Current.Response.Cache.SetValidUntilExpires(false);. HttpContext.Current.Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches);. Posted by Lee Grindon. Other agents w...
<META>
KEYWORDS
1 never forget
2 no comments
3 email this
4 blogthis
5 share to twitter
6 share to facebook
7 share to pinterest
8 cshtml
9 javascript
10 output
CONTENT
Page content here
KEYWORDS ON
PAGE
never forget,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,cshtml,javascript,output,labels knockout,sql filter,select,from,supplier,where,1 = case,labels sql,labels team city,branching strategy,labels branching,scom
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Never forget | leegrindon.blogspot.com Reviews

https://leegrindon.blogspot.com

Wednesday, 15 July 2015. Stop browser cache on go back. Put this code in your global.asax file to stop the browsers cache when pushing the back button. Protected void Application BeginRequest(). Forces browser refresh when back button clicked. HttpContext.Current.Response.Cache.SetExpires(DateTime.UtcNow.AddDays(-1) ;. HttpContext.Current.Response.Cache.SetValidUntilExpires(false);. HttpContext.Current.Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches);. Posted by Lee Grindon. Other agents w...

INTERNAL PAGES

leegrindon.blogspot.com leegrindon.blogspot.com
1

Never forget: January 2013

http://leegrindon.blogspot.com/2013_01_01_archive.html

Thursday, 24 January 2013. Whilst implementing a data grid I wanted to order an IEnumerable T and soon found out that you can not with the tools out of the box. A work colleague showed me the following extension method to get around this. T OrderBy T (. System.Reflection. PropertyInfo. T )query.Provider.CreateQuery(. T), pi.PropertyType },. Property(typeParams[0], pi), typeParams) );. ItemsAsQueryable().OrderBy("ColumnToSort", true). TableInnerHtml = gridHelper.AddRow(item);. Posted by Lee Grindon.

2

Never forget: October 2014

http://leegrindon.blogspot.com/2014_10_01_archive.html

Wednesday, 1 October 2014. Id],[Code],[Name],[DateCreated],[DateUpdated],[CreatedBy],[UpdatedBy],[IsDeleted]. WHEN @SearchField = 'Supplier' AND Supplier.Name LIKE '%' ISNULL(@SearchTerm, ' ) '%' THEN 1. WHEN @SearchField = 'Supplier Code' AND Supplier.Code LIKE ISNULL(@SearchTerm, ' ) '%' THEN 1. WHEN @SearchField IS NULL THEN 1 ELSE 0. Thanks blog.andyrobinson.com. Posted by Lee Grindon. Subscribe to: Posts (Atom). Awesome Inc. template. Powered by Blogger.

3

Never forget: Sql filter

http://leegrindon.blogspot.com/2014/10/sql-filter.html

Wednesday, 1 October 2014. Id],[Code],[Name],[DateCreated],[DateUpdated],[CreatedBy],[UpdatedBy],[IsDeleted]. WHEN @SearchField = 'Supplier' AND Supplier.Name LIKE '%' ISNULL(@SearchTerm, ' ) '%' THEN 1. WHEN @SearchField = 'Supplier Code' AND Supplier.Code LIKE ISNULL(@SearchTerm, ' ) '%' THEN 1. WHEN @SearchField IS NULL THEN 1 ELSE 0. Thanks blog.andyrobinson.com. Posted by Lee Grindon. Subscribe to: Post Comments (Atom). Awesome Inc. template. Powered by Blogger.

4

Never forget: July 2013

http://leegrindon.blogspot.com/2013_07_01_archive.html

Thursday, 25 July 2013. Get a string list whilst ignoring the empty values. Var addressLines = new[] { this.Line1, this.Line2, this.Line3 };. Return string.Join(", ", addressLines.Where(x =! String.IsNullOrWhiteSpace(x) );. Posted by Lee Grindon. Monday, 22 July 2013. Window.Lgas = window.Lgas {};. LgasAddressSearch = function (options) {. This instanceof Lgas.AddressSearch) {. Throw Error('Constructor invoked as a function! Thissettings = $.extend({}, this.defaults, options);. Href = href '? Scott hanse...

5

Never forget: August 2013

http://leegrindon.blogspot.com/2013_08_01_archive.html

Thursday, 1 August 2013. Prefix field names in a partial view. Add this to your partial view. Note all fields will be prefixed after the render of this code. ViewData.TemplateInfo.HtmlFieldPrefix = "Some thing"; }. Another way to just prefix your partial view is to pass in the view data on the render call like so. HtmlRenderPartial(" AddressSearch", Model.MailingAddress, new ViewDataDictionary { TemplateInfo = new TemplateInfo { HtmlFieldPrefix = Model.MailingAddress.FieldPrefix } });.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: November 2012

http://blog.paulhadfield.net/2012_11_01_archive.html

Wednesday, 21 November 2012. It's been over 2 years in it's current form and I really must get around to updating my website. So watch this space for updates! Posted by Paul Hadfield. Labels: .NET v4.0. Tuesday, 20 November 2012. Add NuGet Reference in Resharper. Today Jetbrains announced on their blog. That they've released a resharper nuget package. That will obtain project references via nuget, rather than making direct references to the locally installed code. Posted by Paul Hadfield. To code review ...

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: January 2014

http://blog.paulhadfield.net/2014_01_01_archive.html

Tuesday, 7 January 2014. IPhone hangs when running from XCode. Posted by Paul Hadfield. Wednesday, 1 January 2014. Looking forward to 2014. I'm just looking at my post from last year "looking forward to 2013"! On the technology front, I hope we are quickly proficient in developing and publishing iOS and Android applications; not just on phones but tablets as well. The cloud is also going to be quite important in 2014! Posted by Paul Hadfield. It has been an insanely busy 7 months into which (as well as t...

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: August 2012

http://blog.paulhadfield.net/2012_08_01_archive.html

Thursday, 2 August 2012. How to set the background colour of the paper in Raphael. I've started playing with the JavaScript SVG library RaphaelJS. It looks a really nice library but the very first hurdle I came across was how to set the background colour of the paper. There didn't seem to be any help in the documentation and trying ' paper.attr("fill", "#f00");. Resulted in the error Uncaught TypeError: Object # a has no method 'attr'. Posted by Paul Hadfield. Tweets by @Paul Hadfield. Using xml in your ...

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: April 2014

http://blog.paulhadfield.net/2014_04_01_archive.html

Sunday, 6 April 2014. Thoughts on the Surface 2 Pro. Posted by Paul Hadfield. Tweets by @Paul Hadfield. Thoughts on the Surface 2 Pro. View my complete profile. Mocking controllers for WebApi2. Http:/ www.asp.net/web-api/overview/testing-and-debugging/unit-testing-controllers-in-web-api. Decided it's time to review everything and have a bit of a sort out :-) z x c. Var Matt = new Hero();. Using Xml and jQuery to configure your unobtrusive client side scripts. Designed by Blogger Templates.

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: January 2013

http://blog.paulhadfield.net/2013_01_01_archive.html

Wednesday, 2 January 2013. MVC2 is not supported in Visual Studio 2012. The title pretty much says it all, there is no way to open an MVC2 project within Visual Studio 2012, there is no "auto upgrade" path either! If you attempt to convert a solution containing an MVC2 project you will probably see the following error message:. Subtype: '{F85E285D-A4E0-4152-9332-AB1D724D3325}' is unsupported by this installation. Posted by Paul Hadfield. Tweets by @Paul Hadfield. View my complete profile.

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: April 2013

http://blog.paulhadfield.net/2013_04_01_archive.html

Monday, 8 April 2013. How to use NUnit Assert functionality in MS Tests. Today I realised that I'd forgotten how spoilt I am using Resharper and dotCover to run my unit tests. Put another way I'd forgotten how badly Visual Studio plays with any other unit test frameworks other than MS Test! The following "using" code block facilitates this - you will be able to decorate your unit test classes with MS Test attributes so they can be picked up and run by Visual Studio whilst using NUnit functionality.

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: July 2012

http://blog.paulhadfield.net/2012_07_01_archive.html

Monday, 23 July 2012. Breaking JavaScript code down into components. Following on from my original post of learning how to put JavaScript together. It's been a really productive week. Have I managed to write JavaScript that's easy to test? No, but I've wrapped up some reasonably complex logic into a component that can have some of it's functionality tested! At the moment I've settled on QUnit. Posted by Paul Hadfield. Thursday, 19 July 2012. Create and inserting GUIDs in Visual Studio. If you're using WIX.

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: September 2012

http://blog.paulhadfield.net/2012_09_01_archive.html

Wednesday, 5 September 2012. One thing I've found over time is you can never find licensing details for VS and SQL products when you need them, so here's the link for VS2012 Licensing details. I quite like what Microsoft are doing with these white papers, the use case examples are really useful and answer most usage questions. Posted by Paul Hadfield. Tweets by @Paul Hadfield. View my complete profile. Mocking controllers for WebApi2. Var Matt = new Hero();. Designed by Blogger Templates.

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: Looking forward to 2014

http://blog.paulhadfield.net/2014/01/looking-forward-to-2014.html

Wednesday, 1 January 2014. Looking forward to 2014. I'm just looking at my post from last year "looking forward to 2013"! I'm still in a hands-on development role, but now in a different company. Many of my goals for last year are still relevant for this year. Time management has to be right at the top of them; getting the right work/life balance whilst doing a job you love is always difficult; even more so when there is just so much new cool stuff you want to learn! Posted by Paul Hadfield.

blog.paulhadfield.net blog.paulhadfield.net

Paul Hadfield: Thoughts on the Surface 2 Pro

http://blog.paulhadfield.net/2014/04/thoughts-on-surface-2-pro.html

Sunday, 6 April 2014. Thoughts on the Surface 2 Pro. Posted by Paul Hadfield. Tweets by @Paul Hadfield. Thoughts on the Surface 2 Pro. View my complete profile. Mocking controllers for WebApi2. Http:/ www.asp.net/web-api/overview/testing-and-debugging/unit-testing-controllers-in-web-api. Decided it's time to review everything and have a bit of a sort out :-) z x c. Var Matt = new Hero();. Using Xml and jQuery to configure your unobtrusive client side scripts. Designed by Blogger Templates.

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL LINKS TO THIS WEBSITE

19

OTHER SITES

leegriggs.com leegriggs.com

Lee Griggs

Curve head rendered with Arnold for Maya. XGen rendered with Arnold for Maya. Curves rendered with Arnold. Bifrost rendered with Arnold. Hair rendered with Arnold. XGen cubes rendered with Arnold for Maya. Lots of small things. All works LEE GRIGGS 2018. Please do not reproduce without the expressed written consent of the owner. Insert copy here, which should vary depending on your region.

leegriggs.net leegriggs.net

Lee Griggs — Writer, Author, Researcher, Security Expert, Consultant, and Civil Process Server

Writer, Author, Researcher, Security Expert, Consultant, and Civil Process Server. Writing Expertise and Experience. Proofreading, Editing, and Ghostwriting. Research & Consultation. Skip Tracing – Employment Checks – Services. Lee Griggs, Writer, Researcher, Consultant. Criminal History Reports: To what extent a private employer may consider an applicant's criminal history in making hiring decisions varies from state to state. Because of this variation, you should … [Read More.]. From my cold, dead hands.

leegriggs.wordpress.com leegriggs.wordpress.com

Lee Griggs

July 9, 2015. I created a guide to sampling in Arnold. With the help from my colleagues at Solid Angle. It is also available here – MtoA. 2015 Autodesk AREA Artist of the Year. July 7, 2015. Thrilled to be nominated 2015 Autodesk AREA artist of the year. Many thanks to those who voted for me! July 7, 2015. Here are some tests I did last year using the alShaders. By Anders Langland. Please bear in mind that they are by no means complete and some of the attributes may have changed (especially alSurface).

leegriggs464.deviantart.com leegriggs464.deviantart.com

LeeGriggs464 (Lee Griggs) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Film and Animation / Professional. Deviant for 5 Years. This deviant's full pageview. Last Visit: 91 weeks ago. We've split the page into zones!

leegriggsfreelancewriter.com leegriggsfreelancewriter.com

Freelance Writing | Professional Freelance Writer Lee Griggs

Professional Freelance Writer, Photographer and Published Author - Nationwide Writing Services. E Lee Griggs III. Camden, SC 29020-8006. Freelance writer for newspapers. Freelance writer for magazines. Freelance writer for newsletters. Whatever the mind of man. Can conceive of and. Believe, it can achieve. Freelance Writing Services Include. Articles on public figures. Lee Griggs Freelance Publication Portfolio. My writing experience includes profiles on public figures, interviews, product evaluation, tr...

leegrindon.blogspot.com leegrindon.blogspot.com

Never forget

Wednesday, 15 July 2015. Stop browser cache on go back. Put this code in your global.asax file to stop the browsers cache when pushing the back button. Protected void Application BeginRequest(). Forces browser refresh when back button clicked. HttpContext.Current.Response.Cache.SetExpires(DateTime.UtcNow.AddDays(-1) ;. HttpContext.Current.Response.Cache.SetValidUntilExpires(false);. HttpContext.Current.Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches);. Posted by Lee Grindon. Other agents w...

leegrisham.com leegrisham.com

www.leegrisham.com

leegrissett.blogspot.com leegrissett.blogspot.com

The Art of Lee Grissett

The Art of Lee Grissett. Sunday, June 21, 2015. Subscribe to: Posts (Atom). View my complete profile.

leegrissettart.com leegrissettart.com

The Art of Lee Grissett

leegrizzard.com leegrizzard.com

Registrant WHOIS contact information verification

You have reached a domain that is pending ICANN verification. As of January 1, 2014 the Internet Corporation for Assigned Names and Numbers (ICANN) will mandate that all ICANN accredited registrars begin verifying the Registrant WHOIS contact information for all new domain registrations and Registrant contact modifications. Why this domain has been suspended. Email address has not been verified. This is a new domain registration and the Registrant email address has not been verified. Wenn Sie Inhaber der...

leegrobin.com leegrobin.com

HOME

Born: March 27, 1961. San Antonio, Texas.