Free Application iPhone

0 commentaires

Vimeo


Add your Video and share it with your friends
support HD video

20.1 Mb
4.0.1 iOS


Viber


For Free call and send sms to your
friend using iPhone

5.1 Mb
3.1 iOS


 Angry Birds Rio Free


15.4Mb
4.0 iOS



Pocket  Frog




 Zapd


make your own webpage and share it with your friends with iPhone

14.1 Mb
4.0 iOS




Alternative text

Videora iPhone Converter

0 commentaires

Videora iPhone Converter 
convert video and run it on your iPhone





all-4-blogger.blogspot.com


How to run your video on iPhone

after converting the video open iTunes programme
go to films for check if the video existe

CollOsEO iphone academy ==>Filmssynchroniser les films ==>dr.dre I Need adoctor.




Now we move to our iPhone
get to iPod


and move to video


and finally


and it's done :)
Alternative text

How To Change Blogger Background

0 commentaires

How to change blogger background?
How to change blog background?
How to change the colour of the background?
How to put image as background?
How to repeat the single image on the background?





Here's how.

Alternative text

Format Factory

0 commentaires

Format Factory est un logiciel qui permet la conversion

 de plusieurs types de fichiers multimédia. 

Les caractéristiques de Format Factory:

  • 1 Convertir les formats vidéo, audio et image les plus populaires.
  • 2 Réparer les fichiers endommagés.
  • 3 Diminuer la taille d'un fichier multimédia.
  • 4 Supporte les formats iPhone,iPod.
  • 5 Possibilité d'éditer les photos avant conversion.
  • 6 Supporte 56 langages.





Possibilités de conversion et d'extraction :
  • Toute vidéo en MP4/3GP/MPG/AVI/WMV/FLV/SWF.
  • Tout audio en MP3/WMA/AMR/OGG/AAC/WAV.
  • Toute image en JPG/BMP/PNG/TIF/ICO/GIF/TGA.
  • Extraire des DVD vers des fichiers vidéo.
  • Extraire des CD de musique.
  • Support le format MP4 : iPod/iPhone/PSP/BlackBerry.




Remarques :


/!\ Une barre d'outil (Softonic ou autre) vous est proposée en fin d'installation ; comme elle n'est absolument pas nécessaire, vous pouvez décocher cette option sans remords !!! /!\


V2.45 2010.7.9
1. Résout le problème que la version 2.40 avait avec AVC MP4.
2. Offre l'option d'installer dans votre ordinateur des codecs FormatFactory.


Par défaut, et sous Vista (vn testée ici), le dossier créé à l'installation se trouve dans le dossier Programmes (Program Files) et porte le nom de "FreeTime", contenant lui-même un autre dossier appelé "FormatFactory", d'une taille de 109 Mo.








Editeur :PCFreeTime
Version :2.60 (dernière version)
Système :Win 98, Millenium, Windows 2000, XP, Windows Vista, Windows 7
Licence :Freeware



List of Version 2.60 changes
1 Improve "Mux",Now supports multiple video and audio files.
2 Fixed the compatibility issue MP4 files.
3 Improve "Drag and Drop" , now supports drag folder object into user interface









Version gratuite (41 Mo)
Ajouter une légende
Alternative text

How to Make Tabbed Sidebar for Blogger

0 commentaires


If you search from Google you will found many way to make Tabbed Sidebar but Difficult to implement in blogger, because we have to modify HTML or XML in Sidebar Part. This Trick is very easy only put CSS and JS. The JS will automatic make structure for Tabbed and we don’t have to modify in Sidebar Part.
So this trick will not mess up you html and disturb your sidebar. After put js You can change position or content of sidebar, it was very easy.
Here are some features of my method:
  • Easy to install.
  • No need edit html in Sidebar part.
  • Automatically place your handpicked widgets inside tabs.
  • Freedom to set what widgets stay out of the tabs.
  • After implementing, Widgets are normally edited from Page Elements section.


Step 1 – Placing the styles on your CSS

The style of the tabs can be easily changed anytime just using CSS, but this is not the main reason for this tutorial, It’s up to you to change or not,
use your own CSS skills. We’ve made a general layout for it, to install it just place the following code right before the ]]></b:skin>line:

