RSS
 

Posts Tagged ‘first’

CP+ 2013: First impressions of the Olympus XZ-10

06 Feb

XZ-10.png

CP+ 2013: The show was a bit short on high-end camera launches, but the Olympus Stylus XZ-10 – a small-sensor camera with a good degree of manual control – generated a lot of interest. We got a chance to get our hands on a pre-production unit and were talked-through its Photo Story feature, as well as having a good dig through the menus to see what it’s capable of. Click here to read our first impressions.

News: Digital Photography Review (dpreview.com)

 
Comments Off on CP+ 2013: First impressions of the Olympus XZ-10

Posted in Uncategorized

 

CP+ 2013: First impressions of the Olympus XZ-10

06 Feb

XZ-10.png

CP+ 2013: The show was a bit short on high-end camera launches, but the Olympus Stylus XZ-10 – a small-sensor camera with a good degree of manual control – generated a lot of interest. We got a chance to get our hands on a pre-production unit and were talked-through its Photo Story feature, as well as having a good dig through the menus to see what it’s capable of. Click here to read our first impressions.

News: Digital Photography Review (dpreview.com)

 
Comments Off on CP+ 2013: First impressions of the Olympus XZ-10

Posted in Uncategorized

 

First Impressions: Metabones Speed Booster lens adapter

01 Feb

speed-booster-front.png

The recently released Metabones Speed Booster is a unique lens adapter that promises near-full frame coverage on an APS-C camera and an extra stop of light gathering ability to boot. Intrigued not only by the actual product, but by the potential of the technology behind it, we spent a few days with the Speed Booster, a Sony NEX-6 and our favorite Canon EF lenses. Here’s what we found.

News: Digital Photography Review (dpreview.com)

 
Comments Off on First Impressions: Metabones Speed Booster lens adapter

Posted in Uncategorized

 

iTunes 11: Hands on & First Impressions

26 Jan

Retweet this video: clicktotweet.com Download iTunes 11 now: www.apple.com FOLLOW ME FOR UPDATES HERE: Twitter: www.twitter.com Facebook: www.facebook.com Subscribe to my vlog channel: www.youtube.com Blog: www.SenseiPhone.com About SenseiPhone SenseiPhone covers the latest iPhone jailbreaks, tweaks, apps, firmware, latest iOS news, and more! We are mastering iPhone from all aspects. We bring everything about iPhone to our readers (you) in an easy and interesting way. Our goal is to make you a master of iPhone, like us. Intro visual done by: YouTube.com Intro Music done by: YouTube.com Music provided by: YouTube.com Equipment Used to Produce this Video: Camera: Nikon D5100 Lens: Nikon DX AF-S NIKKOR 18-55mm Mic: Blue Snowball Editing Software: Final Cut Pro X Lighting: Cowboy Studio Lighting Kit

 
 

Creating your first Meraki network

24 Jan

In this short video I will show you how you can quickly and easily create your first Meraki network. All demonstration screens are shot in real time with no shortening of the sequences. Shot on a Nikon D7000 with a Nikkor 50mm f/1.8G lens in my living room, this video was put together as a side project as a way of learning more about shooting DSLR video and video editing. Audio is captured on a Zoom H1 Handy Recorder with Audio Technica ATR3350 lavalier microphone. Hopefully this will be the first in a series of short videos that will highlight features of Meraki technology in a quick and easy to understand way.

 
 

Dreamweaver CS6 Create your first website

19 Jan

This tutorial introduces you to the concept of an Adobe Dreamweaver CS6 site and shows you how to set up the project files for the Check Magazine sample website. In Dreamweaver, a site generally consists of two parts: a collection of files on a local computer (the local site) and a location on a remote web server to which you upload files when you’re ready to make them publicly available (the remote site). You use the Dreamweaver Files panel to manage the files for your site.

The most common approach to creating a website with Dreamweaver is to create and edit pages on your local drive, and then upload copies of those pages to a remote web server for viewing on the web. In this tutorial, you’ll learn how to set up only the local site so you can begin building web pages right away. Later, after you’ve completed the website, you’ll learn how to create a remote site so that you can upload your files to a web server.

In this first part of the series, after a brief introduction to Dreamweaver sites you will complete the following tasks:

  • Set up your project files
  • Define a local folder

Note: The screen shots for this tutorial series are from the Dreamweaver Creative Cloud 12.1 update. However, the instructions apply equally to the original version of Dreamweaver CS6. You should also be able to follow the instructions on Dreamweaver CS5 or CS5.5.

Understanding Dreamweaver sites

In Dreamweaver, a site organizes on your local computer all the documents associated with your website and lets you track and maintain links, manage files, share files, and transfer your site files to a web server. Think of your Dreamweaver site as the “bucket” that contains all of the files and assets for your website.

A typical Dreamweaver site has at least two parts:

  • Local Folder: This is your working directory. Dreamweaver refers to this folder as your local site. The local folder is usually a folder on your hard drive.
  • Remote Folder: This is where you store your files on the computer that is running your web server. The computer running the web server is often (but not always) the computer that makes your site publicly available on the web.

In some circumstances, you might have more than one remote folder. For example, if you work in a team environment, all members of the team might upload their files to a common testing server before they are deployed on the live website. Also, it’s normal to set up a testing server when developing websites that use a server-side technology, such as Adobe ColdFusion or PHP. Since Dreamweaver CS5, you can define multiple remote and testing servers for each site. However, only one of each can be active at any given time.

To get started you simply need to give your site a name, and tell Dreamweaver where you want to store the files on your local computer. Dreamweaver CS6 automatically prompts you for further information about the site setup only when it’s needed.

