jueves, 25 de septiembre de 2008

semana21(Brian)



Testeando Google Chrome


En primer lugar lo he notado bastante liviano, incluso mas liviano que Firefox, note que se abre de manera rápida la primera vez, te carga en la home los sitios que mas visitas, es decir te muestra los 9 sitios que mas usas con un screen de la pagina, bastante parecido a lo que hace Opera, pero que resulta comodo utilizarlo y esta bien que se haya implementado.
Puedes arrastras favoritos o marcadores a la barra principal para un acceso rapido, con un solo click entras a los sitios webs que mas usas




Google Chrome, el navegador de Google
La pelea de los navegadores no es nueva y Google no se quiere quedar afuera y por eso lanza al mercado el Google Chrome siguiente el estilo, es un navegador simple con una interfaz limpia ( a mi gusto demasiado limpia, diria fea), que pretende competir seguramente con Opera, Firefox e Internet Explorer
Administrar mails en gmail, tips
Existen diferentes maneras de manejar nuestros correos en Gmail, ya que posee un buscador muy potente en el cual podremos filtrar diferentes tipos de mailsPodremos ver por ejemplo los correos no leidos, asi como tambien solo los que esten en la inbox, o quizas solo deseamos ver los spams, o los que tengan adjunto, aqui dejare una pequeña guia con diferentes tipos de busquedas recomendadas:

jueves, 18 de septiembre de 2008

seman21(Brian)


Google interesado en comprar Valve

Creo haber repetido más de una vez que Google se está expandiendo rápidamente, cubriendo todos los flancos de la informática y tecnología. Cada vez se leen más noticias sobre la adquisión de compañías por parte de Google, empresas relacionadas con la telefonía, las fotografías, publicidad, microblogging o sistemas de gestión de contenidos, ahora veremos una posible adquisión en el mundo de los videojuegos.




HP lanza teclado con la tecla Ctrl + Alt + Supr
Hewlett-Packard ha lanzado el primer teclado que hace honor a Windows incluye en una sola tecla la función Ctrl + Alt + Supr. Esta combinación es muy conocida, sabemos que se utiliza para acceder al Administrador de Tareas generalmente para cerrar aplicaciones que se han colgado




El iPod Nano de 4GB es real
En el evento “Lets Rock” de Apple, en donde se presentaron los nuevos iPod Nano disponibles en 9 diferentes colores y con capacidades de 8/16GB. Sin embargo, recientemente aparecieron una serie de fotografías de unos de los iPod Nano de 4ta generación de 4GB donde las fuentes dicen que a pesar de no ser anunciados oficialmente, estos están disponibles en Europa. Las imágenes estuvieron siendo regadas por toda la blogósfera como un rumor, hasta que al final se ha confirmado su existencia

viernes, 12 de septiembre de 2008

visual3(Brian)

Private Sub enter_Click()
If auxiliar.Caption < 130 Then
auxiliar3.Caption = nrocanal.Caption
auxiliar2.Caption = nrocanal.Caption
nrocanal.Caption = auxiliar.Caption
auxiliar.Caption = ""
Else
auxiliar.Caption = ""
End If
End Sub

Private Sub masbrillo_Click()
base.Top = base.Top + 100
tvcatv.Top = tvcatv.Top + 100
onof.Top = onof.Top + 100
nrocanal.Top = nrocanal.Top + 100
auxiliar.Top = auxiliar.Top + 100
pantalla.Top = pantalla.Top + 100
End Sub

Private Sub masvolumen_Click()
base.Left = base.Left + 100
tvcatv.Left = tvcatv.Left + 100
onof.Left = onof.Left + 100
nrocanal.Left = nrocanal.Left + 100
auxiliar.Left = auxiliar.Left + 100
pantalla.Left = pantalla.Left + 100
End Sub

