How to get TopGear tickets

With the new telly series under way, we thought we’d set the record straight about audience tickets.

It’s the single most-asked question here at TopGear.com and the headline is – it is possible to get them. Honestly.

Technically it’s true that if we lined up all the people on the reserve list the wait would be years long, but the company that looks after ticket allocation is not operating a first-come-first-served policy.

And that basically means if your name’s on the list you’re in with a chance – no matter how long it’s been on there.

To register in this ticket lottery, you need to go to the Applause Store website and fill in a few details. They also explain the rules of entry a little better than we have here, so take a look at those too before you sign up.

Failing that, you’ve got us. Here at TopGear.com we give you the best behind-the-scenes access to your favourite telly show – from Clarkson, Hammond, May and the Stig. And a decent schedule to every broadcast on every channel on TV, plus a guide to each episode. Shameless plug, yes, but true.

Anyway, good luck with the tickets. If you do get on the show don’t forget to pitch in here on the post-programme Transmission blog and tell us everyone what it was like. If you don’t, well, it was worth a try.

Comments are now closed

u guys should do a roadtrip in Jamaica…just a warning, some pot holes are the size of craters…

Report this comment

Seos Review Its awesome now

Report this comment

The new Corvette C7 to be built by a bloke in Kentucky and driven around a race horse track; then make a pit stop in my hometown of Nashville and put James in a ten gallon hat for grins and giggles.

Report this comment

I’m a police officer in Kentucky and a rabid fan of driving and Top Gear UK. Top Gear US recently did a show comparing the best the American big 3 offerings in the police car market. I want to see a show comparing the best of the US police cars versus the best of European police cars (specialty cars excepted of course! No lambo’s) Just the best average patrol cars of each continent pitted against each other in a series of challenges! Who’s go the fastest cops???

P.S. I don’t agree with speed cameras either!

Report this comment

Report this comment

1

Report this comment

A person essentially assist to make severely posts I would state. That is the first time I frequented your website page and to this point? I amazed with the research you made to create this actual put up incredible. Magnificent task!

Report this comment

You guys should make some more top gear specials!! their fantastic, and some in South Africa as well…

Also, Get some average cars that one sees everyday like toyotas and audis on the show, it would be interesting too see what you guys think of it.

Report this comment

please

Report this comment

im looking to get tickets for a show for my boyfriend as a christmas present im from ireland and cant find any sites to buy tickets any help

Report this comment

hi guys! you should do an ep. on the toyota starlet glanza v. lots of technology for an aging car and fast car for a 1.3 turbo!

Report this comment

I live in the us and have seen 4 episodes of top gear us and dosnt even come close to the chemestry that you all have in other words i only watch uk version of top gear you guys are awsome.

Report this comment

-1′

Report this comment

hello

i am 19 and i wanna buy my first car am confused between Bugatti and Ferrari italia

Report this comment

i am 25 and i really love your TV show , i love all the actors, i love driving, cars too and i wont to be with then i can do everything they wont the necessary i really went be not like : James May, Jeremy Clarkson,Richard Hammond and stig but i wont to do all they do and thinks

Report this comment

I just bough my first car a Mini Cooper S Coupe want to know your opinion on the car

Report this comment

选择国家中没有中 ,看英语很费劲 !

Report this comment

By WebOsPublisher

Hi guys,I would like small help please if any one can provide me of a example source code for the following. icon creator/editor that worked by

Users uploading an image that then gets scaled to the right size
a) A Web interface to design 16×16 icons that then get saved on submit

a) is not too complex,it is basically an extension to the album/galleries we have today.

1. I would like basic source code for above that I can learn from
2. Or any link to tutorial how can I make
2.0 C# Icon creator/editor – Help please-VBForums
Featured
Visual Studio 2012 has been released. Have you had a chance to install and play with the new features? If not, you can now download a free 90-day trial:
xxxxxxx –
HTML5 Development Center
Our portal for articles, videos, and news on HTML5, CSS3, and JavaScript
Mobile Development Center
Get the latest on mobile development for Windows Phone and other devices
Cloud Computing Showcase for Developers
Your resource for information on Cloud development.
(sponsored) –

