Benchmarks ATi Radeon 4800: fantástica calidad/precio


- Híbrido Giradiscos/Reproductor CD Profesional - Compatible con Audio CD, CD-R, CD-RW, y MP3 - Tracción Directa de plato High-Torque (3.6 kg/cm) control completo de CD o vinilo - Salidas de audio independientes para reproducción de vinilo y CD - Interruptor de 3 posiciones CD/TT permitiendo una reproducción simultánea de CD y vinilo - 3 Efectos DSP: Filter, Echo y Phase parámetros variables - Interruptor Reverse - Interruptor del motor ON/OFF - 3 Puntos de inico rápido para Cue con botón de fácil acceso a memoria - Master cue con hot-start - Key Lock (Master Tempo) - Protección Anti-Shock con uso de memoria RAM - Mecanismo de carga con indicador LED - Modo de reproducción sencilla, auto-cue/continuo - Repetición con edición reloop/stutter y loop - Pitch regulable mediante el borde del plato y botones - Tres modos de visualización - Búsqueda precisa en Cue y lista - Display de cuatro líneas - Borde de aluminio con hendiduras par el contacto de los dedos - Control de Pitch variable con rangos de 4%, 8% , 16%, y 50% - Botones suavizados con brillantes LEDs Dimensiones: - 450 x 372 x 160.5mm Peso: - 11kg Tags: tecnologia audio equipos musica escuchar mejores technology guitar guitarra guitarras comprar mp3 download bajar satelite satellite ipod mini pod
Esta vez les hago un tutorial por algunos mails que me llegan preguntando como pueden bajar Los Ringtones o Fondos a sus celulares si no tienen los cables USB o Bluetooth para conectar los celulares con la PC.
La idea es subir lo que queremos bajar a un Hosting WAP, es decir, que lo subimos gratis a una web para después poder bajarlo con el Navegador de nuestro celular. Es muy fácil... así que vamos al Tutorial.
Primero buscamos lo que queremos bajar.. puede ser un Ringtone en MP3, MIDI, AMR, etc o una Imagen en JPG, PNG, GIF, BMP, etc. y lo bajamos a nuestra PC.
Vamos a Hosting Wap, que es un Servidor WAP gratuito.
Ahí vemos una breve explicación de lo que hay que hacer..
Y listo... nos aparece una pagina como esta....
Esa es la dirección WAP de nuestro archivo, en el ejemplo es:
http://www.hostingwap.com.ar/wap/78410041.jpg
Ahora solo queda ir a nuestro celular ir a la parte de Internet o WAP y con el navegador que tengamos vamos a la dirección WAP que nos dio la pagina, esperamos a que se baje el archivo y listo ya lo tenemos en nuestro celular.
Nota: Tengan en cuenta que las empresas de Telefonía Celular te cobran por usar WAP, el monto depende de cuantos Kb pese el archivo que bajamos. Consulten con su empresa cuanto les cobran.
Nota 2: Si no les funciona Internet o WAP en sus celulares lo mas probable es que se deba a la configuración, llamen a Atención al Cliente y pregunten como hacen para configurar su celular.
Otra opción la encuentran aquí
Cualquier duda la pueden hacer a mi mail que esta en la parte de Contacto
Fotografía de la sonda espacial Phoenix Mars posada sobre la superficie marciana.
Galería del Phoenix Mars Lander en el ChicagoTribune.com
[This post is by Nadav Aharony, a product manager on the Android team — Tim Bray]
We're rolling out new developer features for the Gmail Android app: It now includes a public ContentProvider that you can use to retrieve label data. You can use this to access up-to-date unread counts for specific accounts' inboxes and labels.
To use the API, the Gmail app needs to be at version 2.3.6 or higher on Froyo or Gingerbread; 4.0.5 or higher on Honeycomb and ICS. Before using it, be sure you first check the Gmail app version; we've provided a handy GmailContract.canReadLabels(Context) method to help with this. Your app will need the com.google.android.gm.permission.READ_CONTENT_PROVIDER permission.
The Labels API needs a valid Gmail account to build a query for per-label information. Assuming the GET_ACCOUNTS permission, the AccountManager can be used to fetch this information:
// Get the account list, and pick the first one final String ACCOUNT_TYPE_GOOGLE = 'com.google'; final String[] FEATURES_MAIL = { 'service_mail' }; AccountManager.get(this).getAccountsByTypeAndFeatures(ACCOUNT_TYPE_GOOGLE, FEATURES_MAIL, new AccountManagerCallback() { @Override public void run(AccountManagerFuture future) { Account[] accounts = null; try { accounts = future.getResult(); if (accounts != null && accounts.length > 0) { String selectedAccount = accounts[0].name; queryLabels(selectedAccount); } } catch (OperationCanceledException oce) { // TODO: handle exception } catch (IOException ioe) { // TODO: handle exception } catch (AuthenticatorException ae) { // TODO: handle exception } } }, null /* handler */);Once you've got the email account, you can get a ContentProvider URI to query against. We've provided a simple support class called GmailContract.java for constructing the URI and defining the columns and relevant constants.
You can access any label, predefined or user-defined. The predefined labels include (you have to use symbolic constants rather than these strings, see below):
Priority Inbox
Starred
Chats
Sent
Drafts
All mail
Spam
Trash
To obtain a Cursor with information for all labels in an account, your app can either query this URI directly or use a CursorLoader. Here's an example:
Cursor c = getContentResolver().query(GmailContract.Labels.getLabelsUri(selectedAccount), null, null, null, null);You can query and watch for changes on a single label by storing the URI value in the GmailContract.Labels.URI column from the cursor data.
The NAME value for pre-defined labels can vary by locale, so don't use GmailContract.Labels.NAME. Instead, identify pre-defined labels like Inbox, Sent or Drafts using the String value in the GmailContract.Labels.CANONICAL_NAME column. Here's an example:
// loop through the cursor and find the Inbox if (c != null) { final String inboxCanonicalName = GmailContract.Labels.LabelCanonicalName.CANONICAL_NAME_INBOX; final int canonicalNameIndex = c.getColumnIndexOrThrow(GmailContract.Labels.CANONICAL_NAME); while (c.moveToNext()) { if (inboxCanonicalName.equals(c.getString(canonicalNameIndex))) { // this row corresponds to the Inbox } } }If you choose to use a CursorLoader, it will keep the label counts up to date as they change over time.
You can find a sample app that makes use of the new API here. The app provides a basic readout of label and message-count information.
People care about their incoming mail; we're looking forward to seeing what you do with access to this information. We're also open to suggestions as to how to improve and extend this new API.
Google explicó de manera oficial el por qué de la caída temporal de Gmail ayer, algo que tomó por sorpresa a miles de personas. Increíblemente, una de las empresas más poderosas del mundo vio cómo un corte de luz afectaba sus sistemas, dice un comunicado en el blog oficial.
Nada dice "yo no tengo un Aston Martin" tanto como comprarse un osito de peluche en la boutique de Aston Martin.
Es interesante que, pese a ser la versión entry-level, este equipo tenga hasta funciones de push-to-talk (con todas las ventajas asociadas), cámara de fotos VGA que tiene push-to-view un soft para sacar fotos y compartirlas automáticamente con otros usuarios... una ventaja porque NO tiene conectividad bluetooth.
Sin embargo es un GSM/GPRS/EDGE cuatribanda, con conector mini-USB para sincronizar con la PC y usarlo como memoria externa; que, en un equipo entry-level no esta nada mal.
Sony Ericsson presentó el nuevo T700, un celular candybar con sólo 10 milímetros de grosor.
Funciona con redes GSM y UMTS/HSDPA 2100.
Tiene cámara de 3,2 megapíxeles con geotagging, altavoces estéreo, Bluetooth A2DP, pantalla TFT LCD de 2 pulgadas y ranura para tarjetas Memory Stick M2.
Vendrá en tres combinaciones distintas de colores: negro sobre plateado, negro sobre rojo y plateado.

Recently, there's been a lot of news coverage of malware in the mobile space. Over on our Mobile blog, Hiroshi Lockheimer, VP of Android engineering, has posted Android and Security. We think most Android developers will find it interesting reading.


























