Sept. 1 Apple Announcement Major Rumor Roundup

While I’m sure that some get sick and tired of all the media hype around Apple product presentations, there is always the chance that there could be something significant for Developers.

Here’s a look at the 3 most significant rumors:

– Apple will announce an updated version of Apple TV known as iTV with support for iOS apps
– A new iPod Touch will be announced featuring dual cameras, and facetime support
– A CDMA version of the iPhone 4 will be announced finally allowing Americans to get away from AT&T

I’m not sure why but I feel much more excited than I did at the last few Apple events, even the iPad event.  I just get the feeling something significant and surprising will be released tomorrow that will create major new opportunities for devs.

You can see the whole event live starting at 10 AM PST, and you can view the whole thing live on Apple.Com — as long as you do it from a Mac Safari or iOS device.

©2010 iPhone, iOS, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.

.

Share and Enjoy:

RSS
Twitter
Facebook
DZone
HackerNews
del.icio.us
FriendFeed

Sept. 1 – Quick Apple Special Event Roundup For Devs Who Missed It

Just in case anyone missed the Apple  special event today, here’s a very quick roundup for all the busy devs out there.

1. iOS 4.1 with GameCenter was shown, so this social networking feature is finally going to go live.  Looks like other social gaming networks are probably going to become obsolete soon on the iPhone and iPad.

2. iOS 4.2 was previewed for the iPad and it looks like iPad users still have to wait for all the cool new features.

3. New iPod Touch was introduced with dual cameras for facetime, retina display, gyroscope and upgraded processor so it looks like there is no excuse now to create apps that don’t support the retina display.  Also noted was that the iPod Touch outsells Nintendo and Sony portable Gaming devices combined.

4.  New social network called Ping was introduced with iTunes 10 for sharing songs, but looks like there was nothing in there to share apps.. what’s up with that?

5.  New Apple TV was introduced with TV show rentals, Netflix, and wifi streaming content from an iPhone/iPad but from the looks of it no streaming of apps, and no way to use apps whatsoever was shown.  In fact it was noted that people with Apple TV don’t want a computer on their TV (apparently Apple TV users hate gaming consoles).  The device has no storage.

Overall, very little new for devs here, Apple did come through with the updated iPod Touch, and GameCenter, and the new iPod Touch looks like it will be a big seller so it continues to be a good time to develop iOS games.  Really can’t see a reason why anyone would buy any Sony PSP device with the quality of games now on iOS.. at least Nintendo has 3D (sort of).

Thanks for reading, please share this using the buttons below!

©2010 iPhone, iOS, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.

.

Share and Enjoy:

RSS
Twitter
Facebook
DZone
HackerNews
del.icio.us
FriendFeed

iPhone Development on Windows OS ?

Every now and then I get mails from people asking if its possible for them to start programming for the iPhone OS on a Windows machine. My first reply is that if they are serious about this – they should just go out and buy the cheapest Mac there is out there for less than $600.

But then, this may be too expensive if you just want to dabble in the environment and see if this is something you want to pursue further. EDUmobile offers a remote mac access facility, which allows you to login to a real Mac using a normal web browser. This can get you started.

Apple is probably never going to release a development environment  / SDK that works on a Windows machine – so don’t expect a miracle to happen. :)

There are however some illegal ways that you can create a Virtual Mac OS environment on a regular Windows machine and there is the famous “hackintosh” solution – but it is going to probably cost you a lot of productivity time as Apple frequently updates their SDK requiring you to spend time to re-setup things over and over again. I won’t tell you the details and I don’t really encourage this, but it is possible if you are very short changed and if you are desperate. Do note that you will need to eventually buy a Mac when you get to the point of wanting to publish your game as you need a valid machine hardware footprint for that. This is just a stop gap option for you.

So, the truth is that there is no real iPhone SDK that runs on Windows environment – despite what many software vendors may tell you. However – there are some ways for you to develop your iPhone app in Windows.

You can get a bit clever in developing on these environments and then when you are ready to compile you can access a remote Mac like that offered by EDUmobile.

