מקודד לשווא
גבולות השפה הם הם גבולותיה של המחשבה
Sign in
|
Join
|
Help
עמוד הבית
טופס יצירת קשר
אודות
RSS 2.0
Atom 1.0
חיפוש
תגיות
.NET
.net .40
ActionScript
addon
air2
ajax
as3
asp.net
availability
bidi
box2d
Box2DFlex
browser
c#
CAP
chrome
client side
community server
content-type
css
css3
demo
design
DEV
display
doc
document database
education
ETL
explorer
firefox
flash
flash 10.1
flex
flex3
form
framework
game
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
nosql
OFFTOPIC
open source
podcast
Podcast list
ravendb
resources
review
RTL
SAAS
sharding
Silverlight
software license
sqlite
storage
summary
TECH
text layout framework
textfield
thanks
timezone
tip
tips and trick
tips and tricks
ui
vista
visual studio
w3c
web20
win7
windows
wordpress
אינטרנט
דפדפן
טכנולוגיה
כרום
עזרה
קוד פתוח
קיטורים
תוכנה
תקינה
ניווט
Home
All Posts
RSS
Popular Tags
ארכיון
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
פוסטים אחרונים
תגובות
Pong Applied Box2DFlex Physics Engine
על ידי
danielisimo
I decided to learn by example and assigned myself the goal of building pong in box2d. box2d is an overkill for pong , but what do you know, it's damn easy. the gist of it is : layout world setup event handling read more
תגים:
DEV
,
TECH
,
flex
,
Box2DFlex
,
box2d
,
open source
,
game
תגובות
Working With Large Arrays in Action Script
על ידי
danielisimo
While working on partly connected system using flex technology I figured out quick enough that working with large data sets (thousands of records) is not applicable. Especially because i held a number of those sets which I needed to cross reference in number of occasions. My solution was to create an indexed collection which i can benefit both worlds of Dictionary and ArrayCollection , with that in mind I designed and implemented the IndexedArrayCollection. The collection extends ArrayCollection...
תגים:
DEV
,
flex
,
as3
,
performance
,
pattern
תגובות
Box2D Flex Complex Shapes Mapping
על ידי
danielisimo
One of the drawbacks in box2d is that it's not supporting concave polygon shapes . for that box2d flex employs several algorithms and converts a complex shape to a set of polygons (I took the idea from 3d modeling) at this point i would like to give credits to sakri.net for he's shape outline algorithm makc.coverthesky.com for he's polygon2d both state that their algorithms are far from perfect but for a v0.2 it's a good start. in this case I'll start from the demo and then.....
תגים:
DEV
,
flex
,
ActionScript
,
Box2DFlex
,
box2d
תגובות
Simple Box2D Flex Example
על ידי
danielisimo
following my previous post announcing Box2D Flex framework i want to share some techniques via examples on how to use the library. First thing we create add a SkinableContentContainer to and drop some contorls inside it This, still, does not do anything fancy it just initializes box2d and registers & measures all controls inside our physics container. next step we add some bindable controls that will change our physics gravity and debug and the bindable properties to our physics container now...
תגים:
DEV
,
flex
,
as3
,
Box2DFlex
,
box2d
,
mxml
תגובות
Announcing Box2D Flex framework
על ידי
danielisimo
Prefix In a previous post demonstrating box2d integration with flex I made a promise (mainly to myself) to share the demo code. When I started to review with sharing in mind it looked cumbersome and overly verbose. So I started cranking on it fixing and straightening the code & architecture and step by step I realized that I'm creating a small Integration layer rather then a POC. Announcing Box2DFlex Box2DFlex framework allows you easely integrate box2d into flex framework using mxml. The...
תגים:
flash
,
DEV
,
flex
,
Box2DFlex
,
box2d
,
open source
,
framework
תגובות
CSS Mask in HTML 5
על ידי
danielisimo
< התוכן שמופיע כאן מועמד לסטנדרטיזציה ב html5 יתכן וחלק מהדברים לא יעבדו כרגע על כל דפדפן > בהמשך לפוסט הקודם על css ב html5 עשיתי עוד ניסוי קטן לגבי masks (אולי מיסוכים?) . רציתי להחליף צבעים תכנותית לתמונה קיימת . כדי לעשות את זה ניגשתי למלאכה והתחלתי לנבור ברשת , די מהר מצאתי שגם לזה יש פתרון ב css3. מיקמתי שני div אחד מעל השני - בראשון תמונה של מכונית (המכונית חייבת להיות לבנה כדי שנוכל לצבוע אותה בקלות) read more
תגים:
DEV
,
layout
,
css3
,
css
,
design
,
html5
,
mask
תגובות
Timezone shift in bootcamp
על ידי
danielisimo
Another short one , each time i open my bootcamp or VM (parallels or fusions) i get different timezone for windows and osx. both are configured correctly connected to the internet and updated from ntp server. But the windows machine is persistently offsets by two hours. After some hunting around and some trial and error I found that the best and quickest solution is adding a new registry key to HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\ named RealTimeIsUniversal typed REG_DWORD and...
תגים:
osx
,
pc
,
tip
,
registry
,
mac
,
timezone
,
windows
תגובות
Mid 2010 Podcast List
על ידי
danielisimo
it's time to update my podcast list some shows are RIP and some new came to light. so without further ado my mid 2010 podcast list . This time i grouped them by interest . some have fixed amount of episodes and some reoccur weekly . there are some hebrew podcasts in the list as well , I left the name and notes in hebrew. .NET Hanselminutes - "is a weekly audio talk show with noted web developer and technologist Scott Hanselman. Scott discusses utilities and tools, gives practical how-to...
תגים:
TECH
,
Podcast list
,
resources
,
education
תגובות
Flex 3 hebrew textbox
על ידי
danielisimo
following my last post on flex3 RTL label , next challenge was input text with RTL support , in that case I decided to cheat and use html input overlying flex. Not so elegant solution, but a solution non the less. the trick is to pass the flex component coordinate and position the HTML input accordingly , and on the HTML side handle keyboard and mouse event to let the flex developer feel @ home with regular focus and key press events. Add the... read more
תגים:
DEV
,
javascript
,
HTML
,
flex
,
as3
,
hack
,
RTL
,
flex3
,
textfield
,
input
תגובות
תהליך תקינה ב w3c
על ידי
danielisimo
בזמן האחרון אני עובר קצת על מחקר html5 - יש שם הרבה דברים יפים אך לא תמיד מובן מה רמת הבשלות של כל פיצ\'ר. כשמסתכלים על מסמך תקינה בצד שמאל ישנה סימניה שמציינת את הסטטוס של התקינה אך מה אומר אותו סטטוס ? על פי מסמכי תאור התהליכים של W3C תקינה מתקדמת בחמש רמות בשלות: טיוטת עבודה (Working Draft) קריאה אחרונה לטיוטה (Last Call Working Draft) מועמד להמלצה (Candidate Recommendation) המלצה מוצעת (Proposed Recommendation) המלצה - (W3C Recommendation ) טיוטת עבודה - העבודה בתהליך, התוכן יכול להתעדכן...
תגים:
TECH
,
תקינה
,
w3c
תגובות
Flex 3 label RTL support
על ידי
danielisimo
If you know or not , I'm leaving and working in Israel, where we have the most annoying text rendering issues. we write in right to left order - that means in the opposite direction of most languages. Letters and words are left to right, though numbers and other symbols remain right to left. Through the years I've seen (and even wrote) noumerous attempts to build an AS class that will provide this functionality to flash, all of them suffered from quirks and different edge cases. About a year...
תגים:
DEV
,
RTL
,
ActionScript
,
text layout framework
,
flex3
,
bidi
תגובות
HTML5 Client Side Storage
על ידי
danielisimo
ישנם שני ממשקים שתפסו את עיני לגבי שמירת נתונים דרך הדפדפן אכסון נתונים - מאפשר שמירת נתונים בדפדפן בצורת key - value . אכסון מקומי בצורה עבודה לא מכוונת - אפשרות לשמור נתונים במבנה sql מקומי (משתמש ב sqlite). אכסון מבנה נתונים פשוט שמירת הנתונים נעשית דרך api חדשים בשם localStorage sessionStorage שניהם ממשים את אותו ממשק ומבצעים את אותן הפעולת אך תחום שמירת התנונים הוא שונה עבור sessionStorage התחום הוא ה session ועבור localStorage הוא הדומיין (בדומה לשמירת cookies). ה api מאוד פשוט וניתן... read...
תגים:
DEV
,
javascript
,
HTML
,
storage
,
html5
,
sqlite
,
client side
תגובות
לחלץ להפוך ולטעון
על ידי
danielisimo
בהמשך לפוסט הקודם החלק הראשון בבנית ה EPG הוא למצוא את המידע ולטעון אותו לתוך מסד הנתונים , אחרי שמצאתי באינטרנט קובץ XML שמכיל רשימת ערוצים ותכניות התחלתי לחשוב איך אני מכניס אותם לרייבן :) הנסיונות שלי להכניס את המידע למסד הנתונים לימדו אותי שלושה דברים ניהול מידע במסד נתונים מבוסס מסמכים בניית אינדקסים עבודה עם סטים ניהול מידע לוח משדרים מורכב מהמאפיינים הבאים Channels Programs Tags or Categories במסד נתונים רלציוני הייתי מכין שלוש טבלאות והייתי שם מפתחות (forigen keys) במקומות המתאימים בכדי לקשר...
תגים:
DEV
,
nosql
,
ETL
,
Migration
תגובות
כרום לא טוען את הדף
על ידי
danielisimo
אם מופיע לך ההודעה הבאה This webpage is not available The webpage at http://www.codeinvain.com/ might be temporarily down or it may have moved permanently to a new web address. Here are some suggestions: Reload this web page later. או Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found וכדי לצאת ממנה אתה צריך לטעון מחדש את הדף או לסגור לגמרי את הדפדפן ולפתוח מחדש יש פתרון לבעיה בטל את \"Use DNS pre-fetching to improve page load performance\" בהגדרות הדפדפן לחץ על האייקון...
תגים:
TECH
,
דפדפן
,
עזרה
,
כרום
תגובות
המפרצים שלי גדלו בעוד סנטימטר
על ידי
danielisimo
תודה פיקוק תודה 014 תודה בזק בזכותכם היום המפרצים שלי גדלו בעוד סנטימטר. זה לא שלא עשיתם עבודה לא טובה, או אולי בעצם ... אבל היום אחרי הרבה מאוד שנים נלחמתי (בשיניים) על זכותי לגלוש באינטרנט. הכל התחיל אתמול אחרי שראוטר חדש שבק חיים כמה חדש? שבוע. שבק חיים ? או , זה הסיפור. מה שהיה קורה הוא שאחרי כמה דקות מהדלקה הוא פשוט היה מתנתק מהרשת. ישר הרמתי טלפון לספק שהפנה לתשתית שהפנה ליבואן שהפנה לספק וחוזר חלילה.כמו בכל כתבה טובה של גדעון... read more
תגים:
קיטורים
,
אינטרנט
More Posts
Next page »