- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- fladdict.net (jp) (22 minutes)
- Flash Magazine (23 minutes)
- CNBRUCE (25 minutes)
- VincentCollins.com (26 minutes)
- 岩屋 (27 minutes)
- Build It Smarter (28 minutes)
- Charlie Arehart's Blog (30 minutes)
- Flex Examples (32 minutes)
- Miti's Blog (34 minutes)
- Flash Speaks Actionscript Blog (1 hour)
- فيلم بكن بكن
- داستان كس دادن دختر
- کو ن دادن مهناز
- داستان كس دادن دختر
- داستان كس دادن دختر
- in design
- عکس لختی مهناز افشار
- فيلم بكن بكن
- کو ن دادن مهناز
- فيلم بكن بكن
- فيلم بكن بكن
- عکس لختی مهناز افشار
- عکس لختی مهناز افشار
- داستان كس دادن دختر
- فيلم بكن بكن
- فيلم كون دادن مهنازا
- كس دادن مهناز افشار
- عکس لختی مهناز افشار
- عکس لختی مهناز افشار
Away3D Basics - The View and the Scene
When you look out through a window in your house, you only see what is visible from your point of view, not what is occluded by the walls. The viewable area is decided by the size and shape of the window, so you'll see a "cropped" view of what's outside. This is exactly how the View works in Away3D as well. It is the "window" that we view our 3D world through. (translate)
Subversion on OSX comes of age
I've been using TortoiseSVN on the PC for ages, and it really rocks. Contextual menus, status icons, etc. makes working with Subversion a breeze there. However, a while back I tried to get it rolling in a useful manner on OS X and it never really felt good enough to use. No more.Here are a few quick tips on getting up to snuff using OS X.Get svnX. I actually prefer it to Versions. Versions looks great, but it doesn't feel as good to me, I feel like I can do a lot more using svnX (which is free by the (translate)
Google Adsense Referrals are going!
Just a quick note to everyone out there, that from the end of August 2008, Google is removing the adsense referrals part of there programme So If any of you are using this, i.e referrals to Firefox, Google Pack etc, then Log into your account and create something else for the space. (translate)
Away3D Basics - A simple Away3D class explained
This tutorial is the first in a series about Away3D, a powerful real-time 3D engine for Flash or Flex. This tutorial explains a very simple Away3D class line by line so that those that still use Actionscript 2 or have a designer background will be able to understand what is going on in the rest of the tutorials. (translate)
Active Directory LDAP Authentication
I recently had a project for a client where I needed to authenticate with their implementation of Microsoft’s ADAM. Behind the scenes they are syncing their Active Directory as well as their SAP data with ADAM. Using ColdFusion, I was able to to do something like the following: <cfif Trim(selUsername) neq "" and Trim(selPassword) neq ""> <cfset [...] (translate)
Thanks to Gert and Michael of Railo
I want to thank Gert and Michael for the great presentation last week to the Boston CFUG on their open-source CFML engine, Railo. They were even kind enough to come out with us to Dun Gahaerin's pub with us afterwards. They've done some very impressive work with Railo, which I'll cover in another post. Suffice it to say that they've not only provided a very robust and feature-complete engine, but they've made some improvements to their administrative interface that should prove advantageous to the CF development and hosting community. Finally, it's obvious they've put a lot of thought into improvements (translate)
Who's on the CFMeetup this week,Thurs Aug 21
We have 2 talks this week on the Online ColdFusion Meetup, on Thursday Aug 21. "Fun With ColdSpring", with Dan Wilson Thursday, Aug 21, 12:00pm US EDT (GMT-4) Meeting description, details, optional RSVP "CFC 201", with Ray Camden Thursday, Aug 21, 6:00pm US EDT (GMT-5) Meeting description, details, optional RSVP As always, we're looking for more speakers. If you may be interested or know someone who is (or you may want to suggest someone you think I should ask), have them view this past blog entry or get in touch with me. (translate)
Changing the default skins on a Button control in Flex
The following example shows how you can modify the default skins for the Flex Button control by setting the skin, upSkin, overSkin, downSkin, and disabledSkin styles. Full code after the jump. (translate)
Win a ticket at Flash On The Beach
This is one to cool conference for Flash content creators, be them designers, developers, artists, animators or anybody interested in Flash. But what’s even cooler is that we (the European platform evangelist team) have some tickets to give away. To have a chance to win one of the 6 tickets you need to send us [...] (translate)
Subversion Makes a Fool out of Me
I've had this ongoing problem with Subversion with one of my ColdFusion projects. The set up with the client is far from ideal - here's how it works: I have a Subversion repository for all of the code and I use it for all of my work. When I'm ready to upload changes I export from Subversion and upload either the whole thing or just the changes if there are only a few. Once the work is uploaded to the server the client can download view templates, make changes to them and upload the changes. This allows them to make (translate)