Here are two iPhone development game engines (both offer free trials). Both of them can compile into code that is native to the iPhone. Many apps available in the iPhone App Store have been created with them.

  • Unity3D – This game development engine and editor utilizes Boo and C#. The editor works on both Windows and Mac.
  • Stonetrip S3D – This game development engine and editor utilizes LUA. The editor can run inside Windows.

The following next two solutions allow you to create apps using web technologies like  HTML, CSS and Javascript. You can then run them through an Objective-C framework that responds to actions within a UIWebView. This allows you to access native functionality on the iPhone.  Both there frameworks are free.

  • Appcelerator Titanium – This is the most complete of the development platforms that are currently available, not counting the two game engines above. Extensive support is provided.
  • Genuitec MobiOne – This tool is basically an interface designer. It uses the Phonegap framework to deliver native functionality and it runs only on windows.

There are two other other solutions that are in testing and may require upfront payment without any form of trial. They are:

  • Flash CS5 – They say you can altogether bypass the Mac with this.

UPDATE:

A new entry to this list is MobiOne. It has indeed come a long way since it was first released with a lot of improvements and new features have been added. It is very easy to use, and you can build your app with the built in drag-n-drop functionality, and test it quickly. It allows you to develop HTML and Javascript based apps from within their IDE. Grab it from this link – http://www.genuitec.com/mobile/ .

Watch a video demo of a recent version of MobiOne below

Click here to view the embedded video.

Free App IDE For iPhone Devs On Windows: MobiOne

Some time ago, in a iPhone development on Windows post I mentioned several tools enabling iPhone development on Windows.  One that I mentioned was a free iPhone app and web app ide known as MobiOne.   At the time it had just been released, and it has really come a long way since.

This is a tool that allows you to develop HTML/javascript based apps within their IDE.  At the time the tool was in it’s infancy, and has since evolved to become an extremely slick looking tool.  I was just playing with it, and I really like how easy it is to use, you can very quickly build your app with the built in drag-n-drop functionality, and quickly test it with no fuss at all.

You can check out one of the more recent versions  in this video:

You can download it from the MobiOne homepage here:
http://www.genuitec.com/mobile/

Thanks for reading, please share this using the buttons below!

©2010 iPhone, iOS, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.

.

Share and Enjoy:

RSS
Twitter
Facebook
DZone
HackerNews
del.icio.us
FriendFeed

iPhone Development on Windows OS ?

Every now and then I get mails from people asking if its possible for them to start programming for the iPhone OS on a Windows machine. My first reply is that if they are serious about this – they should just go out and buy the cheapest Mac there is out there for less than $600.

But then, this may be too expensive if you just want to dabble in the environment and see if this is something you want to pursue further. EDUmobile offers a remote mac access facility, which allows you to login to a real Mac using a normal web browser. This can get you started.

Apple is probably never going to release a development environment  / SDK that works on a Windows machine – so don’t expect a miracle to happen. :)

There are however some illegal ways that you can create a Virtual Mac OS environment on a regular Windows machine and there is the famous “hackintosh” solution – but it is going to probably cost you a lot of productivity time as Apple frequently updates their SDK requiring you to spend time to re-setup things over and over again. I won’t tell you the details and I don’t really encourage this, but it is possible if you are very short changed and if you are desperate. Do note that you will need to eventually buy a Mac when you get to the point of wanting to publish your game as you need a valid machine hardware footprint for that. This is just a stop gap option for you.

So, the truth is that there is no real iPhone SDK that runs on Windows environment – despite what many software vendors may tell you. However – there are some ways for you to develop your iPhone app in Windows.

You can get a bit clever in developing on these environments and then when you are ready to compile you can access a remote Mac like that offered by EDUmobile.

Here are two iPhone development game engines (both offer free trials). Both of them can compile into code that is native to the iPhone. Many apps available in the iPhone App Store have been created with them.

  • Unity3D – This game development engine and editor utilizes Boo and C#. The editor works on both Windows and Mac.
  • Stonetrip S3D – This game development engine and editor utilizes LUA. The editor can run inside Windows.