/* Tabbed Sidebar Widgets
--------------------------------- */
.widget-wrapper2{
border:1px solid #494e52;
background-color:#636d76;
padding:8px;
}
.widget-tab {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
-webkit-border-radius-bottomleft:5px;
-webkit-border-radius-bottomright:5px;
-webkit-border-radius-topright:5px;
background:#FFFFFF url(http://i195.photobucket.com/albums/z105/dantearaujo/tabcontentbg.gif) repeat-x scroll left bottom !important;
border:1px solid #CFCFCF;
font-family:Arial,Helvetica,sans-serif;
padding:15px !important;
}
.widget-tab ul {
margin:0px;
padding:0px 20px 0px 20px;
}
.widget-tab ul li {
list-style:none;
border-bottom:1px solid #d6dde0;
padding-top:10px;
padding-bottom:10px;
font-size:13px;
}
.widget-tab ul li:last-child {
border-bottom:none;
}
.widget-tab ul li a {
text-decoration:none;
color:#3e4346;
}
.widget-tab ul li a small {
color:#8b959c;
font-size:9px;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
left:4px;
top:0px;
}
.tab-content ul li a:hover {
color:#a59c83;
}
.tab-content ul li a:hover small {
color:#baae8e;
}
.active-tab{
background:#FFFFFF url(http://i195.photobucket.com/albums/z105/dantearaujo/tabtopbg.gif) repeat-x scroll left top !important;
border-color:#CFCFCF #CFCFCF #FFFFFF #CFCFCF !important;
border-style:solid !important;
border-width:1px 1px 2px !important;
color:#282E32 !important;
}
ul.tab-wrapper {
margin:0px; padding:0px;
margin-top:5px;
margin-bottom:6px;
}
ul.tab-wrapper li {
-webkit-border-radius-topleft:5px;
-webkit-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#191919 url(http://i195.photobucket.com/albums/z105/dantearaujo/tabinactivebg.gif) repeat-x scroll left top;
border:1px solid #464C54;
color:#FFFFFF;
cursor:pointer;
display:inline;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-weight:bold;
line-height:2em;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
margin-right:1px;
padding:8px 14px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}


Step 2 – Installing jQuery Library

This script needs the jQuery JavaScript library, if you already have it installed, you can skip this step, if you don’t just paste the code below right before your </head> line:

<!-- jQuery Call -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js' type='text/javascript'/>
<!-- End of jQuery Call -->


Step 3 – Installing the Script

Ok now that you’ve made sure that you have jQuery installed, you need to install the script that will do all the magic for us, just place the following code right before your </head> line:

<script type="text/javascript">
var starttab=0;
var endtab=2;
var sidebarname="sidebar1";
</script>
<script type="text/javascript" src="http://scriptabufarhan.googlecode.com/svn/trunk/bloggertabv1.0-min.js"></script>


Customizing

As you have noted you’ll get a few lines that can be customized, those are:


var starttab=0;

var endtab=2;
var sidebarname="sidebar";
Very quickly: starttab is the starting number for your chosen widgets, it starts counting from 0. endtab is the number for your last included widget. sidebarname is your sidebar’s id, it is generally just “sidebar”, but just in case you have a different id, we’ll help you finding the right one to place here.

How to find your sidebar’s ID

Ok if you have installed the script and it is not working, you may have a different sidebar ID that is not only “sidebar”, use the following methods to find he right id of your sidebar.

Method 1 – Getting from the HTML

This one may be the fastest one, if you use Minima template, or any template derived from it, just go to Layout > Edit HTML > Search for “sidebar-wrapper” and you may get something like this:

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
Just take a closer look and you will find it id=’sidebar’.

Method 2 – Using Firebug

Firebug is the most wonderful Firefox extension for web developers, If you dont have it, just download it from here.
image


Method 3 – Using Web developer Firefox Plugin

This is another great extension, if you don’t have it, get it here.

image
Ok now that you have installed the script on your blog, you should be able to normally edit your widgets on your page elements section.

What are the Gadget Numbers

Here is a simple explanation for those who haven’t understand the numbers yet. Let’s say that you want make tabs out of your first 3 widgets, so your starting number will be 0 and your finishing number will be 2:


var starttab=0;

var endtab=2;
var sidebarname="sidebar";
Check images below for better understanding:
image
image


In this case, Widget 3 and 4 will not get any tabs, because your finishing number was 2. Very easy huh?

Advices

  • This script works for only one sidebar per blog.
  • We have included a general styles for your tabs, however, you can use your CSS skills to customize them, but be aware that CSS related errors will not be supported here, make sure you do the right thing.
  • All the tabbed widgets need to have a title.


Alternative text

How to reduce Blogger feed size?

0 commentaires




Sometime you will find a message like 


FeedBurner will not process an original feed from your blog if it is greater than 512K in size.
(This limitation only applies to the actual size of the feed file itself and does not include any images or media files you may have linked to or embedded in your posts.)


 To get a feed larger than 512K back down to size on Blogger, you need to add a parameter to the address for your original feed's URL, the one that FeedBurner checks for updates in order to keep your FeedBurner feed current, that tells Blogger to shorten it to a specific number of posts. To do this, follow the below instructions:


