מקודד לשווא
גבולות השפה הם הם גבולותיה של המחשבה
Sign in
|
Join
|
Help
עמוד הבית
טופס יצירת קשר
אודות
RSS 2.0
Atom 1.0
חיפוש
תגיות
.NET
.net .40
ActionScript
ajax
as3
availability
box2d
Box2DFlex
browser
c#
CAP
chrome
client side
content-type
css
css3
demo
design
DEV
document database
flash
flash 10.1
flex
flex3
form
framework
game
gist
hack
header
howto
HTML
html5
input
integration
javascript
JavaScript plug-in download
json
layout
localization
logging
mac
mask
Media Center
Migration
mobile
mod
multitouch
mxml
NDS
nosql
nvidia
OFFTOPIC
open source
oss
osx
pattern
pc
performance
php
physics
podcast
Podcast list
pry
QT
rails
raven
ravendb
registry
resources
review
RTL
ruby
SAAS
Silverlight
sqlite
storage
summary
TECH
tips
tips and tricks
trick
ui
vista
visual studio
vs2010
w3c
web20
win7
windows
wordpress
אינטרנט
דפדפן
טכנולוגיה
כרום
עזרה
קוד פתוח
קיטורים
תוכנה
תקינה
ניווט
Home
All Posts
RSS
Popular Tags
ארכיון
August 2011 (1)
June 2011 (1)
May 2011 (1)
November 2010 (1)
July 2010 (7)
June 2010 (11)
May 2010 (4)
April 2010 (2)
November 2009 (13)
September 2009 (5)
June 2009 (1)
April 2009 (2)
March 2009 (3)
February 2009 (6)
January 2009 (1)
December 2007 (5)
November 2007 (4)
October 2007 (5)
Me
DNA Studio
Code In Vain
February 2009 - Posts
1
תגובות
Application Configuration Continued – .Settings file
על ידי
danielisimo
Another method to use configuration is the .settings file . step 1. add new item to your project , select category general , and setting file template. set the name of the setting file, it will also be the name of your setting class. What you get is a .settings file , and a .cs file , which implies that you’ll have a programmatic API as well. step 2. let’s add a test setting , i added a HomeDir setting with the value of c: \ temp \ we will ignore the rest of the options for now...
תגים:
tips and tricks
,
DEV
,
.NET
1
תגובות
Configuration Shortcuts
על ידי
danielisimo
In replay to Itay’s post on configuration shortcuts, first and foremost is in some situations you can use .net Settings , which gives you intellisense, strict type and read/write capabilities. The downside is that it’s not available in ASP.NET , to extend Itay’s idea you can provide intellisense and strict types with a simple method: To make the code clearer you can set up some helper methods and use the following and now you get intellisense and type safety :)
תגים:
asp.net
,
tips and tricks
,
DEV
,
.NET
0
תגובות
UI Design Patterns Continued
על ידי
danielisimo
following a previous post on UI design patterns I found a few more sites that collect and describe them. So what’s a pattern ? it’s a common solution for repeating problem, UI Patterns are common solutions to data visualization and human interaction. For example you can find the visualization solution for a user ranking or reputation system. most sites have a general structure for each pattern: Problem Solution When to use Rationale Examples Yahoo! Design Pattern Library you can find a fair...
תגים:
review
,
ui
,
DEV
2
תגובות
My List of Podcasts for (not only) .NET Programmers
על ידי
danielisimo
influenced by Scott Hanselman's post here is my list of podcasts Alt.NET Podcast It’s a cool program with nice topics though it’s not published regular. 8/10 for presentation 8/10 for content 7/10 for audio quality 7/10 iPod integration 5/10 for persistence. Stack overflow Jeff Atwood & Joel Spolsky ramble on , it’s cool when you have the time. 8/10 for presentation 8/10 for content 9/10 for audio quality 7/10 iPod integration 10/10 for persistence. The Flex Show It’s the only Flex development ...
תגים:
podcast
,
review
,
TECH
1
תגובות
Touch Typing
על ידי
danielisimo
What we do most of our time as professional developers is typing. we type when we code , we type to communicate , type when we document , we type some more, and then we type again. At some point In my career I decided to learn touch typing , and It serves me well since. There are a lot of trends lately , learning programming languages, frameworks , technologies ,unfortunately touch typing isn’t one of them. Currently I’m working @ a client’s office , with 5 other developers in an open space, most...
1
תגובות
UI Patterns
על ידי
danielisimo
Infragistics released “ UX Patterns Explorer ” a site that groups together a set of data visualization and interaction problems and solutions. this site addresses usability issues rather on design issues. for example date picking , navigation in hierarchical structure and more. via Brad Abrams
תגים:
tips and tricks
,
ui