The following next two solutions allow you to create apps using web technologies like  HTML, CSS and Javascript. You can then run them through an Objective-C framework that responds to actions within a UIWebView. This allows you to access native functionality on the iPhone.  Both there frameworks are free.

  • Appcelerator Titanium – This is the most complete of the development platforms that are currently available, not counting the two game engines above. Extensive support is provided.
  • Genuitec MobiOne – This tool is basically an interface designer. It uses the Phonegap framework to deliver native functionality and it runs only on windows.

There are two other other solutions that are in testing and may require upfront payment without any form of trial. They are:

  • Flash CS5 – They say you can altogether bypass the Mac with this.

UPDATE:

A new entry to this list is MobiOne. It has indeed come a long way since it was first released with a lot of improvements and new features have been added. It is very easy to use, and you can build your app with the built in drag-n-drop functionality, and test it quickly. It allows you to develop HTML and Javascript based apps from within their IDE. Grab it from this link – http://www.genuitec.com/mobile/ .

Watch a video demo of a recent version of MobiOne below

Click here to view the embedded video.

Create a Futuristic Abstract Wallpaper

On this tutorial i am going to show how you can use filters to create wallpaper with abstraction in futuristic style.

Final Image Preview

final

Step 1

Create a new document with size of 1920 x 1200 pixels and 72 dpi with white background.

Press D to set up foreground and background colors black and white. Go to Layer > New Layer and create a new layer called “wallpaper”.

1

Step 2

Now we are going to work with filters on this new layer to create our wallpaper. To start, go to Filter > Render > Clouds.

2

Step 3

After that apply Filter > Pixelate > Mosaic with following settings:

3

4

Step 4

Apply Filter > Blur > Radial Blur with next presets:

5

6

Step 5

Then apply Filter > Stylize > Emboss:

7

8

Step 6

After that use Filter > Brush strokes > Accented Edges:

9

10

Step 7

Now apply Filter > Stylize > Find Edges:

11

Step 8

And finally apply Filter > Stylize > Glowing Edges with these settings:

12
13

Step 9

The last thing that we have to do is to change color of our abstraction. For this effect use Image > Adjustments > Hue/Saturation:

14
15

Step 10

Remove sharpness a little bit by using Filter > Blur > Surface Blur:

16

Final Image

And that´s it. We have a wallpaper with abstraction in futuristic style.

final

If you would like to receive updates from PhotoshopStar, please consider subscribing today.

Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone

We’ve just launched the Tuts+ Marketplace, where Premium quality tutorials – both from our Tuts+ Premium program and from unaffiliated authors – are available to purchase individually. Our Tuts+ Premium program will still stay exactly the same – you’ll get all the same things, for the same price. But now, non-members will be able to purchase selected Premium tutorials on a one-off basis, without a Premium membership.



Hey! Look for this link!

So far we’ve added nearly half our Premium tutorials to the Tuts+ Marketplace, and will be adding more over time. To find out if a Premium tutorial is available for sale on the Tuts+ Marketplace, look for this link:

Item Link

Q + A More Information

Here are answers to some of your likely questions about the Tuts+ Marketplace. Please read through these, and if you have any more questions they may be answered in the special edition podcast Introducing the Tuts+ Marketplace (with me and Sean Hodge as a special guests :) hehe). If not, leave a comment!


QWhat does this mean for Premium members?

That it’s a lot easier to see the value you’re getting as part of Premium. With files on the marketplace priced between $3 and $7, your Premium subscription gives you access to thousands of dollars worth of files for $9 a month. Premium will still work exactly the same and cost the same – so you’ve got nothing to worry about! The marketplace is more for people who aren’t Premium members, and for those who want access to user-submitted tutorials that aren’t available as part of Premium – or anywhere else.


QWhat will be sold on the Tuts+ Marketplace?

We’ve seeded the site with our Tuts+ Premium tutorials, but anyone can submit a tutorial for sale on the Tuts+ Marketplace. If it’s ‘Premium’ quality, it will be accepted. Eventually, the marketplace will be filled with tutorials you can’t find anywhere else.


QWho benefits from the Tuts+ Marketplace?