Private Sub menosbrillo_Click()
base.Top = base.Top - 100
tvcatv.Top = tvcatv.Top - 100
onof.Top = onof.Top - 100
auxiliar.Top = auxiliar.Top - 100
pantalla.Top = pantalla.Top - 100
nrocanal.Top = nrocanal.Top - 100
End Sub

Private Sub menosvolumen_Click()
tvcatv.Left = tvcatv.Left - 100
onof.Left = onof.Left - 100
nrocanal.Left = nrocanal.Left - 100
pantalla.Left = pantalla.Left - 100
auxiliar.Left = auxiliar.Left - 100
base.Left = base.Left - 100
End Sub


Private Sub nueve_Click()
auxiliar.Caption = auxiliar.Caption + "9"
End Sub

Private Sub ocho_Click()
auxiliar.Caption = auxiliar.Caption + "8"
End Sub

Private Sub of1_Click()
nrocanal.Caption = ""
tvcatv.Caption = ""
onof.BackColor = vbBlack
tvcatv.Enabled = False
uno.Enabled = False
dos.Enabled = False
cuatro.Enabled = False
tres.Enabled = False
seis.Enabled = False
cinco.Enabled = False
ocho.Enabled = False
siete.Enabled = False
cero.Enabled = False
nueve.Enabled = False
tv1.Enabled = False
catv1.Enabled = False
enter.Enabled = False
canalmas.Enabled = False
canalmenos.Enabled = False
masbrillo.Enabled = False
menosbrillo.Enabled = False
masvolumen.Enabled = False
menosvolumen.Enabled = False
End Sub

Private Sub ofon_Click()
If onof.BackColor = vbRed Then
onof.BackColor = vbBlack
nrocanal.Caption = ""
tvcatv.Caption = ""
uno.Enabled = False
dos.Enabled = False
tvcatv.Enabled = False
cuatro.Enabled = False
tres.Enabled = False
auxiliar.BackColor = vbgrey
seis.Enabled = False
cinco.Enabled = False
ocho.Enabled = False
siete.Enabled = False
cero.Enabled = False
nueve.Enabled = False
tv1.Enabled = False
catv1.Enabled = False
enter.Enabled = False
canalmas.Enabled = False
canalmenos.Enabled = False
masbrillo.Enabled = False
menosbrillo.Enabled = False
masvolumen.Enabled = False
menosvolumen.Enabled = False
catvtv.Enabled = False
Else
enter.Enabled = True
uno.Enabled = True
dos.Enabled = True
nrocanal.Caption = "0"
tvcatv.Caption = "tv"
cuatro.Enabled = True
tres.Enabled = True
catvtv.Enabled = True
tvcatv.Enabled = True
seis.Enabled = True
cinco.Enabled = True
ocho.Enabled = True
siete.Enabled = True
cero.Enabled = True
nueve.Enabled = True
auxiliar.BackColor = vbGreen
tv1.Enabled = True
catv1.Enabled = True
canalmas.Enabled = True
canalmenos.Enabled = True
masbrillo.Enabled = True
menosbrillo.Enabled = True
masvolumen.Enabled = True
menosvolumen.Enabled = True
onof.BackColor = vbRed
End If
End Sub

Private Sub on1_Click()
enter.Enabled = True
uno.Enabled = True
dos.Enabled = True
nrocanal.Caption = "0"
tvcatv.Caption = "tv"
onof.BackColor = vbRed
cuatro.Enabled = True
tres.Enabled = True
seis.Enabled = True
cinco.Enabled = True
ocho.Enabled = True
siete.Enabled = True
cero.Enabled = True
nueve.Enabled = True
tv1.Enabled = True
catv1.Enabled = True
canalmas.Enabled = True
canalmenos.Enabled = True
masbrillo.Enabled = True
menosbrillo.Enabled = True
masvolumen.Enabled = True
menosvolumen.Enabled = True
End Sub

Private Sub seis_Click()
auxiliar.Caption = auxiliar.Caption + "6"
End Sub

