Stories recently tagged with 'Design'

Daydreaming about jQuery Mobile and the WebAPI(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 6 months, 8 days ago

I recently blogged about programming for the future of mobile with jQuery Mobile and the WebAPI. You probably heard that jQuery Mobile 1.0 was released earlier this week. Although it will take a while before we will see some actual results from the WebAPI initiative, that shouldn't keep us from letting our minds play with things that might be possible one day using the WebAPI. read more...

add a comment |category: |Views: 11

tags: another

Lazy Loading OR On-Demand Loading(www.codeatnight.com)

submitted by jawadbakharjawadbakhar(60) 1 year, 1 month ago

Is lazy loading really is "Lazy" loading or is it "On-Demand" loading... read more...

add a comment |category: |Views: 61

tags: another

The benefits to using Cascading Style Sheets (CSS)(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 1 year, 4 months ago

There are several benefits to using cascading style sheets (CSS) in the design of a website, but they have lacked the attention it deserves partially due of a large learning curve needed to fully understand its capabilities. There has been a real emphasis recently on CSS because of the Web 2.0 movement in the industry over the use of table based designs. read more...

add a comment |category: |Views: 5

tags: another

Repository and Unit of Work T4 Template for Entity Framework(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 10 months ago

Two weeks ago I wrote the Revisiting the Repository and Unit of Work Patterns with Entity Framework post. One thing that I thought would be nice was to have an automatic code generation that will help me to build these patterns without sweating. So I sat down and created a T4 Template to auto generate the same patterns. read more...

add a comment |category: |Views: 276

tags: another

Introducing Code Rocket(www.getcoderocket.com)

submitted by alansparkalanspark(5) 1 year, 11 months ago

This article introduces you to Code Rocket's main features. Code Rocket is a pseudocode and flowchart design and visualization tool for Visual Studio (and Eclipse). It gives you on demand access to the pseudocode and flowchart views of your methods and always keeps the design in sync with the code. The content was the basis of a presentation given at TechMeetup Aberdeen. You can download the slides and sample code for the example. read more...

add a comment |category: |Views: 21

tags: another

Amazing Strategy!!(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

I recently downloaded a cool fighter plane game (iFighter lite) on my iPhone. As I started playing, I felt that plane is moving a bit slow!! But soon enough I saw a little perk on the screen and I flew over it and suddenly plane's speed increased. Soon enough, enemy planes started attacking me and I shot back at them. But again I felt my bullets were too slow! I shot down few planes and a new perk showed up on the screen. As soon as I collected it, my plane started shooting more bullets per attack!! Yeeee hoo!!! I started enjoying this and before I knew, I by mistake collected a "skull and bones" perk and "darrnn!!" I said, cause I knew now my plane had lost those powerful bullets :( Now, of course I am not writing a review about the human behavior while playing games on iPhone! But what I am trying to highlight here is the plane's ability to act differently in certain conditions! And that's something the Strategy Design Pattern allows us to do. I’ll try to use this game as an analogy to discuss about Strategy Design Pattern. Definition: Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it. read more...

add a comment |category: |Views: 7

tags: another

Strategy Pattern at work(nizarnoorani.com)

submitted by noorani786noorani786(342) 2 years, 2 months ago

An example of the usage of the Strategy pattern to maintain customizations for customers from different countries. read more...

add a comment |category: |Views: 20

tags: another

AJAX publish/subscribe with ASP.NET MVC and jQuery(atanashristov.blogspot.com)

submitted by atanashristovatanashristov(85) 2 years, 6 months ago

Calling long running web server process and locking the user for a while in web applications with the typical for the HTTP request/replay way can be critical for the user expirience. Even more, possibly we don't get back the data due to problems with the network connection or browser timeouts. Even if on top of unreliable protocol like HTTP we can provide some abstraction level to ensure we'll get the result from the web server. We could simulate the publish/subscribe pattern in ajax. Furthermore our communication with the web server is asynchronous and allows our application to respond better to the user interactions. read more...

add a comment |category: |Views: 177

tags: another

Abstracting away Dependencies for Simpler code (dimecasts.net)

submitted by trinidadcodertrinidadcoder(265) 2 years, 7 months ago

Taking a look at the pain points around having direct knowledge of a web service can bring for not only testing, but in running your application. Once we understand the pain points we will take a look at how to abstract them away with the adapter pattern. read more...

add a comment |category: |Views: 296

tags: another

Why I prefer surrogate keys instead of natural keys in database design(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 2 years, 7 months ago

A practical field tested answer why are surrogate keys better than natural keys in database design. read more...

add a comment |category: |Views: 23

tags: another

The Liskov Substitution Principle (LSP ) « Maximum C#(maximumcs.wordpress.com)

submitted by codegurucodeguru(80) 2 years, 7 months ago

FUNCTIONS THAT USE POINTERS OR REFERENCES TO BASE CLASSES MUST BE ABLE TO USE OBJECTS OF DERIVED CLASSES WITHOUT KNOWING IT. read more...

add a comment |category: |Views: 102

tags: another

Expression Design: Step By Step Designing my Dragon icon(alfredoalvarez.com)

submitted by avatareavatare(61) 2 years, 7 months ago

Is a step by step tutorial using the expression design tools to create an icon in this case of a dragon. The idea here is to show the power of the expression tools. This same techniques can be used for the design of interfaces read more...

add a comment |category: |Views: 38

tags: another

How to quickly improve user interface(drexplain.com)

submitted by cranedycranedy(65) 2 years, 7 months ago

The list of things that developers may improve just in minutes and make their programs looking more professional and attractive. read more...

add a comment |category: |Views: 21

tags: another

Spearmen, Javelin Throwers, and the State Pattern, oh my!(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Jamie Farser & Ayende Rahein recently had a conversation about using the State Pattern for units in a game Jamie is building. I've been following along trying to figure my way through the state pattern as well, and decided to take a stab at my own solution to Jamie's problem. read more...

add a comment |category: |Views: 11

tags: another

The ‘Always Valid Entity’ is not a fallacy(andyhitchman.wordpress.com)

submitted by AndyHitchmanAndyHitchman(25) 3 years ago

Following Jeffrey Palermo's post on the fallacy of the always-valid entity, this article being to look at how an 'always-valid' entity may be implemented. read more...

add a comment |category: |Views: 28

tags: another

The ‘Always Valid Entity’ is not a fallacy(andyhitchman.wordpress.com)

submitted by AndyHitchmanAndyHitchman(25) 3 years ago

Following Jeffrey Palermo's post on the fallacy of the always-valid entity, this article being to look at how an 'always-valid' entity may be implemented. read more...

add a comment |category: |Views: 28

tags: another