If you only have time to go through 1 or 2 Premium tutorials a month, or only want to pay for the Premium tutorials you need, the Tuts+ Marketplace is perfect for you. You can purchase tutorials on a one off basis, and files are priced between $3 – $7.

As the marketplace grows, authors will come in from elsewhere to sell their tutorials. There will be high-quality tutorials on the Tuts+ Marketplace that you can’t get anywhere else, so if you love learning from great tutorials, you should keep tabs on the Tuts+ Marketplace.

If you go through lots of Premium tutorials, the Tuts+ Premium subscription is better value for you. The option that’s right for you will depend on your needs.


QWhat categories does the marketplace cover?

We currently host the following categories, and will be expanding our selection over time:



Forums Have your say!

Because the Tuts+ Marketplace is built on our Envato Marketplaces app, we have dedicated Forums. Head on over, sign up for the marketplaces, and tell us what you think of the Tuts+ Marketplace.


Best of the Vector Web – August 2010


As you know, each month, we search the web for the best vector-related content and showcase it here for you all to enjoy. This month, we found some really great tutorials on vector character design, creating charts in Illustrator, and vector skulls among others. We’ve also expanded this month’s offering. We have the regular articles and freebies sections, with some high quality fonts front-lining this month, and we’ve added sections on inspiration and quick tip tutorials. August was another vector loving month, so let’s check it out.

Continue reading “Best of the Vector Web – August 2010”

Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone


We’ve just launched the Tuts+ Marketplace, where Premium quality tutorials – both from our Tuts+ Premium program and from unaffiliated authors – are available to purchase individually. Our Tuts+ Premium program will still stay exactly the same – you’ll get all the same things, for the same price. But now, non-members will be able to purchase selected Premium tutorials on a one-off basis, without a Premium membership. Continue reading “Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone”

The Art Of Music Production – Part 2 – Audio Premium

In this week’s Audio Premium content, Bobby Owsinski continues to feed us insights on music production inspired by his new book “The Music Producer’s Handbook”. In Part 2 we look at the important topic of preproduction.

To learn more about what you get as part of Audio Premium, read this. To take a peek inside this tutorial, hit the jump!

Don’t forget that Premium subscribers can now sign in from right here on Audiotuts+ and download the tutorial by clicking the link above. For other new benefits to Premium members, see the information and screencast at Exciting New Tuts+ Premium Member Updates on the Envato Notes blog.

Secondly, you may have noticed the announcement today that you no longer need to subscribe to Premium to have access to Premium tutorials. You can now purchase them one-by-one, which is quite inexpensive if you’re only after a few tuts.

Back to today’s Premium tut:

In many musician’s minds, music production is either some sort of wizardry or overhyped bunk. While it true that either is a possibility, most of the time a producer’s job comes down to hard work, experience, some good ears, and a real feel for what makes the music work. This series about music production is based around my new book, The Music Producer’s Handbook, where I’ll outline some basic production techniques and hopefully remove the vail of mystery from the process. Be aware that we’ll be looking at the relationship of a producer with a band or an artist with a backing band or studio musicians. We’ll tackle self-production later in the series.

In Part 2, we’ll look at the most overlooked, but one of the most crucial parts of production – preproduction.

Table of Contents

  • What is Preproduction?

  • Before Rehearsals

    • Hot-Button Issues

    • The Ground Rules
  • During Rehearsals

    • The Songs

    • The Arrangements
    • The Execution
  • The Preproduction Demo

Existing Premium members can log-in and download. Not a Plus member? Join now.


Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone

We’ve just launched the Tuts+ Marketplace, where Premium quality tutorials – both from our Tuts+ Premium program and from unaffiliated authors – are available to purchase individually. Our Tuts+ Premium program will still stay exactly the same – you’ll get all the same things, for the same price. But now, non-members will be able to purchase selected Premium tutorials on a one-off basis, without a Premium membership.



Hey! Look for this link!

So far we’ve added nearly half our Premium tutorials to the Tuts+ Marketplace, and will be adding more over time. To find out if a Premium tutorial is available for sale on the Tuts+ Marketplace, look for this link:

Item Link

Q + A More Information

