Wednesday, July 8, 2009

Download Autodesk Autocad v2009

Autodesk Autocad v2009
With AutoCad 2009, Autodesk has just one goal in mind: increasing our productivity. AutoCAD 2009 boosts efficiency with customizable nd extensible user interface enhancements that increase overall rafting productivity by decreasing the number of steps needed to each a command. Newly designed, innovative features simplify workingwith layers and help make new users productive as quickly as possible. asy-to-use navigation tools make finding your way around 3D models snap. Move to new highs of productivity with AutoCAD software


INFOAUTODESK AUTOCAD 2009 WINDOWS 32BITdate: march 13th, 2008type: CADsize: DVD 23x50mb

Istall Notes
UnrarPress SetupCheck Serial

Download
http://rapidshare.com/files/105118004/Jordan-2.0.0.9_abu137_.part01.rar http://rapidshare.com/files/105126459/Jordan-2.0.0.9_abu137_.part02.rar http://rapidshare.com/files/105134326/Jordan-2.0.0.9_abu137_.part03.rar http://rapidshare.com/files/105224960/Jordan-2.0.0.9_abu137_.part04.rar http://rapidshare.com/files/105226380/Jordan-2.0.0.9_abu137_.part05.rar http://rapidshare.com/files/105227151/Jordan-2.0.0.9_abu137_.part06.rar http://rapidshare.com/files/105228027/Jordan-2.0.0.9_abu137_.part07.rar http://rapidshare.com/files/105230351/Jordan-2.0.0.9_abu137_.part08.rar http://rapidshare.com/files/105231794/Jordan-2.0.0.9_abu137_.part09.rar http://rapidshare.com/files/105232765/Jordan-2.0.0.9_abu137_.part10.rar http://rapidshare.com/files/105234180/Jordan-2.0.0.9_abu137_.part11.rar http://rapidshare.com/files/105234631/Jordan-2.0.0.9_abu137_.part12.rar
Password : freshwap.net

Porsche to Launch Cayenne Hybrid in India

Porsche is all set to launch the hybrid variants of the popular models Cayenne. The company is supporting eco-friendly models of its cars in addition to other sports car makers like Ferrari and Lamborghini.

Porsche Cayenne HybridPorsche has begun work on its SUV model Porsche Cayenne in a bid to bring its hybrid variant into the market. The new models are likely to come by next year. Following this, the new eco-friendly model of the luxury sedan Porsche Panamera will be brought to India. A revised engine that will deliver 11km/l on the cayenne is being devised. This would be an advancement of 25 percent of the present fuel efficiency of 6 km/l and 8.9 km/l in the city and on the highway respectively.

In India, currently five variants of the Porsche Cayenne are available. It includes GTS and Turbo variants. The completely built units come with a price tag of Rs. 56 lakhs. Since in India there is an option for CNG and LP models, the hybrid market is still in the nascent stage. Hence the marketing strategy to sell the hybrid variants in India needs to be really worked on.

Porsche Cayenne HybridPorsche Cayenne HybridPorsche Cayenne HybridPorsche Cayenne HybridPorsche Cayenne Hybrid

Tuesday, July 7, 2009

New Sony Ericsson Xperia Rumored to Run Google Android OS

google android sony ericsson xperia smartphone

The new google and Sony rumor seems to be the upcoming Google Andriod OS phone coming from Sony Ericsson with a revamped and highly classy looking Sony Ericsson Xperia smartphone.

For a while talks have been surfacing about which Cellphone company will feature Google Android. The newest rumor suggests that Sony Ericsson have received the bid, and with the good looking Sony Xperia, it seems like a match that will both be productive and elegant for cellphone and smartphone users.