Sign into your FeedBurner account.


Under "Burn a feed right this instant" area, enter your blog URL say: http://all-4-blogger.blogspot.com/.
Click on "I am a postmaster" and then click on "Next".
Now it should find the feed URL for your blog. Normally it will be two like
http://all-4-blogger.blogspot.com/feeds/posts/default and
http://all-4-blogger.blogspot.com/feeds/posts/default?alt=rss.

Select one of these two links and then click next. Generally you will find the above error message here.
Now go downward where your feed URL will appear say:
http://all-4-blogger.blogspot.com/feeds/posts/default. Here you need to add "?max-results=3".
Now your feed will be
http://all-4-blogger.blogspot.com/feeds/posts/default?max-results=3.

Now click on "Next", you will now able to burn your feed.
Please note that you can increase the feed result by increasing the number. 


That means if you want to see 10 results instead of 3, just add"?max-results=10" (then your URL will be http://all-4-blogger.blogspot.com/feeds/posts/default?max-results=10). 





You can keep increase the number until it reaches the flow point. If you are facing this problem with the feed which you have registered earlier, then follow the below instructions:
Sign in to your FeedBurner account.
At the dashboard, click on the feed in which you are facing problem.


Now click on "Edit feed details" just below your feed name.
In "Original feed" area, add "?max-results=3" at the last of that feed.
Again, you can increase the number of results until you reach your maximum point.

Alternative text

Windows 8 Will Have Restore And Reset Functions

0 commentaires


In June 2010, a leak of Microsoft’s detailed plans around the yet-to-be-released Windows 8 found its way onto the internet and newspaper headlines. It turns out that was not the last. A new leak delves into even more into the kind of functionalities users of Windows 8 can expect.
This time the information is around Microsoft’s plans to have not just the Restore function that Windows users have come to expect, but a Reset function also. So incisive is the leak that it even includes a screen shot of the end user panel for the two functions. The screen shot was leaked by Win7china.com, a site which has been the source of a number of earlier Windows 8 leaks.
windows8 Windows 8 Will Have Restore And Reset Functions
The Restore in Windows 8 is more or less the same as what has been available in previous Windows versions – that is, it allows the user to restore the computer to a user-specified restore point or to a restore point automatically created by the system. The Reset function on the other hand simply performs a factory reset. It removes all other software that has been installed on the computer after the purchase.
Windows 8 users will have options on the extents to which the reset can be performed. One option that users will find particularly useful is the ability to retain personal files and user profiles. That way, the reset does not have to lead to a loss of important data.
The reset function has been remarkable for its speed with tests showing the entire process taking just 2 minutes from start to finish. The reset speed however is a factor that depends on computer’s hardware capabilities.
There has been one drawback so far – the reset does not result in a thorough purge of the registry. Some of the registry parameters of the removed applications remain even after the reset.

Alternative text

TeleNav GPS – Now Free in AppStore

0 commentaires


TeleNav GPS is now available for free at App Store. TeleNav, the location service provider, offers this application to all iPhone 4 users. This application includes free local search and additional maps, contributing directions to 22 million locations. In addition, the program also provides continuous automatic updates.
This offer comes along with an additional service pack that allows users to access advanced navigation features. Those who are concerned about the new features can adopt the new pay-as-you-go plan of $21.99 yearly fee or $2.99 monthly fee. In addition to this option, the user can select the “stay free” option and utilize only the search capabilities and free GPS maps.
best portable gps TeleNav GPS   Now Free in AppStore
The new offer that includes the highly developed features is also provided throughout Verizon Wireless career for $19.99 per year. This offer is available only by the end of March. The innovative features included in the TeleNav pack are turn-by-turn onscreen and by voice driving directions, weather updates in different locations, traffic jam avoidances, real-time traffic alerts, intelligent re-routing, full-color 3D maps, online pre-plan trips, business listings and automated routing updates.
The TeleNav Company previously has more than 20 million users who currently use different navigation services. One of the most popular services among subscribers is AT&T Navigator App. This application can also be downloaded free, but it requires a monthly or yearly fee of $9.99, respective $69.99. The AT&T program includes many features, similar to the updated TeleNav GPS characteristics, such as real-time traffic updates, one-touch speech recognition and off-line maps. In addition, most programs also consist of merchant information, reviews and ratings so that users can decide easier on the most suitable application.
The TeleNav offer might have a great sensation among iPhone users who are prepared to try the TeleNav GPS system. Compared to previous application, the current offer supports both, Spanish and English languages, addressing to a much extended market segment.


Alternative text

 

Sponsors

Protected by Copyscape Web Copyright Protection

All For Blogs. Copyright 2011 All Rights Reserved powered by Revolution Church Theme hosted on Blogger