whileicompile.wordpress.com whileicompile.wordpress.com

whileicompile.wordpress.com

While I Compile

... I compile my thoughts about programming (by John MacIntyre)

http://whileicompile.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR WHILEICOMPILE.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of whileicompile.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

4.5 seconds

FAVICON PREVIEW

  • whileicompile.wordpress.com

    16x16

CONTACTS AT WHILEICOMPILE.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
While I Compile | whileicompile.wordpress.com Reviews
<META>
DESCRIPTION
... I compile my thoughts about programming (by John MacIntyre)
<META>
KEYWORDS
1 while i compile
2 i’ve moved
3 discovering typemock
4 share
5 like this
6 like
7 loading
8 uncategorized
9 moved
10 leave a comment
CONTENT
Page content here
KEYWORDS ON
PAGE
while i compile,i’ve moved,discovering typemock,share,like this,like,loading,uncategorized,moved,leave a comment,overview,mechanic analogy,must,now’,is appropriate either,unethical behaviour,wait what,an extreme example,your decision,exceptions,in summary
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

While I Compile | whileicompile.wordpress.com Reviews

https://whileicompile.wordpress.com

... I compile my thoughts about programming (by John MacIntyre)

INTERNAL PAGES

whileicompile.wordpress.com whileicompile.wordpress.com
1

Consultants are advisors, not decision makers. « While I Compile

https://whileicompile.wordpress.com/2011/02/02/consultants-are-advisors-not-decision-makers

8230; I compile my thoughts about programming. Consultants are advisors, not decision makers. I was having lunch with my friend and colleague last week and we had a disagreement about whose decision it is to make a change when you see something wrong in the client’s software. My colleague used an analogy about a mechanic; it was a good one, so I’ll use it here. Be changed immediately (the emphasis is my friends). Change the timing belt ‘. In my opinion the mechanic should. Then make a recommendation.

2

2010 November 24 « While I Compile

https://whileicompile.wordpress.com/2010/11/24

8230; I compile my thoughts about programming. Response to Seth Godin’s – Where do ideas come from? Seth Godin is wrong. I just read Seth Godin’s blog post Where do ideas come from? And in my opinion he completely missed it. Sorry, I think Seth is awesome as do many others, but on this one, I don’t think he really answered the question; where do ideas come from? Instead, in my opinion, what he wrote was more a list of favourable conditions. Ideas come from questions. Ideas are answers to those questions.

3

The UI programmers (not so) secret weapon « While I Compile

https://whileicompile.wordpress.com/2010/10/03/the-ui-programmers-not-so-secret-weapon

8230; I compile my thoughts about programming. The UI programmers (not so) secret weapon. Suppose you had software which matches buyers and sellers, and new users are created via a ‘new user’ wizard [1]. Let’s say the wizard has 4 pages for Basic User Info, Review, Processing, and Completion Status Report. And there are 5 buttons; Cancel, Previous, Next, Run, and Finish. Cancel is displayed from the Basic User Info, Review, and Processing pages. Previous is displayed from the Review page. This is especia...

4

Response to Seth Godin’s – Where do ideas come from? « While I Compile

https://whileicompile.wordpress.com/2010/11/24/response-to-seth-godins-where-do-ideas-come-from

8230; I compile my thoughts about programming. Response to Seth Godin’s – Where do ideas come from? Seth Godin is wrong. I just read Seth Godin’s blog post Where do ideas come from? And in my opinion he completely missed it. Sorry, I think Seth is awesome as do many others, but on this one, I don’t think he really answered the question; where do ideas come from? Instead, in my opinion, what he wrote was more a list of favourable conditions. Ideas come from questions. Ideas are answers to those questions.

5

What is too simple and small to refactor? (Clean Code Experience No. 2) « While I Compile

https://whileicompile.wordpress.com/2010/09/14/what-is-too-simple-and-small-to-refactor-as-clean-code

8230; I compile my thoughts about programming. What is too simple and small to refactor? Clean Code Experience No. 2). Shortly after reading Robert C Martin. 8216;s Clean Code. I refactored the data access layer from a project I was working on, and was amazed by how much the code improved. It really was night and day. My first clean code refactoring experience. Was an obvious improvement. I’d like to share that second experience with you in this post. So as you can see, this simple method calculates a wo...

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

blog.michaelbrennan.net blog.michaelbrennan.net

| michael brennan |: Why You Should Always Use the ‘var’ Keyword in C#

http://blog.michaelbrennan.net/2010/06/why-you-should-always-use-var-keyword.html

Stop coding start thinking. With your feed reeder. 171; Older Entries. Why You Should Always Use the ‘var’ Keyword in C#. Posted by Michael Brennan in c#. On Wednesday, June 30, 2010. I’ve argued for the constant use of ‘var’ countless times; this blog post is a collection of thoughts that I have compiled resulting from my arguments.  Below are my reasons for using ‘var’. Imagine there are 20 explicit type references spanning over twenty code files to  an object that returned an another object of ty...