Here are answers to some of your likely questions about the Tuts+ Marketplace. Please read through these, and if you have any more questions they may be answered in the special edition podcast Introducing the Tuts+ Marketplace (with me and Sean Hodge as a special guests :) hehe). If not, leave a comment!


QWhat does this mean for Premium members?

That it’s a lot easier to see the value you’re getting as part of Premium. With files on the marketplace priced between $3 and $7, your Premium subscription gives you access to thousands of dollars worth of files for $9 a month. Premium will still work exactly the same and cost the same – so you’ve got nothing to worry about! The marketplace is more for people who aren’t Premium members, and for those who want access to user-submitted tutorials that aren’t available as part of Premium – or anywhere else.


QWhat will be sold on the Tuts+ Marketplace?

We’ve seeded the site with our Tuts+ Premium tutorials, but anyone can submit a tutorial for sale on the Tuts+ Marketplace. If it’s ‘Premium’ quality, it will be accepted. Eventually, the marketplace will be filled with tutorials you can’t find anywhere else.


QWho benefits from the Tuts+ Marketplace?

If you only have time to go through 1 or 2 Premium tutorials a month, or only want to pay for the Premium tutorials you need, the Tuts+ Marketplace is perfect for you. You can purchase tutorials on a one off basis, and files are priced between $3 – $7.

As the marketplace grows, authors will come in from elsewhere to sell their tutorials. There will be high-quality tutorials on the Tuts+ Marketplace that you can’t get anywhere else, so if you love learning from great tutorials, you should keep tabs on the Tuts+ Marketplace.

If you go through lots of Premium tutorials, the Tuts+ Premium subscription is better value for you. The option that’s right for you will depend on your needs.


QWhat categories does the marketplace cover?

We currently host the following categories, and will be expanding our selection over time:



Forums Have your say!

Because the Tuts+ Marketplace is built on our Envato Marketplaces app, we have dedicated Forums. Head on over, sign up for the marketplaces, and tell us what you think of the Tuts+ Marketplace.


Best of the Web – August 2010


As you know, each month, we round up some of the best Photoshop-related content from around the web. This month, there were some excellent Photoshop tutorials, articles, and freebies to choose from. Please take a moment to review our favorites from August 2010.


Tutorial Wrap

  • Paint With Fire

    In real life, painting with fire might be considered dangerous and possibly illegal. In Photoshop, however, painting with fire can produce stunning results. This tutorial from Digital Arts demonstrates how to create a flaming person in Photoshop.

    Visit Tutorial

  • Using Lighting, Atmospherics and Digital Illustration Techniques for Matte Painting

    To create a realistic matte painting, or any artwork for that matter, it is important to understand the properties of light, atmospherics, color and perspective. This tutorial from Creative Fan demonstrates how to use these principles to create a stunning landscape matte painting.

    Visit Tutorial

  • Create a Refreshing Beer Themed Poster Design in Photoshop

    When you create a print advertisement, it’s important that all the elements of your composition are geared towards selling a product and promoting a brand. This tutorial from Colorburned demonstrates how to produce a beautiful beer-themed advertisement in Photoshop.

    Visit Tutorial

  • Combining Custom Brushes for Wild Effects in Photoshop

    Photoshop brushes are one of the most powerful tools in Photoshop’s arsenal. In this tutorial, Creative Fan makes a second appearance in this round up with this really nice tutorial demonstrating how to use custom brushes to produce wild effects in Photoshop.

    Visit Tutorial

  • Correcting Exposure with the Shadows & Highlights Tool

    Often, when taking pictures, it’s difficult, sometimes impossible, to get the perfect exposure on everything within the frame. When shooting outdoors, you’re bound to over or under-expose parts of your shot. This tutorial from Tutorial9 demonstrates how to use Photoshop’s Shadow/Highlight adjustment to maximize the potential of your shots.

    Visit Tutorial

  • Create a Scene with Retro-futuristic-Inspired Light Effects

    Photoshop and Illustrator make a powerful combination. You can often produce stunning results by creating objects in Illustrator and bringing them into Photoshop. This tutorial from Design Instruct demonstrates how to produce stylish custom patterns and vector shapes and import them into Photoshop to bring them to life.

    Visit Tutorial