Register
Help
Remember Me?
VBForums
Today’s Posts
FAQ
Calendar
Forum Actions
Mark Forums Read
Quick Links
View Forum Leaders
What’s New?
Advanced Search
VBForums
.NET
C#
2.0 C# Icon creator/editor – Help please
If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
+ Reply to Thread
Results 1 to 6 of 6
Thread: C# Icon creator/editor – Help please
Thread Tools
Show Printable Version
Email this Page…
Subscribe to this Thread…
Display
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Dec 21st, 2010 02:59 PM
#1
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
C# Icon creator/editor – Help please
Hi guys, I would like small help please if any one can provide me of a example source code for the following. icon creator/editor that worked by
Users uploading an image that then gets scaled to the right size
a) A Web interface to design 16×16 icons that then get saved on submit
a) is not too complex, it is basically an extension to the album/galleries we have today.
1. I would like basic source code for above that I can learn from
2. Or any link to tutorial how can I make above in c#.
Thanks for any help.
————————————————–
I have this code if it helps any one.
Code:
/// <summary>
/// Converts an image into an icon.
/// </summary>
/// <param name="img">The image that shall become an icon</param>
/// <param name="size">The width and height of the icon. Standard
/// sizes are 16×16, 32×32, 48×48, 64×64.</param>
/// <param name="keepAspectRatio">Wh ether the image should be squashed into a
/// square or whether whitespace should be put around it.</param>
/// <returns>An icon!!</returns>
private Icon MakeIcon(Image img, int size, bool keepAspectRatio)
–12:18 AM.

Reply With Quote

Dec 22nd, 2010 12:20 AM
#2
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
any one ?

Reply With Quote

Dec 22nd, 2010 10:22 AM
#3
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
Com on guys it cant be that hard ;(

Reply With Quote

Dec 23rd, 2010 12:39 AM
#4
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
bump

Reply With Quote

Dec 27th, 2010 02:17 PM
#5
Breez
View Profile
View Forum Posts
Hyperactive Member
Join Date Dec 08
Posts 314
Re: C# Icon creator/editor – Help please
bump

Reply With Quote

Dec 27th, 2010 02:59 PM
#6
Lightning
View Profile
View Forum Posts
Frenzied Member
Join Date Oct 02
Location Eygelshoven
Posts 1,552
Re: C# Icon creator/editor – Help please
Why are you bumping 4 times in 12 hours?
I don’t see a question in you post anyway
VB6 $ C# (WCF LINQ) mostly
If you need help with a WPF/WCF question post in the NEW WPF $ WCF forum and we will try help the best we can
My site
My blog, couding troubles and solutions

Reply With Quote

+ Reply to Thread
Quick Navigation
C#
Top
Site Areas
Settings
Private Messages
Subscriptions
Who’s Online
Search Forums
Forums Home
Forums
Visual Basic
Visual Basic .NET
VB.net CodeBank
Visual Basic 6 and Earlier
CodeBank – Visual Basic 6 and earlier
Modern Windows Experience (Metro)
Office Development
ASP, VB Script
Database Development
Reporting (Crystal, Access and Data Designer)
API
Games and Graphics Programming
Game Demos
COM and ActiveX
Network Programming
Visual Basic FAQs
Slow Chat with the Microsoft Visual Basic team
.NET
ASP.NET
Visual Basic .NET
MVC .Net
C#
WPF, WCF, WF
Silverlight
.NET Architecture and Design
Mobile Development
General
General Developer Forum
Testers and Testing
Application Testing
Application Deployment
Linux Development
General PC
VBForums Coding Contests
Contest Entries
Code It Better
Maths Forum
Other Languages
Other BASIC
C and C++
Java
PHP
XML, HTML, Javascript, Web and CSS
jQuery
Assembly
Other Programming Languages
VBForums CodeBank
CodeBank – Visual Basic 6 and earlier
CodeBank – Visual Basic .NET
CodeBank – ASP / ASP.NET
CodeBank – C#
CodeBank – C++
CodeBank – Java / J#
CodeBank – PHP
Codebank – Game Programming
CodeBank – Other
VBForums UtilityBank
UtilityBank – Utilities
UtilityBank – IDE Add-Ins
UtilityBank – Components
UtilityBank – Tutorials
UtilityBank – Other
Projects
Project Requests
Project Communication Area
Jobs
Just VB Jobs
Open Positions (Jobs)
Looking for Work
Community
Forum Feedback
General Discussion / Chit Chat
World Events
Forum Test Area
«
Previous Thread
|
Next Thread
»
VBForums
.NET
C#
2.0 C# Icon creator/editor – Help please
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Rules
Contact Us
VB Forums
Top
#developerBrand-footer
text-align:center;
margin:0 auto;

#footerlinks
font-size:12px;
margin:10px 0 0 0;
word-spacing:2px;

#footerlinks a
color:#000000;
margin:10px 0 0 0;

#itbeBrand-footer
text-align:center;
margin:0 auto;

#footercopyright
font-size:12px;
margin:5px 0 0 0;

#developerBrandForum-foot er
text-align:center;
margin:0 auto;

#itbeBrandForum-footer
text-align:center;
margin:0 auto;

.footerLogoClass
text-align:center;
margin:0 auto;

“);