endswithsaurus.com endswithsaurus.com

EndsWithSaurus...: Cleaning up my data access layer with enumerations, attributes, reflection and generics

http://www.endswithsaurus.com/2010/08/cleaning-up-my-data-access-layer-with.html

My insights, inadequacies and musings in the ever changing .NET landscape. August 3, 2010. Cleaning up my data access layer with enumerations, attributes, reflection and generics. I thought I'd continue where I left off in my previous blog post. In this post, I will discuss cleaning up enumerations that are tied to database values. To get you up to speed, I started with this kind of pattern in the past:. So what can I do about it? Public enum DemoEnum { [DisplayValue("Custom Display Value 1")] [DatabaseV...

endswithsaurus.com endswithsaurus.com

EndsWithSaurus...: How many projects do I need in my solution?

http://www.endswithsaurus.com/2010/09/how-many-projects-do-i-need-in-my.html

My insights, inadequacies and musings in the ever changing .NET landscape. September 9, 2010. How many projects do I need in my solution? Am I writing an application that needs to be distributed across multiple servers? Am I writing an application where different departments need different front-ends for the same data/business rules? If you answered yes to the first 2 questions, then you probably need to separate your code into multiple projects or solutions. Ask yourself:. Truthfully. If it's unlike...

chemistry-blog.com chemistry-blog.com

Something Deeply Wrong With Chemistry » Chemistry Blog

http://www.chemistry-blog.com/2010/06/22/something-deeply-wrong-with-chemistry

Laquo; The Good, The Bad, and The Ugly. Art On A Chip. Something Deeply Wrong With Chemistry. An example of what is currently wrong with chemistry culture, even though it is dated. Future chemistry faculty will have to be twice as smart, work with twice the efficiency, and reach the correct positions of influence if they want this type of unhealthy cultural attitudes to finally be put to rest. This is my goal at least. Update 1: Guido Koch now. Update 4: A transcribed letter from Robert Tjian. I realize ...

whileicompile.com whileicompile.com

7 Features I Wish C# Had | While I Compile

http://whileicompile.com/2010/03/7-features-i-wish-csharp-had

I compile my thoughts. Mar 17, 2010. Posted by John MacIntyre. On Mar 17, 2010. 7 Features I Wish C# Had. A while ago I saw StackOverflow. Question What enhancements do you want for your programming language? Technique called Elliot Wave. More recently, I’ve heard Jeff Atwood. Assert, on the StackOverflow podcast. That any good programmer can whip off 10 things they hate about their favorite programming language in a flash.*. 1 2 3 4 5 6 7 8 9 10 11 12 13. User must log in. What I’m suggesting is s...

jesseliberty.com jesseliberty.com

Coding Without A Net | Jesse Liberty

http://jesseliberty.com/2010/08/14/coding-without-a-net

Xamarin, Angular 2, ASP.NET Core. Absolutely Incredibly Essential Utility of the Month. Creating An Open Source WP7 Application →. Coding Without A Net. August 14, 2010. I recently imposed on myself the constraint of coding without comments. Why? Comments rust faster than code, even when you’re careful. Well written code can be read, and comments are annoying footnotes. Comments make for lazy coding. Now, setting the bar at. No comments at all. In Programming C# 4, we write,. It does certain things.

codingincaledon.wordpress.com codingincaledon.wordpress.com

Clean Code Experience | Coding In Caledon

https://codingincaledon.wordpress.com/2010/09/16/clean-code-experience

Ruby Koans →. A couple days ago, John MacIntyre. About refactoring a small wage calculator function. This is John’s second post in a series dealing with his reactions to Robert C. Martin. 8216;s book Clean Code. First of all, thanks and kudos to John for sharing his experiences! I thought I’d give it a whirl as well, and decided to actually blog about it too (this is my first meaningful post dear reader; please be gentle! I focused on the DRY. HoursWorked - MAXIMUM BASE WEEKLY HOURS : 0; } } }. Public cl...

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

18

OTHER SITES

whileibreathe.deviantart.com whileibreathe.deviantart.com

whileIbreathe - 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? Deviant for 4 Years. This deviant's full pageview. Last Visit: 4 weeks ago. This is the place where you can personalize your profile! Window&#4...

whileibreathe.wordpress.com whileibreathe.wordpress.com

While I Breathe, I Hope | Taking it all in stride

While I Breathe, I Hope. Taking it all in stride. Skip to primary content. Skip to secondary content. Dum Spiro, Spero. When you have no words. April 22, 2015. Natalie @ While I Breathe. All week the support has been amazing. Friends family coworkers all reaching out to see if things are ok… All, quite surprising to me, so aware of what Minnie meant to me… And sensitive to the void left in my life…. A letter to Minnie. April 18, 2015. Natalie @ While I Breathe. Six years ago I let Bob talk me into lookin...