For more information about Dreamweaver sites in general, see Site management in Dreamweaver Help.

Set up your project files

When you create a local site, you can place any existing assets (images or other pieces of content) in the local site’s root folder (the main folder for the site). That way when you add content to your pages, the assets are there and ready for you to use.
The sample files for this article contain assets for the sample website you’ll build in this tutorial series. The first step is to copy these assets to an appropriate folder on your hard drive:

  1. Decide where you want to store your website files on your hard drive. The folder can be anywhere on your computer, but the less buried it is the easier it is to find later. For example:
    • On Windows, you can use C:\Sites
    • On Mac OS X your home folder already includes a folder named Sites.
  2. Download and unzip the first_website_pt1.zip sample files from the link at the top of this page if you haven’t done so already. Copy the check_cs6 folder into the Sites folder.
  3. You will use the check_cs6 folder as the root folder (main folder) for your Dreamweaver site.

Note: The local root folder of your Dreamweaver site is normally the main or top-level folder for your website. It usually corresponds to a folder named public_html, www, or wwwroot on your remote server. For example, if you have a website at www.example.com, and have a file named news.html in the root folder, its URL is http://www.example.com/news.html. The normal practice is to give your local root folder the same name as the website without the top-level domain (such as .com or .org). For example, I store the files for my website at http://foundationphp.com in a folder named foundationphp on my local hard drive.

Define the local site folder for the Check Magazine site

You must define a Dreamweaver local site folder for each new website you create. Dreamweaver needs to know where your site files are to create all the internal links correctly, and to update them when you move files to a different location within your site.
Next, set up the site for this tutorial series, and define as your local site folder the check_cs6 folder you copied into your Sites folder:

  1. Start Dreamweaver and choose Site > New Site. The Site Setup dialog box appears.
  2. For the Site Name, type Check Magazine as the name of the site. The name is used internally by Dreamweaver to identify the site. It doesn’t matter if it contains spaces.
  3. Click the folder icon next to Local Site Folder to browse to and select the check_cs6 folder (see Figure 1).
  4. site

    Figure 1. Defining the local site folder for the Check Magazine site.

    Note: The file paths might differ, depending on where you created the Sites folder on your hard drive.

    Click Save. That’s it!

    The Files panel in Dreamweaver now shows the new local root folder for your current site (see Figure 2). The file list in the Files panel acts as a file manager, enabling you to copy, paste, delete, move, and open files just as you would on a desktop.

    assetts

    Figure 2. List of files in the Files panel

For more information about how the Files panel works, see Managing files and folders in Dreamweaver Help.

Best practices for naming files and folders in a website

A typical website contains a large number of files and folders. For ease of maintenance, it’s important to organize them logically. Create separate, appropriately named folders for images, videos, style sheets, and external JavaScript files. Also keep the following points in mind:

  • File and folder names in websites should never contain spaces or any of the following characters: /\?%*:|”<>.
  • Although other special characters are permitted, it’s generally a good idea to use only alphanumeric characters, hyphens, and underscores.
  • Most file and folder names end up as part of a web page’s URL, so keep them short, but meaningful. Long URLs are difficult for users to remember and type into browsers on a mobile device.

The vast majority of websites are hosted on Linux servers, which are case-sensitive. Using all lowercase letters for file and folder names avoids problems with files not being found.

Where to go from here

Now that you have finished defining your site, you can begin building your web pages by following the steps in the next tutorial in this series, Part 2: Creating the page structure.

Any suggestions, ideas? Feel free to comment on this article!

Back to Top

BlogPhoto

 
Comments Off on Dreamweaver CS6 Create your first website

Posted in Equipment

 

First look at Lenovo’s 5.5″ K900 smartphone with 2Ghz Intel processor

12 Jan

Lenovo_K900.JPG

Lenovo might not be the first name that springs to mind when you think of smartphones but the Chinese company is one of the biggest sellers in its home market. Its latest offering is the K900 – a 5.5″ smartphone – slightly larger than the three we detailed yesterday but with the same 1920 x 1080 pixel count to give a resolution of 400ppi. It also features a 13MP Sony Exmor RS (stacked CMOS) sensor behind a 22.4mm equivalent F1.8 lens. Click here to find out more.

News: Digital Photography Review (dpreview.com)

 
Comments Off on First look at Lenovo’s 5.5″ K900 smartphone with 2Ghz Intel processor

Posted in Uncategorized

 

Private eye- First smile (acoustic original)

08 Jan

A song of ours called First smile. Vocals: Heleen – www.midnightmenace.nl Bass: Kootje Cello: Ilse – www.myspace.com www.ilsegerritsen.nl www.youtube.com Guitar: Jeroen – www.myspace.com/heronymusic More songs and info can be found here: www.myspace.com/privateeyeband Rating or/and responding is much apreciated!

 
 

Just Posted: Canon Powershot N first impressions

07 Jan

powershot-n.jpg

Canon’s Powershot N, with its ‘either way up’ design and Creative Shot processing filters, is one of the most unusual cameras we’ve seen for some time. Canon’s talking about it as a companion to a smartphone, and to this end it includes Wi-Fi connectivity and the ability to upload photos and videos to social media. We’ve had the chance to handle one briefly, and have prepared a quick first impressions article to give an idea of how it works.

News: Digital Photography Review (dpreview.com)

 
Comments Off on Just Posted: Canon Powershot N first impressions

Posted in Uncategorized

 

First Snow

03 Jan

Reagan and Chris’ attempt to take Amy to see snow for the first time turns into an unexpected misadventure. Meanwhile, Ava gets some help from Scott when she has trouble planning for Christmas gifts on a budget.

 
Comments Off on First Snow

Posted in Photography Videos