These leaked images present the new look of this Google Android Xperia and seems like something that many could really look forward to. Codenamed “Rachael”, the rumored new Sony Ericsson Xperia will feature 1GHz Qualcomm Snapdragon processor, HSPA with speeds up to 7.2 Mbit per second and also include 8 megapixel camera. Screen is supposedly pressure sensitive and sized at 4 inches (Wow!). Unfortunately, based on images alone, we aren’t certain if the previously Xperia slideout keyboard was removed, but it is still looking great. In addition, there supposedly is a 3.5 mm headphone jack, so here is something else to be happy about.

Moreover, there hopes to be advanced 3D graphics abilities, and a mini USB connector on the top of the phone.

With such Google and Sony rumors, we really cannot wait until official news are released.

Buddha Phone!!

Buddha Phone

Are you Buddhist? If you are, here’s a phone that you might want. It is the C91, a luxury gold and round shaped phone with Buddhist design. It comes with a 2.0 inch display screen, 1.3-megapixel camera, FM radio, dual SIM support, audio and video player, microSD slot and it includes a buddistic music box too. The C91 Buddha phone is available at $123. More pictures after the break.

Buddha Phone

Buddha Phone

Buddha Phone

Buddha Phone

Removing Navigation bar from blogger

how to remove navigation barWhen browsing Blogger powered weblogs hosted on blogspot.com domain or custom domain, there is always a NavBar (Navigation Bar or Banner) that appears on top of the blog. The Blogger NavBar contains Search Blog textbox, Flag Blog to notify Blogger about objectionable contents on the blog, Next Blog link to visit another blog randomly, plus links to create a blog or sign in to Blogger.


No many visitors nor bloggers themselves may find it useful though. It’s possible to hide and remove the NavBar with a little CSS hack. The trick will not interfere or mess up with the custom layouts that webmaster has designed, and pretty safe and easy to implement. In fact, if you’re publishing the Blogger blog to own custom domain with FTP or SFTP, it’s possible to turn off NavBar.



Turn Off and Disable NavBar in Blog Published by FTP or SFTP



  1. Login to Blogger.

  2. On the Blogger Dashboard, click on the Template link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.Edit Blogger Template

  3. The Edit HTML page under Template tab should be loaded. Click on the drop down box beside Change the Blogger NavBar and select Off.Turn Off and Disable Blogger NavBar

  4. Click on SAVE TEMPLATE CHANGES button when done.


Remove and Hide NavBar in Blogger Widget Template



  1. Sign in to Blogger.

  2. On the Blogger Dashboard, click on the Layout link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.Edit Blogger Layout

  3. Under the Layout tab, click on Edit HTML tab to view the template’s HTML code.Edit Blogger HTML

  4. Search for the following line of code:]]>Before the line, add in the following line of code:

    #navbar { display: none; }


    or:


    #navbar-iframe { display: none !important; }


  5. Click on SAVE TEMPLATE to make the change effective.