Free Downloads

  • Moustache Buttons!

    If your design needs more moustache, then you should definitely check out this set of moustache buttons from Cute Little Factory. This set includes 15 buttons based on well-known celebrity moustaches. An excellent find!

    Visit Download Site

  • Simple But Sophisticated App Icon Set

    You can never have too many icons in your design arsenal. This set of icons from Creative Nerds will make an excellent addition to your design library. Give this set of icons by Helen Gizi a download and try them on for size!

    Visit Download Site

  • 14 Free High-Res Slate Textures

    Textures are great resources to use to add a sense of realism or depth to your compositions. This set of 14 free high resolution slate textures are perfect for creating tiled floors or surfaces.

    Visit Download Site

  • Freebie: 25 Original And Free Abstract Smoke Brushes

    Abstract smoke brushes are great for adding interest to your designs, especially if you need something that looks great but can’t take up a lot of time. This set of 25 smoke brushes from 1st Web Designer is perfect for anyone needing to add a quick, yet beautiful effect to their designs.

    Visit Download Site

  • Free Hi-Res Photoshop Brushes: Assorted Texture Set

    Textures are great for adding realism to your designs but brushes created from textures can often open up new possibilities that the texture alone could not achieve. This set of assorted Photoshop brushes from Bittbox includes some really nice brushes for you to use.

    Visit Download Site


Articles and Inspiration

  • A Handy Guide to Image Resolutions in Print Design

    Image resolution can be a confusing principle for young graphic designers to understand. This post from Spoon Graphics explains a little about image resolution and what it actually means.

    Visit Article

  • 36 Creative 3D Typography Designs

    3D Typography is the art of collecting and arranging text in a three-dimension view. This showcase from DesignM.ag collects 36 amazing examples of 3D typography.

    Visit Article

  • Outstanding Advertising Inspiration

    No matter where you live, ads are everywhere! The best ads combine a great idea with excellent execution. This round up from Abduzeedo showcases some outstanding examples of advertising inspiration.

    Visit Article

  • 30 More Hilarious Print Advertisements

    Some of the most memorable advertisement are also some of the funniest. People love humorous advertisements. This round up from Spyre Studios showcases some of the funniest print ads that you will ever see!

    Visit Article

  • Really Cool Advertisements and Photo Manipulations

    In our third installment of advertisement inspiration, check our this post from Presidia Creative that showcases some really cool advertisements and photo manipulations.

    Visit Article

Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone


We’ve just launched the Tuts+ Marketplace, where Premium quality tutorials – both from our Tuts+ Premium program and from unaffiliated authors – are available to purchase individually. Our Tuts+ Premium program will still stay exactly the same – you’ll get all the same things, for the same price. But now, non-members will be able to purchase selected Premium tutorials on a one-off basis, without a Premium membership.



Hey! Look for this link!

So far we’ve added nearly half our Premium tutorials to the Tuts+ Marketplace, and will be adding more over time. To find out if a Premium tutorial is available for sale on the Tuts+ Marketplace, look for this link:

Item Link

Q + A More Information

Here are answers to some of your likely questions about the Tuts+ Marketplace. Please read through these, and if you have any more questions they may be answered in the special edition podcast Introducing the Tuts+ Marketplace (with me and Sean Hodge as a special guests :) hehe). If not, leave a comment!


QWhat does this mean for Premium members?

That it’s a lot easier to see the value you’re getting as part of Premium. With files on the marketplace priced between $3 and $7, your Premium subscription gives you access to thousands of dollars worth of files for $9 a month. Premium will still work exactly the same and cost the same – so you’ve got nothing to worry about! The marketplace is more for people who aren’t Premium members, and for those who want access to user-submitted tutorials that aren’t available as part of Premium – or anywhere else.


QWhat will be sold on the Tuts+ Marketplace?

We’ve seeded the site with our Tuts+ Premium tutorials, but anyone can submit a tutorial for sale on the Tuts+ Marketplace. If it’s ‘Premium’ quality, it will be accepted. Eventually, the marketplace will be filled with tutorials you can’t find anywhere else.