whileican.com whileican.com

Whileican

Find the best information and most relevant links on all topics related to whileican.com.

whileicanstillremember.wordpress.com whileicanstillremember.wordpress.com

While I can still remember | Just another WordPress.com site

While I can still remember. Just another WordPress.com site. Perfectly Paleo Pumpkin Pancakes…and another pound gone! February 23, 2015. Originally posted on Rants.Revelations.and recipes. Woke up this morning wanting something a little more than a smoothie and wasn’t feeling like an omelet either! In the end.this is the recipe. Perfectly Paleo Pumpkin Pancakes (made 12 3 inch pancakes). 1/3 cup pureed pumpkin. 1 tsp pumpkin pie spice. 1 tsp pure vanilla extract. 2 Tbsp pureed dates softened in water.

whileicompile.com whileicompile.com

While I Compile | ... I compile my thoughts

I compile my thoughts. Nov 22, 2013. Posted by John MacIntyre. The *hidden* Obamacare website code. I just saw this video of Congressman Joe Barton questioning Cheryl Campbell of CGI about the Obamacare website’s *hidden* code. It really doesn’t bother me that the congressman doesn’t understand that. Nov 20, 2013. Posted by John MacIntyre. How to keep your Get & Post ViewModels DRY. Oct 17, 2013. Posted by John MacIntyre. I’m a good dev. Jul 9, 2012. Posted by John MacIntyre. The asp.net-mvc predicate.

whileicompile.wordpress.com whileicompile.wordpress.com

While I Compile

8230; I compile my thoughts about programming. I’ve finally moved my blog to my own hosting and my own domain. I did this primarily so I could have more control over the site, and a little more control over the styles and plug-ins. Here’s a few of my recent posts:. Is about my frustration mocking some static methods, the ridiculous hoops I was forced to jump through, and the clean implementation I was finally able to do with Typemock. My take on identifier semantics (Id vs No vs Code vs Key). Let’s say y...

whileiexist.blogspot.com whileiexist.blogspot.com

while i exist

I wanted only to try to live in accord with the promptings which came from my true self. Why was that so very difficult? Lake Worth indie films. Http:/ www.youtube.com/watch? Https:/ www.youtube.com/watch? Https:/ www.youtube.com/watch? I'll milk the Fleeting to get its sons and daughters. The mirror will know this is not sterile. Rest yourself, tame your heart, break mine. I wish. You wish. No more. My life is better in silence. My heart ought to drown. You'll see. It'll make you proud. August 12, 1904.

whileifallapart.deviantart.com whileifallapart.deviantart.com

whileifallapart (Tiffany) - 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? Deviant for 12 Years. This deviant's full pageview. This is the place where you can personalize your profile! You can drag and drop to rearrange.

whileifblog.com whileifblog.com

WhileIf Blog :: Programming Stuff

Programming, Computers and Stuff. Skip to primary content. Skip to secondary content. JQuery – Where to add traditional calls. June 9, 2013. No Comments ↓. When I got started using this awesome extension to jQuery, I immediately found myself wanting to modify things on the page before the mobile plug-in was triggered. As it turns out, the recommended solution is to simply put traditional jQuery Continue reading →. JQuery Mobile – Disable AJAX navigation for all links at once. June 5, 2013. June 4, 2013.

whileifelse.com whileifelse.com

While(If..Else) | Gadgets, Computers, and Little Green Chips

Gadgets, Computers, and Little Green Chips. Why Tablets Will Fail (If We Don’t Fix Them) — September 22, 2011. Why Tablets Will Fail (If We Don’t Fix Them). September 22, 2011. September 22, 2011. Note: This was partially written a few months ago. Times have changed a bit, but tablets are still terrible in my opinion. I have to pat myself on the back for guessing that the Xoom and BB Tablet would fail, although it WAS a fairly safe bet.). Taking a Chance with x.0 Releases — September 6, 2009. I wouldn&#8...

whileihope.tumblr.com whileihope.tumblr.com

While I Hope

Foco, força e fé. Que haja sempre um sorriso no seu rosto, mesmo que a fé esteja abalada, mesmo que seu rosto esteja molhado pelas lagrimas, mesmo que não haja mais força, apenas sorria, o resto Deus faz. E você, vem? Suas palavras podem salvar alguém. Acompanhe a página CARTAS DO RESGATE para mais dicas de como funcionará o projeto. Conto com vocês! 3 (em TEXTO NA LEGENDA! Quando tudo for pedra…. Atire a primeira flor. A vida é bonita. Se não fosse,. Não haveria tantas cores. Parábola de George M...