Testing Brightcove higher numbers
Author: webmaestro
Testing Brightcove
[brightcove]1701198923[/brightcove]
A web site for tutti noi (all of us!)
Author: webmaestro
This Subversion cheat sheet was created during the initial setup of Subversion on Apache 2.0 on Windows and Mac OS X. A detailed tutorial covering most of the features of Subversion can be found in the online Subversion book. However, to make Subversion more useful for me, I created this Readers’ Digest version.
svn checkoutTo start using the version control features check out a project into your local working directory. This is done with the following command:
svn checkout file:///repository_name/project/trunk project
svn checkout file:///d:/repository_name/project/trunk project
svn checkout http://host_name/svn_dir/repository_name/project/trunk project
svn statusTo see what files you have changed or added to your checked out work, use the update command:
svn status
svn status -u
This command will give you a listing of new files, files that have been changed, and files that have been deleted. New files or deleted files must be added or removed using the add and delete commands (see more below.)
svn commitOnce you have added, deleted, or changed files or directories, you can then commit those changes to the repository. This command is pretty straightforward:
svn commit -m "Saving recent changes" http://localhost/svn_dir/repository/project_dir
svn updateIf you have a set of files checked out and would like to update them to the most recent version of files in the repository, use the update command.
svn update
If there are newer files in the repository, they will overwrite any files you have locally. Before using this command, you may want to use the svn diff command to find out what the differences are between your local files and the repository.
Subversion does not track the version numbers for individual projects automatically. Instead, it tracks each update to the repository and tracks the versions of these updates. To create interim project releases, you must create “Tags” which identify a specify version of a project. This is done by making a virtual copy of a project in the tags directory. For example:
svn copy http://host_name/repos/project/trunk http://host_name/repos/project/tags/0.1.0 -m "Tagging the 0.1.0 release of the project"
This creates a sort of bookmark or snapshot which records the current state of the project. Then, you can checkout the project in this state at any time by simply referring to that release number.
To get a list of the releases for a project.
svn list http://192.168.0.4/svn/repos/prj1/tags
0.1.0/
Tags: dev, howto, svn
January 7th, 2009 | Posted in Uncategorized | Comments Off
Author: webmaestro
Testing Brightcove
[brightcove]1701198923[/brightcove]
January 6th, 2009 | Posted in Uncategorized | Comments Off
Author: webmaestro
http://www.theonion.com/content/xml/92328/videohttp://www.theonion.com/content/video/apple_introduces_revolutionary
January 6th, 2009 | Posted in Uncategorized | Comments Off
Author: webmaestro
Tags: Apple, Haha, ipod, Mac, Video
January 6th, 2009 | Posted in Haha | Comments Off
Author: webmaestro
Testing an audio file.
QuickTime
Generic Video
January 5th, 2009 | Posted in Uncategorized | Comments Off
Author: webmaestro
[brightcove width="486" height="412"]http://link.brightcove.com/services/link/bcpid1175881083/bclid1173338141/bctid1644060974[/brightcove]
December 18th, 2008 | Posted in Uncategorized | Comments Off
Author: webmaestro
Underscore Hack
/* CSS hack for IE 6 and below */.test { position: fixed; _position: absolute; }
Voice Family (Box Family or Tantek Hack)
/* CSS hack for IE 5.x */.test { width: 500px; padding: 50px; voice-family: "\"}\""; voice-family: inherit; width: 400px; } html>body .test{ width: 400px; }
Backslash Hack
/* CSS hack for IE 5.5 and below */.test { height: 500px; he\ight: 400px; }
Commented Backslash Hack
/* begin hiding from IE5 Mac \*/
.test {
color: red;
}
/* end */
And then there’s:
/* apply ONLY to IE5 Mac \*//*/
.test {
color: red;
}
/* end */
High Pass Filter
/* CSS hack hides from browser which don't support @import */@import "null.css?\"\{"; @import "highpass.css";
December 18th, 2008 | Posted in Hacks, coding | Comments Off
Author: webmaestro
December 9th, 2008 | Posted in Uncategorized | Comments Off
Author: webmaestro
CSS Implementations of the Rich and Famous
A great way to improve your CSS skills is to check out the stylesheets used by other websites. Digging behind the scenes and exploring some applied CSS provides new ideas and insights about everything from specificity and formatting to hacks and shortcuts. Learning CSS by reading about ideal cases and theoretical applications is certainly important, but actually seeing how the language is applied in “real-world†scenarios provides first-hand knowledge and insight. While there are millions of standards-based, CSS-designed websites to explore, studying a few of the Web’s elite players and CSS experts helps to put things into perspective by providing context for subsequent CSS investigations. Prime candidates include industry leaders, standards buffs, CSS specialists, professional bloggers, and other successful establishments. In this article, we reveal the CSS implementations used by the following “rich and famous†websites:
December 2nd, 2008 | Posted in Uncategorized | Comments Off
Author: webmaestro

Even More Rounded Corners With CSS – Schillmania.com
And here’s the actual implementation and notes:
http://www.schillmania.com/projects/dialog2/
http://www.schillmania.com/projects/dialog2/download/20070214-even-more-rounded-corners.zip
Tags: CSS, radius, rounded corners
October 31st, 2008 | Posted in coding | Comments Off
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Nov | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | |||
Copyright © 2012 - ourlil.com | Entries (RSS) | Comments (RSS)
WordPress theme designed by
web design