This is the first prototype monster I created for the project.
It’s kinda cute and not too scary.

This is the first prototype monster I created for the project.
It’s kinda cute and not too scary.

Prepare QuickTime streaming video can be hard.
Here is the support documentation from Apple.
http://support.apple.com/kb/HT2438?viewlocale=en_US
…with DreamHost and apple. streaming video is easy
.
With QuickTime Pro, you can create movies that can be delivered over the Internet. You can deliver a movie as an HTTP download or as a real-time stream.
QuickTime
With QuickTime Pro, you can set up a movie to start playing from a web server before the movie has completely downloaded to the user’s hard disk. This is called a “Fast Start” movie. Set the Fast Start setting using the steps below just before you distribute your movie; making other changes and resaving may undo the Fast Start setting.

To set up a movie for streaming over the Internet, compress the movie so that its data rate is appropriate for the bandwidth at which your users will connect. You can use the hinted streaming format with QuickTime Streaming Server or Darwin Streaming Server. The hint tracks, which are stored in the movie along with the video, audio, and other tracks, provide QuickTime Streaming Server software with information about the server, the transmission packet size, and the protocol to be used–in short, how to send the movie data over the network.
When you choose hinted streaming, “hint tracks” (information needed to stream the movie) are added to the movie. If the movie is already in the desired format, you can prepare a movie for streaming by opening the movie in QuickTime Player and choosing Export from the File menu, then Movie to Hinted Movie. If you want to change the movie’s format, follow the steps below.

If you want to stream a QuickTime movie using QuickTime Streaming Server, you should use a web-optimized video or audio compressor to compress the movie file. All QuickTime compressors are compatible with QuickTime Streaming Server, but the compressors listed below are optimized to give the best results for delivery over the Internet.
For a complete list of QuickTime-supported compressors, see the Products area on the QuickTime website.
Audio compressors
AAC, QUALCOMM PureVoice, AMR, QDesign
For more information about preparing a movie for streaming, see QuickTime Tutorials.
You can use reference movies to provide a movie that’s been optimized for different users’ connection speeds. For example, you can have a smaller movie streamed to users who are connected over a standard modem, and a larger version of the movie streamed to users who are connected over a broadband connection. Apple provides a free tool, MakeRefMovie X, that greatly simplifies the process of creating reference movies. You can download this software from here.

It came from chile. IWC 87, WS86. I don’t usually drink rosé. I don’t know why i feel a bit of raw meat flavor in it. My friend said its kinda bitter. The rating is not bad from the expert, but personally, I don’t really like it. Not recommended.
If you have problem to restore the partition (disk) from time machine
partition name case sensitive.
so make sure u have exactly same name as before.
DreamHost users have to use following code in .htaccess for clean URL
I haven’t test on godaddy and blueshot, but they should work the same
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
Mac has its build in screen capture software “Grab”.
Although it’s an “usable” tool, it’s not so good on productivity and features.
Therefore I always try to find some replacement for it.
There are some interesting choices.
TUAW has some interesting suggestions
Screenflick is a nice software with impressive 60fps recording. nice mouse clicking capture feature. $29.
ScreenFlow is a full function screen capture software. It has powerful editing feature build in. It cost $99. =.=
What if you are semi-pro like me who need a simple screen capture (not screen video capture) software, but don’t want to break the bank.
InstantShot! is an awesome free screen capture software with very easy workflow. I am really happy with it.
GrabberRaster is a semi-free software with very cool capture style. It’s very special and powerful preset/customize choices.
What’s lack in linkedin?
Ability to search person by skill/ talent, and there is no quick view portfolio for reference. Only can view people you knew.
What’s lack in facebook?
Too much personal information. Has to be friends in order to access detail info. The new interface became really complicated. There is no professional listing.
Special about this site.
Basic core- controlled environment. Only people in this community will be able to use this system. Additional safty protection Smaller geological range improve the communication. Similar interests and background with wide range of special skills. Login provide info.
4 steps
Search > view > contact > share
extremely clean and user friendly interface.
Modules
User quick profolio. Get the team asap.
Users provide experience to share with each other about the project teammate.
Rating system will keep it selectable like linkedin. Won’t use stars rating. Will use extremely positive, positive, could be better. Person who receieve the feedback can choose display or not on his/her page.
If you’re familiar with the loop, you’ll probably recognize the following code (or some variation of it):
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<?php the_content(); ?>
<?php endwhile; endif; ?>
In order to use the new post_class template tag, just be sure to wrap the content of each post that the loop outputs in a new div. The code would looks something like this:
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<?php the_content(); ?>
</div>
<?php endwhile; endif; ?>
Good read about XML traveling
A common problem with float-based layouts is that the floats’ container doesn’t want to stretch up to accomodate the floats.
Solution: overflow: hidden;
check out the original article at
This is very useful and provided by YUI (Yahoo! UI Library).
I didn’t have any good impression toward to Yahoo! before.
But i am very glad they could share their UI database to open source.
Check out the original documents from here
http://developer.yahoo.com/yui
| If you want this size in pixels (px) | Declare this percent (%) |
|---|---|
| 10 | 77 |
| 11 | 85 |
| 12 | 93 (was 93) |
| 13 | 100 |
| 14 | 108 (was 107) |
| 15 | 116 (was 114) |
| 16 | 123.1 (was 122) |
| 17 | 131 (was 129) |
| 18 | 138.5 (was 136) |
| 19 | 146.5 (was 144) |
| 20 | 153.9 (was 152) |
| 21 | 161.6 (was 159) |
| 22 | 167 |
| 23 | 174 |
| 24 | 182 |
| 25 | 189 |
| 26 | 197 |