QWho benefits from the Tuts+ Marketplace?

If you only have time to go through 1 or 2 Premium tutorials a month, or only want to pay for the Premium tutorials you need, the Tuts+ Marketplace is perfect for you. You can purchase tutorials on a one off basis, and files are priced between $3 – $7.

As the marketplace grows, authors will come in from elsewhere to sell their tutorials. There will be high-quality tutorials on the Tuts+ Marketplace that you can’t get anywhere else, so if you love learning from great tutorials, you should keep tabs on the Tuts+ Marketplace.

If you go through lots of Premium tutorials, the Tuts+ Premium subscription is better value for you. The option that’s right for you will depend on your needs.


QWhat categories does the marketplace cover?

We currently host the following categories, and will be expanding our selection over time:



Forums Have your say!

Because the Tuts+ Marketplace is built on our Envato Marketplaces app, we have dedicated Forums. Head on over, sign up for the marketplaces, and tell us what you think of the Tuts+ Marketplace.

Franci’s FITC San Francisco Diary: Day Two

By day two at FITC it had become obvious to me that I had underestimated Flash as a tool for deploying all sorts of interactive digital experiences on the desktop as well as in public. It seems you have to see and hear first hand the different logic and technologies that go into creating these experiences to actually realize that you might be able to pull it off yourself..

I’m talking about most of us who have experience with Flash and AS3 and a bit of extra creativity in store. FITC has given me a fresh set of ideas and opened up a new playground I can experiment in.

fitc


Harnessing the Abundance
Mike Creighton

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!

Flow is the mental state of operation in which a person in an activity is fully immersed in a feeling of energized focus, full involvement, and success in the process of the activity.

The goal of Mike Creighton was to capture the “data” that an artist produces in this Flow state through tracking the motion of analogue painting or drawing, and use that data to create derivative digital work. Flow is the result. It’s a open source project that provides a set of tools for capturing motion data.

It is one of the examples of how Flash has evolved from humble beginnings into a tool which, if properly used and combined with other technologies, allows you to express yourself in ways that were out of the scope of creatives until lately.

The key to being able to create and approach problem solving when working with multiple technologies is defining your goals and setting your parameters, else the abundance can really start working against you. The problem being, that with so many options and interesting steps and results in the process of developing and creating one can be easily distracted from the initial goal. So if you’re not just experimenting or playing around, define your goals and parameters, then stick to them. This was one emphasis of Mike’s presentation.


Space Invading
Seb Lee-Delisle

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!

“Space Invading” was all about bringing the playful, creative experience that Flash can deliver, to the people. Seb is a master of presentations; he connects with his audience with the use of interactive technology and has everyone jumping around in no time. You don’t see that every day, although I do think I need to start going to more of these Flash events.

He had a little presentation of the great work of his studio Plugin-Media along with some of his personal experiments in the beginning. He then went on to demonstrate his live audio/video mixer. The idea is that you can sample sounds and capture video at the same time, map them to different keys on the keyboard and then play them back by pressing those keys. The result is impressive. It’s probably useless for any kind serious recording, but has a lot of other possible creative applications and it’s just plain fun.


The Apparat
Joa Ebert

This presentation was more technical and honestly mostly beyond my comprehension. That doesn’t mean that I won’t be able to use the tools presented to optimize my projects.

Apparat is a set of tools that you can use to further compress your SWF, SWC and ABC files. Particularly if you use the [Embed] method to embed large PNGs and use the Reducer which is one of the Apparat tools, you’ll see a big improvement in your SWF file sizes since it will compress the otherwise uncompressed raw PNG files. This will give you a great reduction in file size reaching over 50% of the original file size, depending on the size and number of embedded PNGs as well as the compression level set by the Reducer. You should check this one out , it will definitely help you streamline your files and reduce bandwidth usage, loading times etc., which can only be a good thing.


Eyes Can Hear, 5 Ways
Jared Ficklin

There may or may not be smoke, fire, lasers & non-newtonian fluids

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!