Private Sub siete_Click()
auxiliar.Caption = auxiliar.Caption + "7"
End Sub

Private Sub tres_Click()
auxiliar.Caption = auxiliar.Caption + "3"
End Sub

Private Sub tv1_Click()
tvcatv.Caption = "tv"
End Sub

Private Sub uno_Click()
auxiliar.Caption = auxiliar.Caption + "1"
End Sub

visual 2 (Brian)

Private Sub canalmas_Click()
If tvcatv.Caption = "catv" Then
If nrocanal.Caption < caption =" nrocanal.Caption" caption =" 0" caption = "tv" caption =" nrocanal.Caption" caption =" 0"> 0 Then
nrocanal.Caption = nrocanal.Caption - 1
Else
If tvcatv.Caption = "catv" Then
nrocanal.Caption = 129
Else
nrocanal.Caption = 13
End If
End If
End Sub

Private Sub catv1_Click()
tvcatv.Caption = "catv"
End Sub

Private Sub catvtv_Click()
If tvcatv.Caption = "tv" Then
tvcatv.Caption = "catv"
Else
tvcatv.Caption = "tv"
End If
End Sub

Private Sub cero_Click()
auxiliar.Caption = auxiliar.Caption + "0"
End Sub

Private Sub cinco_Click()
auxiliar.Caption = auxiliar.Caption + "5"
End Sub

Private Sub Command1_Click()

End Sub

Private Sub cuatro_Click()
auxiliar.Caption = auxiliar.Caption + "4"
End Sub

Private Sub dos_Click()
auxiliar.Caption = auxiliar.Caption + "2"
End Sub

Private Sub enter_Click()
If auxiliar.Caption < 130 Then
nrocanal.Caption = auxiliar.Caption
auxiliar.Caption = ""
Else
auxiliar.Caption = ""
End If
End Sub

Private Sub masbrillo_Click()
base.Top = base.Top + 100
tvcatv.Top = tvcatv.Top + 100
onof.Top = onof.Top + 100
nrocanal.Top = nrocanal.Top + 100
auxiliar.Top = auxiliar.Top + 100
pantalla.Top = pantalla.Top + 100
End Sub

Private Sub masvolumen_Click()
base.Left = base.Left + 100
tvcatv.Left = tvcatv.Left + 100
onof.Left = onof.Left + 100
nrocanal.Left = nrocanal.Left + 100
auxiliar.Left = auxiliar.Left + 100
pantalla.Left = pantalla.Left + 100
End Sub

Private Sub menosbrillo_Click()
base.Top = base.Top - 100
tvcatv.Top = tvcatv.Top - 100
onof.Top = onof.Top - 100
auxiliar.Top = auxiliar.Top - 100
pantalla.Top = pantalla.Top - 100
nrocanal.Top = nrocanal.Top - 100
End Sub

Private Sub menosvolumen_Click()
tvcatv.Left = tvcatv.Left - 100
onof.Left = onof.Left - 100
nrocanal.Left = nrocanal.Left - 100
pantalla.Left = pantalla.Left - 100
auxiliar.Left = auxiliar.Left - 100
base.Left = base.Left - 100
End Sub


Private Sub nueve_Click()
auxiliar.Caption = auxiliar.Caption + "9"
End Sub

Private Sub ocho_Click()
auxiliar.Caption = auxiliar.Caption + "8"
End Sub

Private Sub of1_Click()
nrocanal.Caption = ""
tvcatv.Caption = ""
onof.BackColor = vbBlack
tvcatv.Enabled = False
uno.Enabled = False
dos.Enabled = False
cuatro.Enabled = False
tres.Enabled = False
seis.Enabled = False
cinco.Enabled = False
ocho.Enabled = False
siete.Enabled = False
cero.Enabled = False
nueve.Enabled = False
tv1.Enabled = False
catv1.Enabled = False
enter.Enabled = False
canalmas.Enabled = False
canalmenos.Enabled = False
masbrillo.Enabled = False
menosbrillo.Enabled = False
masvolumen.Enabled = False
menosvolumen.Enabled = False
End Sub

