With this program you can use Windows 7 theme and programs like calculator, task manager, sound devices, notepad, wordpad and more ! click here to download
A free and useful program that lets you to explore, search and discover any location on earth
Google Earth puts a planet's worth of imagery and other geographic information right on your desktop. View exotic locales like Maui and Paris as well as points of interest such as local restaurants, hospitals, schools, and more.
Here are some key features of "Google Earth":
· Navigation controls - Look around, move and zoom into any location
· Sun and shadows - View animated shadows as they move across the landscape
· 3D buildings - View hundreds of photo-realistic new buildings in many of the world's cities
· Imagery date information
· Support for new language versions
· Flash videos in placemark balloons
· Fly from space to your neighborhood. Type in an address and zoom right in.
· Search for schools, parks, restaurants, and hotels. Get driving directions.
· Tilt and rotate the view to see 3D terrain and buildings.
· Save and share your searches and favorites. Even add your own annotations.
Requirements:
· CPU: Pentium 3, 500Mhz
· System Memory (RAM): 128MB
· Hard Disk: 400MB free space
· Network Speed: 128 Kbits/sec
· Graphics Card: 3D-capable with 16MB of VRAM
· Screen: 1024x768, "16-bit High Color"
What's New in This Release: [ read full changelog ]
· Photo-realistic buildings from cities around the world
· Dawn to dusk views with the Sunlight feature
· Swoop navigation from outer space to street-level
Reasons why this program is marked as ad-supported:
· After installing Google Earth, the setup will ask if you also want to install Google Toolbar (you can uncheck this option).
download here!
Why do I always wishy washy yeah!?
Mongrel!
Is there a chance ya allah!
I need chunks of debris opportunities
Glaring and yelling
Kick and feel the pain
Too smart yo bos!
Feels like bruised heart
Too comfy to be swallowed in the esophagus
One more time Mongrel!
is a good B*tch, company me when feel like alone and nothing to spat with stinky smack drizzle
, hha.
With this guide, you would be able to add a background image or picture to your Blog, customize the position of your image, and have a static background image that stays in place when you scroll through the contents of your blog.
You will need to create an image. Find a picture you like. If you need a free photo editing tool, you can either search the net for one or use Google's Photo Editing Software Picasa. You can also use a small tile-size image which can be repeated so as to cover the entire page. Try not to have an image file that is too large as your page may take a little longer to load.
After creating a picture, you will need to upload it onto a free picture host. You can read about using free hosts like Google Page Creator and Google Groups. We have also a rather comprehensive list of free Image Hosts and File Hosting Services in our article on Manage Blogger Image Storage Space. Check out those sites and choose one that is fast, reliable and enables hotlinking to the uploaded files. Take note of the picture URL.
Next, log in to your dashboard layout; under Template -> Edit HTML, scroll to where you see this:-
body {
background:$bgcolor;
Change background color
If you would like to change the background color of your blog to a very unique color, you can manually specify the color value. Search online for color codes, or take a look at the HTML Color Chart to see if you can find your desired color. For example, if you have chosen a color code #B38481, change the above code to this:-
body {
background-color:#B38481;
If you are changing the background color of your sidebar only, add the color code under the relevant sidebar heading.
#sidebar-wrapper {
background-color:#B38481;
Similarly, if you want a different color for your main post column, add the color code as follows:-
#main-wrapper {
background-color:#B38481;
Note that different templates may label their stylesheets differently. The #sidebar-wrapper may be called #side-wrap or something to that effect.
In some templates like the TicTac Template, the background color you see is due to a background image and inserting a color code into the template will not help. To have a different color, this background image will have to be edited. For more details, read the article on Background Color of TicTac Template.
Add a background image
The code to insert is this:-
body {
background-image: url(URL address of your image);
Remember to insert the URL address of your image in the brackets. If you would like to have a feel of how a background picture will look like, I have uploaded a test image at this address � http://i154.photobucket.com/albums/s255/ownlblog/narutosasuke1024x768.jpg
Insert the URL of this test image into the above brackets and Preview your blog.
You can also have a background image just for your sidebar. Locate the style and add the background image code accordingly.
#sidebar-wrapper {
background-image: url(URL address of your image);
For a background image to your main post body only, add the code here:-
#main-wrapper {
background-image: url(URL address of your image);
Repeat background image
By default, the image is repeated to fill up the entire background of the page. If you have a small or tile-sized image, it will appear like a print pattern in the background. Sometimes, you may choose not to have the image repeated. If that is the case, you can insert this code:-
background-repeat: no-repeat;
Alternatively, you may only want the image to be repeated horizontally. The code is this:-
background-repeat: repeat-x;
To have the image repeated vertically, the code is this:-
background-repeat: repeat-y;
Position background image
If you have an image that is not repeated, you may like to specify the exact position of this image on your page. The HTML code to be inserted is this:-
background-position: top left;
Your image will appear at the top left corner of your page. The other possible values that you can use to replace �top left� are:-
top center;
top right;
center left;
center center;
center right;
bottom left;
bottom center;
bottom right;
If you do not want it entirely left, right or center, you can also define the horizontal and vertical alignments either in percentage or in pixels. Use either of these values instead, with x being the horizontal value and y being the vertical value.
x% y%;
xpx ypx;
Static background image
After that, you may specify whether you want your background image to remain in a fixed position when the contents of your blog are scrolled. By default, the picture scrolls with your content. To have it stay put, the code to insert is this:-
background-attachment: fixed;
Putting it all together
The eventual CSS code that you will have for your customized template may look like this:-
body {
background-color:#B38481;
background-image: url(http://i154.photobucket.com/albums/s255/ownlblog/narutosasuke1024x768.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
You can also combine the attributes into one line and the shorthand code will look like this:-
body {
background:#B38481 url(http://i154.photobucket.com/albums/s255/ownlblog/narutosasuke1024x768.jpg) no-repeat center center fixed;
Of course, after having added the background image, you will need to adjust the colors of your text so that they stand out against the backdrop. Go to Template -> Fonts and Colors to do that.
This guide will give you an image background to your Blog. Sometimes, you may have several images, all of which are suitable for your Blog. You can read Random Header and Background Images on how you can have the background images rotated and a random image shown upon every page load.
You may also want to refer to the related article if you are thinking of adding an image to the Blogger Header.
© Tips for New Bloggers
Until now, the Title Tags generated for each page of your Blogger blog would display the blog title first, then the name of your post. This wasn't so good for SEO (search engine optimization) as this made keywords from your post titles appear after your blog title.
So if you want to improve SEO that is important for your blog, follow step below.
1. Go to Layout > edit HTML in your Blogger dashboard.
2. Search for this tag:
<title><data:blog.pageTitle/></title>
3. Replace(means remove code above and place code below) this tag with the following:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4. Save your template.
This work only in XML blogger templates. Also is and a hack for classic bloggers, but as I know noone use classic blogger anymore.
Below is a little trick that will stop your visitors from copying and pasting your blog information. Anyone with experience may know a way around this trick. However it will make it hard enough to discourage them and get them moving on to easier targets.
What to do?
Log in blogger / Dashboard --> Layout --> Add Gadget - scroll down --> HTML/JavaScript --> copy the next code and past in in HTML/JavaScript text box area
When someone will try to do right click a message will appear “Function disabled” , you can change this message too if you wish.
1. Create new blog. This is a test blog.
2. Upload your new template to test blog. Help
3. Go to Dashboard. Click to Layout of current blog (not new test blog) --> Edit HTML --> search for: <div id='sidebar'> copy all widget code between <div id='sidebar'> to </div>
5. Now Go again to Dashboard. Click Layout (at new test blog) --> edit HTML --> search for <div id='sidebar'> --> paste all widget code that you have copied. Put it between <div id='sidebar'> to </div> too.
6. Save
7. Download and save full template of test blog
8. Upload to your current blog layout, and you get new layout without deleting widget
BeatrIX Linux 2005.1 FINAL
is a small, simple, and elegant Linux.
It's a less-than-200-meg Debian/Ubuntu Linux that is a live-CD/installable to hard drive distribution featuring kernel 2.6.7, Gnome 2.8.1, Firefox 1.03 w/AdBlock, Evolution 2.01, GAIM 1.03, Open Office 1.1.2, Apt, PDF viewer, imag
It is a "get-the-job-done distribution of Linux and because of its design, will run on just about any personal computer made in the past 10 years with a minimum of 64 megabytes of RAM.
The programs chosen for BeatrIX are all "best-of-breed" meaning we've selected the best of the best of each type of program.
If you install it to hard drive, you can upgrade and add to the system using the Ubuntu and/or Debian file repositories, turning it into just about any type of operating system you want. You can install everything from Web servers to Wed editors. And ll of this from a mini-CD!
It is one of the fastest-growing Linuxes in the world, having been downloaded in more than 110 countries and more than 50,000 times since its release four months ago.
download it here
- Desain ikon dan simpan sebagai png (ico adalah pilihan, tapi lebih sulit untuk meng-upload). Resolusi yang dipilih adalah 16x16, tapi saya sarankan 22x22 untuk kualitas yang lebih bagus, dan 36x36 adalah resolusi yg tertinggi yang dpt digunakan. Bila anda ingin menguploadnya sebagai file *.ico, dapat diconfert terlebih dahulu melalui situs ini tools.dynamicdrive.com
- Upload file icon ke online file storage yang memiliki fasilitas direct link. Untuk yang menggunakan format file *.png disarankan untuk menguploadnya di photobucket.com. Dan untuk yang menggunakan format file *.ico sangat disarankan untuk menguploadnya di fileden.com. Kemudian copy linknya (direct link, yang kalau dibuka lewat address bar akan langsung masuk ke jendela download, dan ciri-ciri khususnya adalah url.nya diakhiri dengan format file tersendiri. contoh /icon.ico atau /icon.png).
- Kemudian masuk ke layout-edit html pada tab blogger dashboard anda.
- Pada template content, cari (Ctrl+f) : <title><data:blog.pagetitle/></title>
- Kemudian di bawah kode di atas masukanlah kode : <link href='URL file icon anda' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
- Lalu tempatkan link icon yang sudah anda upload pada 'URL file icon anda'.
- kemudian klick "save template", setelah tersimpan coba view blog anda, dan taraaaaaaa!!, icon blog anda telah berubah,.
kp lagunye kings of leon yg use somebody always whispering in my mind ya, pdahal ora apik2 banget dah, masuk billborad chart100 sih.
download lagu ini here!
But it now believes 2.5 million homes can benefit because it will be cheaper to provide than it had first thought.
Fibre will be available to over 10 million UK homes
A further 9 million homes will receive the slower Fibre to the Cabinet (FTTC) technology by 2012.
Previously BT had said that it could only lay FTTP to new-build sites - with the Ebbsfleet development in Kent is its flagship site - but now it has found a way to make it more widely available.
It will use existing ducts and overhead cables to bring fibre to brownfield sites as well.
Potential sites will be identified by a variety of factors, including geography of the region and the topology of the network.
Homes eligible for the FTTP technology will receive speeds of up to 100Mbps (megabits per second). This compares to a top speed of 40Mbps for FTTC technology.
Listening
Openreach, the BT spin-off responsible for the fibre rollout, recently announced Bradwell Abbey in Milton Keynes and Highams Park, London as the first "brownfield" trial sites for FTTP.
Around 20,000 homes and businesses will receive speeds of up to 100Mbps by March 2010.
Steve Robertson, chief executive of Openreach, said BT was responding to pent-up demand for the faster fibre.
"Service providers have asked us for more FTTP and so we have listened to them," he said.
"The UK already leads the world when it comes to broadband availability and today's announcement will help the UK climb the speed league tables as well," he said.
A recent study of the global state of broadband, conducted by Oxford University's Said Business School, put the UK 25th out of 66 countries in terms of the quality of its network.
It was not in the countries judged by the survey to be "ready for tomorrow".
BT faces stiff competition from other operators, notably Virgin Media, which has upped the speed of its cable network to 50Mbps and has been trialling speeds of up to 200Mbps.
The government has pledged to make its broadband tax law before the next election. The tax, which will collect £6 a year from all householders with a fixed line telephone, will provide a fund to subsidise fibre rollout to areas not regarded as economic by firms such as BT and Virgin.
It also pledged in its Digital Britain report to provide a minimum of 2Mbps broadband to every UK home by 2012.
Andrew Ferguson, editor of broadband website ThinkBroadband welcomed BT's decision to extend its fibre footprint but thinks it could make government targets look too conservative.
"The broadband world changes so quickly that things happening at civil service pace just simply cannot keep up. Or put another way, how will those with a 2Meg connection feel when 2 million homes have access to 100Meg speeds?" he said.
taken from :
BBC news
Rupert Murdoch has said it is time for internet search engines and other websites to start to pay for any news reports they currently take for free.
Mr Murdoch has already said he plans to
charge visitors to his websites
Mr Murdoch, owner of media giant News Corporation, said such sites would soon have to pay for any content taken from his firm's many news providers.
He was speaking at the World Media Summit in Beijing, where his comments were backed by some of his competitors.
Associated Press boss Tom Curley said news providers were being "exploited".
'Act decisively'
"The aggregators and plagiarists will soon have to pay a price for the co-opting of our content," said Mr Murdoch, whose company owns newspapers including the Sun and the Times in the UK, and the New York Post and Wall Street Journal in the US.
"If we do not take advantage of the current movement toward paid content, it will be the content creators - the people in this hall - who will pay the ultimate price and the content kleptomaniacs who triumph."
The BBC's Chris Hogg said Mr Murdoch warned global news executives who had gathered for the summit that many news providers faced going out of business unless they started to charge websites such as Google, Yahoo and Facebook for carrying their content.
Mr Curley said news content creators had "been too slow to react to the free exploitation of news by third parties without input or permission".
"Crowd-sourcing web services such as Wikipedia, YouTube and Facebook, have become preferred customer destinations for breaking news, displacing websites of traditional news publishers," he added.
Mr Curley said news providers had to "decisively act to take back control of our content".
"We will no longer tolerate the disconnect between people who devote themselves - at great human and economic cost - to gathering news of public interest and those who profit from it without supporting it."
Mr Curley said earlier this week that Associated Press was considering selling news stories to some websites, such as Google or Yahoo, exclusively for a certain period, such as half an hour.
taken from :
BBC news