Remove and Hide NavBar in Blogger Classic Template



  1. Login to Blogger.

  2. On the Blogger Dashboard, click on the Template link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.Edit Blogger Template

  3. The Edit HTML page under Template tab should be loaded. If not, go to the tab.

  4. Search for the following line of code:</style>Then, add the following line of code before that line:

    #navbar-iframe { display: none; }


    The Blogger Classic Template uses iframe to load the NavBar, and styles it with ID named navbar-iframe. The name actually also works for new Blogger Widget Template too.


  5. After hiding the Nav Bar in Blogger using Classic Template, there tends to be a gap that replaces the navigation bar. The gap may be white, red, green, blue, or black in color, depends on what is your background color. To remove the gap, find the following code (normally near the top of the HTML):body {Add in the following like of code after the body tag:

    position: relative;

    top: -32px;


  6. Click on SAVE TEMPLATE CHANGES button when done.


Tip: To display and show NavBar again, just remove and delete the additional codes that have been added.

Intel Integrated Performance Primitives v6.1.0.032/039 Win/Linux/EM64T/Itanium

Includes:

Intel Integrated Performance Primitives v6.1.0.032
Intel Integrated Performance Primitives v6.1.0.032 EM64T
Intel Integrated Performance Primitives v6.1.0.032 ITANIUM
Intel Integrated Performance Primitives v6.1.0.039 LINUX
Intel Integrated Performance Primitives v6.1.0.039 LINUX EM64T
Intel Integrated Performance Primitives v6.1.0.039 LINUX INTEL ATOM
Intel Integrated Performance Primitives v6.1.0.039 LINUX ITANIUM

Intel Integrated Performance Primitives (Intel IPP) is an extensive library of multicore-ready, highly optimized software functions for digital media and data-processing applications. Intel IPP offers thousands of optimized functions covering frequently-used fundamental algorithms. Intel IPP functions are designed to deliver performance beyond what optimized compilers alone can deliver.
Code:
FileFactory

http://www.filefactory.com/file/ahbe024/n/Intel_Integrated_Performance_Primitives_txt



http://www.filefactory.com/file/ahbbh01/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_EM64T_part1_rar

http://www.filefactory.com/file/ahbbh1g/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_EM64T_part2_rar

http://www.filefactory.com/file/ahbbh1c/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_EM64T_part3_rar

http://www.filefactory.com/file/ahbbh17/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_ITANIUM_part1_rar

http://www.filefactory.com/file/ahbbh0f/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_ITANIUM_part2_rar

http://www.filefactory.com/file/ahbbh15/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_part1_rar

http://www.filefactory.com/file/ahbbh2c/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_part2_rar

http://www.filefactory.com/file/ahbbh14/n/Intel_Integrated_Performance_Primitives_v6_1_0_032_part3_rar

http://www.filefactory.com/file/ahbbh13/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_EM64T_part1_rar

http://www.filefactory.com/file/ahbbh2g/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_EM64T_part2_rar

http://www.filefactory.com/file/ahbbh3b/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_EM64T_part3_rar

http://www.filefactory.com/file/ahbbh22/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_EM64T_part4_rar

http://www.filefactory.com/file/ahbbh21/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_EM64T_part5_rar

http://www.filefactory.com/file/ahbbh3c/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_INTEL_ATOM_part1_rar

http://www.filefactory.com/file/ahbbh4b/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_INTEL_ATOM_part2_rar

http://www.filefactory.com/file/ahbbh3g/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_INTEL_ATOM_part3_rar

http://www.filefactory.com/file/ahbbh35/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_ITANIUM_part1_rar

http://www.filefactory.com/file/ahbbh36/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_ITANIUM_part2_rar

http://www.filefactory.com/file/ahbbh4e/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_ITANIUM_part3_rar

http://www.filefactory.com/file/ahbbh4g/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_part1_rar

http://www.filefactory.com/file/ahbbh4f/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_part2_rar

http://www.filefactory.com/file/ahbbh41/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_part3_rar

http://www.filefactory.com/file/ahbbh4d/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_part4_rar

http://www.filefactory.com/file/ahbbh40/n/Intel_Integrated_Performance_Primitives_v6_1_0_039_LINUX_part5_rar

NetLoad

http://netfolder.in/folder.php?folder_id=IIVSrjH

HotFile

http://hotfile.com/list/62279/eb95168

2.1 GB

Interchangeable Links No Mirror

Monday, July 6, 2009

Yamaha Launches Fazer With ‘Touring Spirit’

yamaha-fazer 16 touring spirit

Yamaha has lauched another variant of the popular FZ 16 called the Fazer Touring Spirit in the Indian market.

Fazer essentially is the touring version of the FZ 16 with tweaks for long distance travelling. The front now comes with a color co-ordinated aerodynamic cowl to keep the wind blast at bay while the riding position has been tweaked for long hour, long distance travel and comes with special anti-skid seat skin. Twin 35W headlamps at do the lightening duties upfront to keep the vision clear and also bring it in line with global Yamaha Fazer DNA.

Dissapointingly though the engine remains the same 150cc Air-cooled SOHC 2 valver from the FZ 16 and goes against the touring nature of the bike for which extra power and torque would have been more than welcome. The engine delivers 14 ps of maximum power at 7500 rpm and a maximum torque of 14 nm @ 6000 rpm which is mated to a 5 speed gearbox and comes electric start as standard.

The new Yamaha Fazer comes in a total of four colors - Electric Blue, Lava Red, Flaming Orange and Midnight Black.

Rajasthan Board 10th Result(BSER Ajmer)

Board of Secondary Education Rajasthan (BSER) took the the 10th Class examination 2009 (Class X exam 2009). Now BSER Ajmer has decalred the 10th class result 2009 of Rajasthan state. This time the 10th class results of Rajasthan Secondary Board is avarage as compared to previous year. student can find their Rajasthan Secondary Board 10th class results 2009 (Class X Result) from www.rajeduboard.nic.in of Rajasthan Education Board.

About Rajasthan Board:
The history of the Board of Secondary Education Rajasthan (BSER) is a remarkable panorama of progressive record of the futurological vision for developing a dynamic system of various sub-systems of examinations and highlights of the academic excellence of the last four decades.

EXAMINATIONS CONDUCTED BY THE Rajasthan BOARD

At present the Board is conducting the following examinations:-

  1. Secondary School Examination (+10)
  2. Senior Secondary Examination (10+2)
  3. (Arts / Science / Commerce/ Fine Arts)
  4. Praveshika Pariksha (+10) ( Sanskrit Shiksha)
  5. Varishtha Upadhayay Parisksha (10+2)(Sanskrit Shiksha)
  6. National Talent search examination ( 1ST level ) Regular
  7. Science talent search examination. ( State level ) Regular

LIST OF WEBSITES FOR RESULTS of Rajasthan Board 10th Class 2009

OFFICIAL SITE : http://rajresults.nic.in/bserx9.htm

OFFICIAL SITE 2 : http://rajeduboard.nic.in/
http://rajeduboard.nic.in/welcome1.htm

Secondary (Class 10) Examination Results 2009

http://results.rajasthaneducation.net/

INDIA RESULTS SITE : http://www9.indiaresults.com/Rajasthan/BOSER/rsltX09/rollquery.htm

NAME WISE RESULTS 10th Class Results of BSER (Rajasthan Board Ajmer): http://www9.indiaresults.com/Rajasthan/BOSER/rsltX09/namequery.htm

SCHOOLS9 : http://www.schools9.com/kmrx09.htm


RESULTS THROUGH SMS

SMS - Result***SPACE***RAJ10***space***ROLLNO to 56263
Example:
RESULT RAJ10 123456 - Send this SMS to 56263

OR

To get your results on SMS type RJ10 ***Roll. No*** & send to 5676750
e.g.
RJ10 206151051 send to 5676750

Download Unique Wallpaper Series 1, 2 and 3

Unique Wallpaper Series 1

32 JPEG Wallpapers | 1024x768 - 1280x1024 - 1600x1200 - 1920x1200 | 8.72 MB

Download:Code:
http://4share.ws/file/jwixr03w4/Unique_Wallpaper_Series_1.rar.html

41 JPEG Wallpapers | 1024x768 - 1280x1024 - 1600x1200 - 1920x1200 | 9.39 MB

Download:Code:
http://4share.ws/file/xid3l0aut/Unique-Wallpaper-Series-2.rar.html
50 JPEG Wallpapers | 1024x768 - 1280x1024 - 1600x1200 - 1920x1200 | 10 MB

Download:Code:
http://4share.ws/file/jcrwu01oi/Unique-Wallpaper-Series-3.rar.html

Grab HUGO BOSS Orange free sample

-

Hugo BossHUGO, is currently offering free sample of their new range of Orange perfumes. Their site says : Discover the fragrance. Samples are available as long as the stock lasts…. So I am not sure will we get this sample finally or not. Usually I test things before I publish as you know but then I am not sure if this freebie will be available then or not, so go ahead and try all it takes is just matter of a minute to fill in all the details. So, interested in getting a free sample for yourself. Click here..