Private Sub ofon_Click()
If onof.BackColor = vbRed Then
onof.BackColor = vbBlack
nrocanal.Caption = ""
tvcatv.Caption = ""
uno.Enabled = False
dos.Enabled = False
tvcatv.Enabled = False
cuatro.Enabled = False
tres.Enabled = False
auxiliar.BackColor = vbgrey
seis.Enabled = False
cinco.Enabled = False
ocho.Enabled = False
siete.Enabled = False
cero.Enabled = False
nueve.Enabled = False
tv1.Enabled = False
catv1.Enabled = False
enter.Enabled = False
canalmas.Enabled = False
canalmenos.Enabled = False
masbrillo.Enabled = False
menosbrillo.Enabled = False
masvolumen.Enabled = False
menosvolumen.Enabled = False
catvtv.Enabled = False
Else
enter.Enabled = True
uno.Enabled = True
dos.Enabled = True
nrocanal.Caption = "0"
tvcatv.Caption = "tv"
cuatro.Enabled = True
tres.Enabled = True
catvtv.Enabled = True
tvcatv.Enabled = True
seis.Enabled = True
cinco.Enabled = True
ocho.Enabled = True
siete.Enabled = True
cero.Enabled = True
nueve.Enabled = True
auxiliar.BackColor = vbGreen
tv1.Enabled = True
catv1.Enabled = True
canalmas.Enabled = True
canalmenos.Enabled = True
masbrillo.Enabled = True
menosbrillo.Enabled = True
masvolumen.Enabled = True
menosvolumen.Enabled = True
onof.BackColor = vbRed
End If
End Sub

Private Sub on1_Click()
enter.Enabled = True
uno.Enabled = True
dos.Enabled = True
nrocanal.Caption = "0"
tvcatv.Caption = "tv"
onof.BackColor = vbRed
cuatro.Enabled = True
tres.Enabled = True
seis.Enabled = True
cinco.Enabled = True
ocho.Enabled = True
siete.Enabled = True
cero.Enabled = True
nueve.Enabled = True
tv1.Enabled = True
catv1.Enabled = True
canalmas.Enabled = True
canalmenos.Enabled = True
masbrillo.Enabled = True
menosbrillo.Enabled = True
masvolumen.Enabled = True
menosvolumen.Enabled = True
End Sub

Private Sub seis_Click()
auxiliar.Caption = auxiliar.Caption + "6"
End Sub

Private Sub siete_Click()
auxiliar.Caption = auxiliar.Caption + "7"
End Sub

Private Sub tres_Click()
auxiliar.Caption = auxiliar.Caption + "3"
End Sub

Private Sub tv1_Click()
tvcatv.Caption = "tv"
End Sub

Private Sub uno_Click()
auxiliar.Caption = auxiliar.Caption + "1"
End Sub

jueves, 4 de septiembre de 2008

semana20(Brian)


Cochesito de juguete USB: La memoria preferida por los niño

sí, el diseño no es muy agradable que digamos, pero los 8GB de almacenamiento máximo. Está disponible en Gadget4all por un precio de 49 dólares

Bala USB: Para los fanáticos de la acciónSi eres fanático de algún juego de acción, defintivamente la Bala USB te vendra

“como anillo al dedo”. Esta memoria cuenta con una espacio de almacenamiento máximo de 1GB y aunque no he podido encontrar el precio, creo que sería de gran ayuda para invertarte alguna historia mientras la llevas en tu cuello.


Estadísticas agosto 2008

Visitas y páginas vistas
  • 194.717 visitas únicas | 56.395 más que el mes de agosto.
  • 334.475 páginas vistas | 95.578 más que el mes de agosto.

Rankings generales

Alexa (Mundial): 86.997

Alianzo (Venezuela): 10