All times are GMT -5. The time now is span class=”time”

Report this comment

By WebOsPublisher

Synfig vector animation developer mailinglist

h1.name
background-image: url(gmane.org/paint-blog- id.php?group=gmane.comp.v ideo.synfig.devel);

Synfig vector animation developer mailinglist
headers
root
|
27 Apr 20:23
Carlos Lopez : Resize to 128×128 rectangle and solid color layers icons.<root@…>
2011-04-27 18:23:48 GMT
Author: Carlos Lopez <genetita@…>
Date: Wed Apr 27 20:20:17 2011 +0200
Resize to 128×128 rectangle and solid color layers icons.

…/images/layer_geometry_r ectangle_icon.sif | 8 ++++—-
…/images/layer_geometry_s olidcolor_icon.sif | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff –git a/synfig-studio/images/la yer_geometry_rectangle_ic on.sif b/synfig-studio/images/la yer_geometry_rectangle_ic on.sif
index f681fae..f8c7e8f 100644
— a/synfig-studio/images/la yer_geometry_rectangle_ic on.sif
+++ b/synfig-studio/images/la yer_geometry_rectangle_ic on.sif
@@ -1,5 +1,5 @@
<?xml version=”1.0″?>
-<canvas version=”0.7″ width=”24″ height=”24″ xres=”2834.645752″ yres=”2834.645752″
view-box=”-1.000000 1.000000 1.000000 -1.000000″ antialias=”1″ fps=”30.000″ begin-time=”0f”
end-time=”0f” bgcolor=”0.500000 0.500000 0.500000 1.000000″>
+<canvas version=”0.7″ width=”128″ height=”128″ xres=”2834.645752″ yres=”2834.645752″
view-box=”-1.000000 1.000000 1.000000 -1.000000″ antialias=”1″ fps=”30.000″ begin-time=”0f”
end-time=”0f” bgcolor=”0.500000 0.500000 0.500000 1.000000″>
<name>Synfig Studio Rectangle Icon</name>
<meta name=”grid_show” content=”0″/>
<meta name=”grid_size” content=”0.250000 0.250000″/>
@@ -14,7 +14,7 @@
<b>0.000000</b>
<a>1.000000</a>
</color>
(Continue reading)
Permalink
| Reply
|
Return
Return to gmane.comp.video.synfig.d evel.
Project Web Page
Synfig vector animation developer mailinglist
Search Archive
Language
Change language
Options
Current view:
Threads only / Showing
only 20 lines /
Not hiding cited text.
Change to
All messages, whole messages, or
hide cited text.
Post a message
NNTP Newsgroup
Classic Gmane web interface
RSS Feed
List Information
About Gmane
Gmane

Report this comment

Great news just been allocated tickets for 2013 recording in February

Report this comment

Happy new year to everyone! I can’t wait for the summer 2013; driving license and quite possibly tickets for formula 1 !

Report this comment

me gustaria un reportaje de 4×4 jeep dodge wc y m36 grazias

Report this comment

Great show. Now, seriously, here’s an idea. Since the old days of tractor-engined cars, diesels have come a long way – a VERY long way….! In fact, in many cases, parrafin-burners have more horsepower and WAY more torque than petrol-lovejuice-burners. Compare the best. No, not like the last time, when two 5_series were compared – and the petrol-engined one was bigger..! You cheated…!
Compare the BMW330i & the BMW335d(Actually a 3ltr engine). The Petrol is 272bhp, but the paraffin-buner is 286bhp…! 0-62 is 6.2 for the petrol, but 5.9 for the paraffin-burner. Torque is 236ft/ibs for the petrol, but 428ft/lbs for the paraffin-burner. The fuel-economy for the diesel is naturally waaaaaaay better than the petrol.

Now come-on lads, less goofing around, this is more real world. These perfect examples are not even slow cars…! There. That’s a direct challenge.

Report this comment

My ’13 GT500 Shelby Cobra and I want to be on the show! :-D
What’s the odds of that? A black with black strips Shelby and a blonde chick? Maybe?

Report this comment

My husband found this when web searching. It’s called the Terrafugia Transition. A road legal car that turns into a plane. You should do a film about it. Race it agains something and let James drive it.

http://www.terrafugia.com  /news_media.html

Report this comment