Everyone probably knows to some degree what sound visualization is, but we don’t really recognize the simple elegance behind it. Seeing Jared do “analog” sound visualizations with smoke, fire and corn starch (yes…corn starch) and then jumping to sound visualization on the screen and in public, you start appreciating the link between the two.

For me it’s easier to understand the workings of a drum shooting smoke rings by sound pressure waves than frequencies, ranges, cutoffs etc.. But mostly it gives me a tangible real world representation of what we’re trying to achieve with sound visualization on the screen and it makes it that more interesting and understandable.

Full video of this presentation available at the FITC web site!


Pulsatile Crackle
André Michelle

If you’re into audio, you should really check out Audiotool. It’s an online Flash application that lets you create and mix music without any installing or registering. Besides it being a great free tool, it’s also testament to Flash’s capabilities as an online runtime environment. It has also been greatly optimized by using the previously mentioned Apparat framework.

There are a lot of interesting creative uses with mixing sound and interactive experience. Using audio in combination with other innovations in Flash like 3D and physics is something that everyone should consider exploring to add that extra edge to their projects.


High Performance Mobile Content with Flash
Mike Chambers

Flash is slowly but surely reaching most of our mobile devices. There is a lot of debate about performance of the Flash player on mobile and even though I’m pretty sure most of us were surprised by how well it performs in general, there are some pretty simple practices that can help you increase performance of your applications without compromising looks or functionality. The following tips apply to both AIR and Flash on mobile devices.

Introducing the Tuts+ Marketplace – Making Premium Accessible to Everyone

We’ve just launched the Tuts+ Marketplace, where Premium quality tutorials – both from our Tuts+ Premium program and from unaffiliated authors – are available to purchase individually. Our Tuts+ Premium program will still stay exactly the same – you’ll get all the same things, for the same price. But now, non-members will be able to purchase selected Premium tutorials on a one-off basis, without a Premium membership.



Hey! Look for this link!

So far we’ve added nearly half our Premium tutorials to the Tuts+ Marketplace, and will be adding more over time. To find out if a Premium tutorial is available for sale on the Tuts+ Marketplace, look for this link:

Item Link

Q + A More Information

Here are answers to some of your likely questions about the Tuts+ Marketplace. Please read through these, and if you have any more questions they may be answered in the special edition podcast Introducing the Tuts+ Marketplace (with me and Sean Hodge as a special guests :) hehe). If not, leave a comment!


QWhat does this mean for Premium members?

That it’s a lot easier to see the value you’re getting as part of Premium. With files on the marketplace priced between $3 and $7, your Premium subscription gives you access to thousands of dollars worth of files for $9 a month. Premium will still work exactly the same and cost the same – so you’ve got nothing to worry about! The marketplace is more for people who aren’t Premium members, and for those who want access to user-submitted tutorials that aren’t available as part of Premium – or anywhere else.


QWhat will be sold on the Tuts+ Marketplace?

We’ve seeded the site with our Tuts+ Premium tutorials, but anyone can submit a tutorial for sale on the Tuts+ Marketplace. If it’s ‘Premium’ quality, it will be accepted. Eventually, the marketplace will be filled with tutorials you can’t find anywhere else.


QWho benefits from the Tuts+ Marketplace?

If you only have time to go through 1 or 2 Premium tutorials a month, or only want to pay for the Premium tutorials you need, the Tuts+ Marketplace is perfect for you. You can purchase tutorials on a one off basis, and files are priced between $3 – $7.

As the marketplace grows, authors will come in from elsewhere to sell their tutorials. There will be high-quality tutorials on the Tuts+ Marketplace that you can’t get anywhere else, so if you love learning from great tutorials, you should keep tabs on the Tuts+ Marketplace.

If you go through lots of Premium tutorials, the Tuts+ Premium subscription is better value for you. The option that’s right for you will depend on your needs.


QWhat categories does the marketplace cover?

We currently host the following categories, and will be expanding our selection over time:



Forums Have your say!

Because the Tuts+ Marketplace is built on our Envato Marketplaces app, we have dedicated Forums. Head on over, sign up for the marketplaces, and tell us what you think of the Tuts+ Marketplace.