
codethinked.com
CodeThinked by Justin EtheredgeA blog about programming, technology, and life.
http://www.codethinked.com/
A blog about programming, technology, and life.
http://www.codethinked.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
WHOIS PRIVACY PROTECTION SERVICE, INC.
WHOIS AGENT
PO ●●●639
C/O CO●●●●●●ED.COM
KIR●●●AND , WA, 98083
UNITED STATES
View this contact
WHOIS PRIVACY PROTECTION SERVICE, INC.
WHOIS AGENT
PO ●●●639
C/O CO●●●●●●ED.COM
KIR●●●AND , WA, 98083
UNITED STATES
View this contact
WHOIS PRIVACY PROTECTION SERVICE, INC.
WHOIS AGENT
PO ●●●639
C/O CO●●●●●●ED.COM
KIR●●●AND , WA, 98083
UNITED STATES
View this contact
17
YEARS
7
MONTHS
1
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
21
SSL
EXTERNAL LINKS
227
SITE IP
188.166.203.69
LOAD TIME
0 sec
SCORE
6.2
CodeThinked by Justin Etheredge | codethinked.com Reviews
https://codethinked.com
A blog about programming, technology, and life.
Preparing Yourself for Modern JavaScript Development | CodeThinked
http://www.codethinked.com/preparing-yourself-for-modern-javascript-development
Rails 3 Baby Steps. Preparing Yourself for Modern JavaScript Development. How many of you are working with an application that has JavaScript that looks like this just sitting in a file (notice I didn’t say embedded in your html files, there is no good excuse for that):. Var someSharedValue = 10; var myFunction = function(){ / do something } var anotherImportantFunction = function() { / do more stuff }. It is a big name, but the implementation is very simple:. Function(){ / do some work })();. Window....
Say Goodbye to NAnt and MSBuild for .NET Builds With IronRuby | CodeThinked
http://www.codethinked.com/post/2010/04/26/Say-Goodbye-to-NAnt-and-MSBuild-With-IronRuby.aspx
Rails 3 Baby Steps. Say Goodbye to NAnt and MSBuild for .NET Builds With IronRuby. And I thought, yeah, one of the most important things that I have learned in my lifetime is that you never complain about something unless you have a solution. And so I am here today to propose to you a solution. The Problem With XML Based Build Systems. Before we get into this entire discussion, let me ask you a question what is it that developers do better than anything else? Why can’t we write code? And we could execute...
NHibernate 2.0, SQLite, and In-Memory Databases | CodeThinked
http://www.codethinked.com/nhibernate-20-sqlite-and-in-memory-databases
Rails 3 Baby Steps. NHibernate 2.0, SQLite, and In-Memory Databases. For anyone who is having issues with in-memory SQLite databases and NHibernate 2, check this post out! NHibernate.ADOException: could not execute query [ select person0 .PersonId as PersonId0 , person0 .FirstName as FirstName0 , person0 .LastName as LastName0 from People Person0 ] — System.Data.SQLite.SQLiteException: SQLite error no such table: People. 201 and I am using System.Data.SQLite. Okay, so you can see here we are doing the sa...
Keep Your IQueryable In Check | CodeThinked
http://www.codethinked.com/keep-your-iqueryable-in-check
Rails 3 Baby Steps. Keep Your IQueryable In Check. Updated: I’ve posted a follow-up on this post here. There is a good chance that you have seen Oren’s recent Repository Is The New Singleton. Okay, so I agree with Oren that encapsulating queries into objects is not a bad idea, especially if your application has a large number of complex queries. My problem with Oren’s approach comes from the example that he gives of one of these Query Objects in a later post (shortened to save space):. So we really have ...
The Programmer Dress Code | CodeThinked
http://www.codethinked.com/post/2007/12/The-Programmer-Dress-Code.aspx
Rails 3 Baby Steps. The Programmer Dress Code. The second part of this post is up, so after you finish reading, check it out. Was it this guy? Edsger Dijkstra (most know for Dijkstra’s shortest path algorithm) Here we see him in a suit and tie, but hey, he was born in 1930. All people wore a suit and tie back then, even women and children. Or how about this guy? Alan Kay – Doesn’t he look like a sad Burt Reynolds? This is one of the fathers of object oriented programming. All hail! What about this one?
TOTAL PAGES IN THIS WEBSITE
21
ScottGu's Blog - Tip/Trick: Hard Drive Speed and Visual Studio Performance
http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx
Tip/Trick: Hard Drive Speed and Visual Studio Performance. Thursday, November 1, 2007. People often ask me at conferences for PC hardware recommendations. Specifically - "what type of machine do you recommend I get for doing development with Visual Studio? And/or "your laptop seems really fast, what type is it? Some of my recommendations on this topic are fairly standard and obvious: Ideally you want to get a duel core or better CPU. I also always recommend getting at least 2GB or more of RAM. What you a...
Albert on Caffeine | Modal Popup in a ListView
http://www.albertoncaffeine.net/post/Modal-Popup-in-a-ListView.aspx
This blog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. All code samples are provided "AS IS" without warranty of any kind, either express or implied,. Including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. MVC vs ASP.NET Webforms. Net Reflactor - With Addon right in your IDE. Modal Popup in a ListView. 5 April 2010 03:37. AddNewEntity T (T obj) where. Var db = getEntityContext(). DbGetTab...
in the noonday sun: October 2007
http://inthenoondaysun.blogspot.com/2007_10_01_archive.html
In the noonday sun. Only mad dogs and englishmen go out in the noonday sun" (Indian Proverb) And, no, I'm not an englishman . Beautiful paintings of the Tuscan countryside. By Teri McDonald (September 2007). How TV Affects Your Brain Chemistry. Link to Dr Mercola's article. Groucho Marx: " Television is very educational. Whenever someone turns it on, I go in the other room and read a book.". Dr Nikolai Khokhlov - In Memoriam. 31 May 1954), Time. December 1, 2006. May his memory be eternal! F8 and be there.
Vinay | My Personal Website - Blog, Photo gallery and more.
http://www.simplyvinay.com/Default.aspx
MPBlog Implementation. Part 5. Posted in .NET. This post has been read 12306 times. Setting up StructureMap and The Unit Of Work ActionFilter. In my previous post. I had created the repository implementations along with unit of work. But how do we use this unit of work in our application. ASP.NET MVC has a concept of ActionFilters. These could be applied to an action or a controller in general. The two main methods that concern us are. Posted by vinay on Tuesday, June 23, 2009 7:42 PM. Posted in .NET.
Vinay | Gallery - Albums
http://www.simplyvinay.com/Albums.aspx
Total 307 photos ]. The source code to this site is open-source. You can download the code from here. MPBlog Implementation. Part 5. MPBlog Implementation. Part 4. MPBlog Implementation. Part 3. DDDBlog Implementation. Part 2. DDDBlog Implementation. Part 1. Aspects Of DDD. Part II. Aspects Of DDD. Part I. My foray into DDD, TDD, MVC and NHibernate.
Vinay | Gallery - Albums
http://www.simplyvinay.com/Albums/5207496595462658273/0/Photos.aspx
Photos in album Himachal [ 188 photos ]. The source code to this site is open-source. You can download the code from here. MPBlog Implementation. Part 5. MPBlog Implementation. Part 4. MPBlog Implementation. Part 3. DDDBlog Implementation. Part 2. DDDBlog Implementation. Part 1. Aspects Of DDD. Part II. Aspects Of DDD. Part I. My foray into DDD, TDD, MVC and NHibernate.
Vinay | Aspects Of DDD. Part I
http://www.simplyvinay.com/Post/43/Aspects-Of-DDD.-Part-I.aspx
Aspects Of DDD. Part I. This post has been read 5495 times. The Ubiquitous Language ( UL ). Ubiquitous language in DDD addresses this communication gap between the developers and the business experts. The function of the UL is to connect all parts of the design which would have been led by the domain experts and developers need to follow this. The key point in UL is to identify the the concepts which defines the domain and come up with common terms for those. The solution for this is to segregate the sof...
Vinay | Aspects of TDD
http://www.simplyvinay.com/Post/45/Aspects-of-TDD.aspx
This post has been read 5231 times. This post was supposed to be about the layering in my sample project, but I thought I would talk a bit about TDD as its new to me. This is by no means an exhaustive post on TDD. 1) We write a failing test. We have to identity whether the test is testing what is intended in this step. 2) We make sure the test written in step 1 passes. 3) We refactor the code written in step 2. We can also segregate a single test into 3 sections viz. But its hard to test. Because working...
Vinay | My Personal Website - Blog, Photo gallery and more.
http://www.simplyvinay.com/Category/2/Default.aspx
Logging using Interceptors in Windsor Container. Posted in Castle Project. This post has been read 3752 times. First thing is to create a LogInterceptor. Posted by vinay on Thursday, June 19, 2008 11:27 AM. 0 comments on this post. The source code to this site is open-source. You can download the code from here. MPBlog Implementation. Part 5. MPBlog Implementation. Part 4. MPBlog Implementation. Part 3. DDDBlog Implementation. Part 2. DDDBlog Implementation. Part 1. Aspects Of DDD. Part II.
Vinay | Aspects Of DDD. Part II
http://www.simplyvinay.com/Post/44/Aspects-Of-DDD.-Part-II.aspx
Aspects Of DDD. Part II. This post has been read 6186 times. This is a continuation post. You can read the first part here. Aggregates and Aggregate Root. Aggregates are to be considered as one unit with regard to any data manipulation and these aggregates can be accessed from outside only through their aggregate root. This mechanism of accessing the objects only by the root helps in maintain data integrity as individual objects can not be changed directly. In any application, domain objects will need ot...
TOTAL LINKS TO THIS WEBSITE
227
CodeThink | Hospedagem de Sites
Em hospedagem de sites. Nosso novo site está em desenvolvimento. Belo Horizonte . MG. Av Afonso Pena, 2522, 702/703 - Funcionários.
Codethink - Web-Engeneering, Front-End Development, SSG
Web-Engeneering und Front-End Development. Entwicklung langlebiger und nachhaltiger Internetseiten mit neusten Web-Technologien. Einfache Webseiten wie diese hier ideal für Künstler und Selbstständige. Große Webseiten mit vielen Inhalten ideal für Unternehmen mit einer Reihe von Produkten. Komplexe Systeme mit Benutzerverwaltung oder e-Commerce Lösungen. Damit Ihre Webseite wirklich erfolgreich wird, gehen wir mit Ihnen durch unseren 4‑Schritte Designprozess. Um Logikfehler gleich zu beheben.
Code Think
Tuesday, November 17, 2009. A Mental Model of Types and Methods in Go. I've been spending the past few days since Go. S release wrapping my head around it. The language site has a lot of good information, but I wanted to write up my understanding of one part of the type system. First off, while they're types. In terms of syntax, I see Go's interfaces as semantically distinct; for most of this post, when I say "type" I mean a concrete or non-interface type. Can change the runtime type as well as the compi...
CodeThink
Aug 06, 2015. Martin Fowler的这篇 Retirement note for Model View Presenter Pattern. 作为MVC模式的变形之一,它被重新归纳为了MVC模式的两种变形 Passive View和Supervisor controller。 Aug 06, 2015. Aug 01, 2015. 在软件工程领域,依赖注入 Dependency Injection 是用于实现控制反转 Inversion of Control 的最常见的方式之一。 Movie[] moviesDirectedBy(String arg) {. List allMovies = finder.findAll();. Iterator it = allMovies.iterator(); it.hasNext();) {. Movie movie = (Movie) it.next();. MoviegetDirector().equals(arg) it.remove();. Movie[]) allMovies.toArray( new. Jun 21, 2015.
Codethink | A blog about coding, life, and other arbitrary topics
A blog about coding, life, and other arbitrary topics. January 30, 2011. Due to a number of reasons mostly related to my desire to be able to tweak and customize things to my liking without having to pay for the privilege, I’ve relocated this blog to my personal web server at http:/ codethink.no-ip.org. Based box), so the site will be intermittently up and down over the next few days. In any case, subsequent updates will be published only on http:/ codethink.no-ip.org. How to Write Good Code. As much as ...
CodeThinked by Justin Etheredge
Rails 3 Baby Steps. Back to Basics Series. IronRuby via C# Series. Scala via C# Series. Mdash; 66 comments. Preparing Yourself for Modern JavaScript Development. Continue reading →. Mdash; No comments. Big Changes Are Afoot! The last 6 months have been quite the whirlwind for me! My wife and I had our first child just over 6 months ago, and I’m starting to realize how much free time I had before that! Has agreed to partner with me at Ecstatic Labs! We can’t wait to see what the future holds! If there is ...
Code Thinker Books - TEST
Code Thinker, Inc. Especially the cool ones. Icons by www.icojoy.com.
CodeThinker
Diminuire le dimensioni dei backup su Proxmox. Monday, May 11, 2015. I backup su Proxmox a volte possono raggiungere dimensioni davvero esagerate e superare di molto la dimensione della totale quantità dei dati contenuti sull'hardisk. Questo può essere dovuto ad esempio al fatto che alcuni files eliminati non siano stati completamente rimossi dal sistema oppure dal fatto che alcune sezioni del…. Linux] Mostrare lo spazio su disco utilizzato da terminale con gt5. Monday, April 27, 2015. Ciao a tutti, spin...
www.codethirst.com is coming soon!
This site is currently under development, please drop by again soon! If you have any questions regarding this site, please contact:. Webmaster @ codethirst.com. If this is your domain name, please use your web control panel. To make changes or configure your web hosting. Domain name, go to virtualnames.co.uk. Or start searching here:.
code thirteen | coming soon...
SOCIAL ENGAGEMENT