Re: URL friendly SEO
JULIO GOMEZ <juliog85-/[email protected]> Wed, 24 Nov 2010 05:29:57 -0800 (PST)
| Newsgroups | gmane.comp.java.javaspain |
|---|---|
| Message-ID | <[email protected]> |
--0-1978394419-1290605397=:45562 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Si aqui va mas o menos la aplicacion. Lo trabaje con el http://www.tuckey.org/urlrewrite/ 3.2 creas una <rule> en el urlrewrite.xlm <rule>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=20 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <from>/noticia/(.*)/([0-9]+)/([0-9]+)= /([0-9]+)$</from>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <to>articles.jsp?title=3D$1&= id=3D$2&cat=3D$3&prio=3D$4 </to> </rule> en donde "noticia" es una archivo cualquiera sin extencion alguna. la opcion (.*) indica para todo, ya sea texto o numero, independientemente de la cantidad de caracteres o si lleva algun otro caracter tal como ( - , = . ? + =3D ) entre otros. Para no tener problemas con los titulos realize un replaceAll. la opcion ([0-9]+) lee numeros solamente. Saludos, espero que les sea util. --- El mi=C3=A9, 11/24/10, Rub=C3=A9n Cl=C3=A9rigo <[email protected]> escri= bi=C3=B3: De: Rub=C3=A9n Cl=C3=A9rigo <[email protected]> Asunto: Re: [javaSpain] URL friendly SEO A: [email protected] Fecha: mi=C3=A9rcoles, 24 de noviembre de 2010, 02:48 am =C2=A0 =20=20 =20=20=20=20 =20=20=20=20=20=20 =20=20=20=20=20=20 =20=20=20=20=20=20 =20=20 =20=20 Estupendo. Cu=C3=A9ntanos c=C3=B3mo por si nos sirve a los dem=C3=A1s e= n un futuro. =20=20=20=20 =20=20=20=20 El 23/11/2010 16:54, JULIO GOMEZ escribi=C3=B3: =20=20=20=20 =C2=A0 =20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Muchas Gracias, logre hacerlo exitosamente!!!=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Saludo!! =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 --- El jue, 11/18/10, Rub=C3=A9n Cl=C3=A9rigo <ruben@= nroot.info> escribi=C3=B3: =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 De: Rub=C3=A9n Cl=C3=A9rigo <[email protected]> Asunto: Re: [javaSpain] URL friendly SEO A: [email protected] Fecha: jueves, 18 de noviembre de 2010, 10:46 am =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =C2=A0 = =20 No se si urlrewrite tiene una forma de extraer datos de base de datos seg=C3=BAn procesa el filtro de url, pero me extra=C3=B1ar=C3=ADa, as=C3=AD que por lo que= yo se la =C3=BAnica forma de hacerlo es la que te indico, sacar el encabezado del art=C3=ADculo de la base de datos y ponerlo al crear la p=C3=A1gina como parte de la url (ya sea como par=C3=A1metro y que lo procese urlrewrite co= n un filtro out, o directamente generando la url bonita http://sitio.com/articulo/30/3/2/e= ncabezado = =20 Luego con urlrewrite har=C3=ADas un filtro de entrada que tome esa url y la convierta en = =20 http://sitio.com/articles.jsp?id=3D30&cat=3D3= &prio=3D2 = =20 = =20 = =20 = =20 El 18/11/2010 17:36, JULIO GOMEZ escribi=C3= =B3: = =20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 = =20 =C2=A0si es mia yo la controlo. = =20 --- El jue, 11/18/10, Rub=C3=A9n Cl=C3=A9rigo <ruben@= nroot.info> escribi=C3=B3: = =20 De: Rub=C3=A9n Cl=C3=A9rigo <ru= [email protected]> Asunto: Re: [javaSpain] URL friendly SEO A: [email protected] Fecha: jueves, 18 de noviembre de 2010, 09:50 am = =20 = =20 =C2=A0 = =20 =C2=BFLa generaci=C3=B3n d= e la p=C3=A1gina que contiene = el enlace http://sitio.com/a= rticles.jsp?id=3D30&cat=3D3&prio=3D2 no es tuya? =C2=BFEs un enlace externo que entra a tu web desde un sitio que no controlas? = =20 = =20 El 18/11/2010 16:36, JULIO GOMEZ escribi=C3=B3= : = =20 = =20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 recuerda que lo que tengo al inicio es esto = =20 http://sitio.com/= articles.jsp?id=3D30&cat=3D3&prio=3D2 = =20 por medio de esos valores tu obtienes el articulo. = =20 http://sitio.com/= articles.jsp/encabezado = =20 = =20 = =20 --- El jue, 11/18/10, Rub=C3=A9n Cl=C3= =A9rigo <[email protected]= > escribi=C3=B3: = =20 De: Rub=C3=A9n Cl=C3=A9rigo <rub= [email protected]> Asunto: Re: [javaSpain] URL friendly SEO A: javaSpain@yaho= ogroups.com Fecha: jueves, 18 de noviembre de 2010, 09:24 am = =20 = =20 =C2=A0 = =20 Al generar la url la metes dentro de un=20 = =20 response.encodeURL("www.hola.com/?id=3DEncabezado noticia") = =20 =C2=A0y luego en urlrewrite creas un filtro de tipo "out" que procese eso y lo convierta en=20 = =20 "www.hola.com/Enc= abezado noticia/". = =20 Suerte. = =20 = =20 El 18/11/2010 15:28, JULIO GOMEZ escribi=C3=B3:=20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 = =20 si, pero como pasarias el encabezado de la noticia a la url? = =20 = =20 = =20 = =20 --- El jue, 11/18/10, Rub=C3=A9n Cl=C3= =A9rigo <[email protected]= > escribi=C3=B3: = =20 De: Rub=C3=A9n Cl=C3=A9rigo <rub= [email protected]> Asunto: Re: [javaSpain] URL friendly SEO A: javaSpain@yaho= ogroups.com Fecha: jueves, 18 de noviembre de 2010, 02:14 am = =20 = =20 =C2=A0 = =20 http://tuckey.or= g/urlrewrite/ es lo que necesitas. Funciona muy bien una vez le coges el truco. = =20 = =20 El 17/11/2010 22:46, JULIO GOMEZ escribi=C3=B3:=20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 =C2=A0 Hola. me pueden ayudar con esto = =20 actualmente en mi programa tengo la url de esta mandero = =20 http://sitio.com/= articles.jsp?id=3D30&cat=3D3&prio=3D2 = =20 pero me gustaria tener algo de esta manera = =20 http://sitio.com/= articles/my-articulo = =20 he revisasdo varias frameworks como estos = =20 http://tuckey.org= /urlrewrite/ = =20 pero tengo varios parametros que necesito pasar. y no se como mostrar el tema de la noticia = =20 Saludos = =20 = =20 = =20 = =20 = =20 = =20 = =20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 =C2=A0 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 = =20 =C2=A0 = =20 = =20 = =20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20 =C2=A0 =20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20 =20=20=20=20=20=20 =20=20=20=20 =20=20 =20=20=20=20 =20=20=20=20=20 =20=20=20=20 =20=20=20=20 =20 =20=20 =20=20=20=20=20=20 --0-1978394419-1290605397=:45562 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/htm= l4/strict.dtd"> <html> <head> </head> <body style=3D"background-color: #fff;"> <span style=3D"display:none"> </span> <!--~-|**|PrettyHtmlStartT|**|-~--> <div id=3D"ygrp-mlmsg" style=3D"position:relative;"> <div id=3D"ygrp-msg" style=3D"z-index: 1;"> <!--~-|**|PrettyHtmlEndT|**|-~--> <div id=3D"ygrp-text" > =20=20=20=20=20=20 =20=20=20=20=20=20 <p><table cellspacing=3D"0" cellpadding=3D"0" border=3D"0"><tr><td va= lign=3D"top" style=3D"font: inherit;">Si aqui va mas o menos la aplicacion.= <br><br>Lo trabaje con el http://www.tuckey.org/urlrewrite/ 3.2<br><br>crea= s una <rule> en el urlrewrite.xlm<br><br><rule> &nbs= p; <br> <from>= ;/noticia/(.*)/([0-9]+)/([0-9]+)/([0-9]+)$</from> &n= bsp; <br> <t= o>articles.jsp?title=3D$1&amp;id=3D$2&amp;cat=3D$3&amp;prio= =3D$4 </to><br></rule><br><br>en donde "noticia" es una archivo= cualquiera sin extencion alguna.<br>la opcion (.*) indica para todo, ya se= a texto o numero, independientemente<br>de la cantidad de caracteres o si l= leva algun otro caracter tal como ( - , . ? + =3D ) entre<br>otros.<br><br>= Para no tener problemas con los titulos realize un replaceAll.<br><br><br>l= a opcion ([0-9]+) lee numeros solamente.<br><br>Saludos, espero que les sea util.<br><br><br>---= El <b>mi=C3=A9, 11/24/10, Rub=C3=A9n Cl=C3=A9rigo <i><[email protected]&= gt;</i></b> escribi=C3=B3:<br><blockquote style=3D"border-left: 2px solid r= gb(16, 16, 255);"><br>De: Rub=C3=A9n Cl=C3=A9rigo <[email protected]><= br>Asunto: Re: [javaSpain] URL friendly SEO<br>A: [email protected]= <br>Fecha: mi=C3=A9rcoles, 24 de noviembre de 2010, 02:48 am<br><br><div id= =3D"yiv1341568617"> <span> </span> <div id=3D"yiv1341568617ygrp-text"> =20=20=20=20=20=20 =20=20=20=20=20=20 <p> =20=20 =20=20 Estupendo. Cu=C3=A9ntanos c=C3=B3mo por si nos sirve a los dem=C3=A1s e= n un futuro.<br> <br> <br> El 23/11/2010 16:54, JULIO GOMEZ escribi=C3=B3: </p><blockquote type=3D"cite"> <span> </span> =20=20=20=20=20=20 <div id=3D"yiv1341568617ygrp-text"> <p> <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0"> <tbody> <tr> <td style=3D"font: inherit;" valign=3D"top"><br> Muchas Gracias, logre hacerlo exitosamente!!! <br> <br> Saludo!!<br> <br> <br> <br> --- El <b>jue, 11/18/10, Rub=C3=A9n Cl=C3=A9rigo <i><= a rel=3D"nofollow" class=3D"yiv1341568617moz-txt-link-rfc2396E" ymailto=3D"= mailto:[email protected]" target=3D"_blank" href=3D"/mc/compose?to=3Druben@n= root.info"><[email protected]></a></i></b> escribi=C3=B3:<br> <blockquote style=3D"border-left: 2px solid rgb(16, 1= 6, 255);"><br> De: Rub=C3=A9n Cl=C3=A9rigo <a rel=3D"nofollow" cla= ss=3D"yiv1341568617moz-txt-link-rfc2396E" ymailto=3D"mailto:[email protected]= o" target=3D"_blank" href=3D"/mc/[email protected]"><ruben@n= root.info></a><br> Asunto: Re: [javaSpain] URL friendly SEO<br> A: <a rel=3D"nofollow" class=3D"yiv1341568617moz-tx= t-link-abbreviated" ymailto=3D"mailto:[email protected]" target=3D"= _blank" href=3D"/mc/[email protected]">javaSpain@yahoo= groups.com</a><br> Fecha: jueves, 18 de noviembre de 2010, 10:46 am<br= > <br> <div id=3D"yiv1341568617yiv292341872"> <span> </span> <div id=3D"yiv1341568617yiv292341872ygrp-text"> <p> No se si urlrewrite tiene una forma de extraer datos de base de datos seg=C3=BAn procesa el filtro de url, pero me extra=C3=B1ar=C3=ADa, as=C3=AD que por lo que= yo se la =C3=BAnica forma de hacerlo es la que te indico, sacar el encabezado del art=C3=ADculo de la base de datos y ponerlo al crear la p=C3=A1gina como parte de la url (ya sea como par=C3=A1metro y que lo procese urlrewrite co= n un filtro out, o directamente generando la url bonita <a rel=3D"nofollow" target=3D"_bla= nk" href=3D"http://mysite.com/articles/articleId">http://sitio.com/articulo= /30/3/2/encabezado</a><br> <br> Luego con urlrewrite har=C3=ADas un filtro de entrada que tome esa url y la convierta en <br> <a rel=3D"nofollow" target=3D"_blank" href=3D= "http://mysite.com/articles/articleId">http://sitio.com/articles.jsp?id=3D3= 0</a>&cat=3D3&prio=3D2<br> <br> <br> <br> <br> El 18/11/2010 17:36, JULIO GOMEZ escribi=C3= =B3: </p> <blockquote type=3D"cite"> <span> </span> <div id=3D"yiv1341568617yiv292341872ygrp-text= "> <p> <table border=3D"0" cellpadding=3D"0" cel= lspacing=3D"0"> <tbody> <tr> <td style=3D"font: inherit;" valign= =3D"top"><br> <br> si es mia yo la controlo.<b= r> <br> --- El <b>jue, 11/18/10, Rub=C3=A9n Cl=C3=A9rigo <i><a r= el=3D"nofollow" class=3D"yiv1341568617yiv292341872moz-txt-link-rfc2396E">&l= t;[email protected]></a></i></b> escribi=C3=B3:<br> <blockquote style=3D"border-left:= 2px solid rgb(16, 16, 255);"><br> De: Rub=C3=A9n Cl=C3=A9rigo <a = rel=3D"nofollow" class=3D"yiv1341568617yiv292341872moz-txt-link-rfc2396E">&= lt;[email protected]></a><br> Asunto: Re: [javaSpain] URL friendly SEO<br> A: <a rel=3D"nofollow" class=3D= "yiv1341568617yiv292341872moz-txt-link-abbreviated">[email protected]= om</a><br> Fecha: jueves, 18 de noviembre de 2010, 09:50 am<br> <br> <div id=3D"yiv1341568617yiv2923= 41872yiv901949133"> <span> </span> <div id=3D"yiv1341568617yiv29= 2341872yiv901949133ygrp-text"> <p> =C2=BFLa generaci=C3=B3= n de la p=C3=A1gina que contiene = el enlace <a rel=3D"nofollow= " target=3D"_blank" href=3D"http://mysite.com/articles/articleId">http://si= tio.com/articles.jsp?id=3D30</a>&cat=3D3&prio=3D2 no es tuya? =C2=BFEs un enlace externo que entra a tu web desde un sitio que no controlas?<br> <br> <br> El 18/11/2010 16:36, JULIO GOMEZ escribi=C3=B3= : </p> <blockquote type=3D"cite"> <span> </span> <div id=3D"yiv1341568617y= iv292341872yiv901949133ygrp-text"> <p> <table border=3D"0" c= ellpadding=3D"0" cellspacing=3D"0"> <tbody> <tr> <td style=3D"font= : inherit;" valign=3D"top"><br> recuerda que lo que tengo al inicio es esto<br> <br> <a rel=3D"nofollo= w" target=3D"_blank" href=3D"http://mysite.com/articles/articleId">http://s= itio.com/articles.jsp?id=3D30</a>&cat=3D3&prio=3D2<br> <br> por medio de esos valores tu obtienes el articulo.<br> <br> <a rel=3D"nofollo= w" target=3D"_blank" href=3D"http://mysite.com/articles/articleId">http://s= itio.com/articles.jsp/encabezado</a><br> <br> <br> <br> --- El <b>jue, 11/18/10, Rub=C3=A9n Cl=C3= =A9rigo <i><a rel=3D"nofo= llow" class=3D"yiv1341568617yiv292341872yiv901949133moz-txt-link-rfc2396E">= <[email protected]></a></i></b> escribi=C3=B3:<br= > <blockquote style= =3D"border-left: 2px solid rgb(16, 16, 255);"><br> De: Rub=C3=A9n Cl=C3=A9rigo <a r= el=3D"nofollow" class=3D"yiv1341568617yiv292341872yiv901949133moz-txt-link-= rfc2396E"><[email protected]></a><br> Asunto: Re: [javaSpain] URL friendly SEO<br> A: <a rel=3D"nofo= llow" class=3D"yiv1341568617yiv292341872yiv901949133moz-txt-link-abbreviate= d">[email protected]</a><br> Fecha: jueves, 18 de noviembre de 2010, 09:24 am<br= > <br> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542"> <span> </spa= n> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542ygrp-text"> <p> Al generar la url la metes dentro de un <br> <br> response.encodeURL("<a rel=3D"nofollow" class=3D"yiv1341568617yiv292341872y= iv901949133yiv377538542moz-txt-link-abbreviated" target=3D"_blank" href=3D"= http://www.hola.com/?id=3DEncabezado">www.hola.com/?id=3DEncabezado</a> noticia")<br> <br> y luego en urlrewrite creas un filtro de tipo "out" que procese eso y lo convierta en <br> <br> "<a rel=3D"nofoll= ow" class=3D"yiv1341568617yiv292341872yiv901949133yiv377538542moz-txt-link-= abbreviated" target=3D"_blank" href=3D"http://www.hola.com/Encabezado">www.= hola.com/Encabezado</a> noticia/".<br> <br> Suerte.<br> <br> <br> El 18/11/2010 15:28, JULIO GOMEZ escribi=C3=B3: </= p> <blockquote type= =3D"cite"> <span> </span> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542ygrp-text"> <p> <table border=3D"= 0" cellpadding=3D"0" cellspacing=3D"0"> <tbody> <tr> <td style=3D"font= : inherit;" valign=3D"top"><br> <br> si, pero como pasarias el encabezado de la noticia a la url?<br> <br> <br> <br> <br> --- El <b>jue, 11/18/10, Rub=C3=A9n Cl=C3= =A9rigo <i><a rel=3D"nofo= llow" class=3D"yiv1341568617yiv292341872yiv901949133yiv377538542moz-txt-lin= k-rfc2396E"><[email protected]></a></i></b> escribi=C3=B3:<br= > <blockquote style= =3D"border-left: 2px solid rgb(16, 16, 255);"><br> De: Rub=C3=A9n Cl=C3=A9rigo <a r= el=3D"nofollow" class=3D"yiv1341568617yiv292341872yiv901949133yiv377538542m= oz-txt-link-rfc2396E"><[email protected]></a><br> Asunto: Re: [javaSpain] URL friendly SEO<br> A: <a rel=3D"nofo= llow" class=3D"yiv1341568617yiv292341872yiv901949133yiv377538542moz-txt-lin= k-abbreviated">[email protected]</a><br> Fecha: jueves, 18 de noviembre de 2010, 02:14 am<br= > <br> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542yiv400702648"> <span> </spa= n> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542yiv400702648ygrp-text"> <p> <a rel=3D"nof= ollow" class=3D"yiv1341568617yiv292341872yiv901949133yiv377538542yiv4007026= 48moz-txt-link-freetext" target=3D"_blank" href=3D"http://tuckey.org/urlrew= rite/">http://tuckey.org/urlrewrite/</a> es lo que necesitas. Funciona muy bien una vez le coges el truco.<br> <br> <br> El 17/11/2010 22:46, JULIO GOMEZ escribi=C3=B3: </= p> <blockquote type= =3D"cite"> <span> </span> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542yiv400702648ygrp-text"> <p> <table border=3D"= 0" cellpadding=3D"0" cellspacing=3D"0"> <tbody> <tr> <td style=3D"font= : inherit;" valign=3D"top"> <div id=3D"yiv134= 1568617yiv292341872yiv901949133yiv377538542yiv400702648yiv33510435"> <= br> Hola. me pueden ayudar con esto<br> <br> actualmente en mi programa tengo la url de esta mandero<br> <br> <a rel=3D"nofollo= w" target=3D"_blank" href=3D"http://mysite.com/articles/articleId">http://s= itio.com/articles.jsp?id=3D30</a>&cat=3D3&prio=3D2<br> <br> pero me gustaria tener algo de esta manera<br> <br> <a rel=3D"nofollo= w" target=3D"_blank" href=3D"http://mysite.com/articles/articleId">http://s= itio.com/articles/my-articulo</a><br> <br> he revisasdo varias frameworks como estos<br> <br> <a rel=3D"nofollo= w" class=3D"yiv1341568617yiv292341872yiv901949133yiv377538542yiv400702648mo= z-txt-link-freetext" target=3D"_blank" href=3D"http://tuckey.org/urlrewrite= /">http://tuckey.org/urlrewrite/</a><br> <br> pero tengo varios parametros que necesito pasar. y no<br> se como mostrar el tema de la noticia<br> <br> Saludos<br> <br> </div> </td> </tr> </tbody> </table> <br> </p> </div> </blockquote> </div> </div> </blockquote> </td> </tr> </tbody> </table> <br> </p> </div> </blockquote> </div> </div> </blockquote> </td> </tr> </tbody> </table> <br> </p> </div> </blockquote> </div> </div> </blockquote> </td> </tr> </tbody> </table> <br> </p> </div> </blockquote> </div> </div> </blockquote> </td> </tr> </tbody> </table> <br> </p> </div> =20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20 =20=20=20=20=20=20 </blockquote> =20=20 </div> =20=20=20=20=20 =20 </div></blockquote></td></tr></table><br> </p> </div> =20=20=20=20=20 <!--~-|**|PrettyHtmlStart|**|-~--> <div style=3D"color: #fff; height: 0;">__._,_.___</div> =20=20=20=20=20=20=20=20 =20=20 =20=20=20 <div id=3D"ygrp-actbar" style=3D"clear: both; margin-bottom: 10px; whit= e-space: nowrap; color: #666; padding-top: 15px;"> <div> <a href=3D"mailto:juliog85-/[email protected]?subject=3DRe%3A%20%5BjavaSpain= %5D%20URL%20friendly%20SEO" style=3D"margin-right: 0; padding-right: 0;"> Responder a <span style=3D"font-weight: 700;">remitente</span></a> | <a href=3D"mailto:[email protected]?subject=3DRe%3A%20%5Bja= vaSpain%5D%20URL%20friendly%20SEO"> Responder a <span style=3D"font-weight: 700;">grupo</span></a> | <a href=3D"http://es.groups.yahoo.com/group/javaSpain/post;_ylc= =3DX3oDMTJxbnZ0Z2NhBF9TAzk3NDkwNDYzBGdycElkAzE5NDEzNDUEZ3Jwc3BJZAMxNjYwMzk2= MDU2BG1zZ0lkAzI1Njk4BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTI5MDYwNTM5OQ--?act=3D= reply&messageNum=3D25698">Responder <span style=3D"font-weight: 700;">media= nte la Web</span></a> | <a href=3D"http://es.groups.yahoo.com/group/javaSpain/post;_yl= c=3DX3oDMTJlMGJub21sBF9TAzk3NDkwNDYzBGdycElkAzE5NDEzNDUEZ3Jwc3BJZAMxNjYwMzk= 2MDU2BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTI5MDYwNTM5OQ--" style=3D"font-weight= : 700;">Crear un tema nuevo</a> </div> <a href=3D"http://es.groups.yahoo.com/group/javaSpain/messa= ge/25608;_ylc=3DX3oDMTM2cTgwcGVuBF9TAzk3NDkwNDYzBGdycElkAzE5NDEzNDUEZ3Jwc3B= JZAMxNjYwMzk2MDU2BG1zZ0lkAzI1Njk4BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTI5MDYwNT= M5OQR0cGNJZAMyNTYwOA--">Mensajes con este tema</a> (<span style=3D"font-weight: 700;">14</span>) </div>=20 <!------- Start Nav Bar ------> <!-- |**|begin egp html banner|**| --> <div id=3D"ygrp-vital" style=3D"background-color: #e0ecee; font-family: Ver= dana; font-size: 10px; margin-bottom: 10px; padding: 10px;"> <span id=3D"vithd" style=3D"font-weight: bold; color: #333; text-tran= sform: uppercase; ">Actividad reciente:</span> <ul style=3D"list-style-type: none; margin: 0; padding: 0; display: inl= ine;"> </ul> =20=20=20=20 <div style=3D"clear: both; padding-top: 2px; color: #1e66ae;"> <a href=3D"http://es.groups.yahoo.com/group/javaSpain;_ylc=3DX3oDMTJlcz= ZsMmdtBF9TAzk3NDkwNDYzBGdycElkAzE5NDEzNDUEZ3Jwc3BJZAMxNjYwMzk2MDU2BHNlYwN2d= GwEc2xrA3ZnaHAEc3RpbWUDMTI5MDYwNTM5OQ--" style=3D"text-decoration: none;">V= isita tu grupo</a> </div> </div> <div id=3D"ygrp-grfd" style=3D"font-family: Verdana; font-size: 12px;= padding: 15px 0;"> =20=20=20=20=20=20 <!-- |**|begin egp html banner|**| --> Para cancelar su subscripci=C3=B3n a este grupo, env=C3=ADe un mensaj= e de correo electr=C3=B3nico a:<BR> [email protected]<BR> <BR> =20=20=20=20=20=20 <!-- |**|end egp html banner|**| --> </div> =20=20 <div id=3D"ft" style=3D"font-family: Arial; font-size: 11px; margin-top: 5p= x; padding: 0 2px 0 0; clear: both;"> <a href=3D"http://es.groups.yahoo.com/;_ylc=3DX3oDMTJkZmE0ZWU5BF9TAzk3NDk= wNDYxBGdycElkAzE5NDEzNDUEZ3Jwc3BJZAMxNjYwMzk2MDU2BHNlYwNmdHIEc2xrA2dmcARzdG= ltZQMxMjkwNjA1Mzk5" style=3D"float: left;"><img src=3D"http://l.yimg.com/a/= i/us/yg/logo/es.gif" height=3D"19" width=3D"141" alt=3D"Yahoo! Grupos" styl= e=3D"border: 0;"/></a> <div style=3D"color: #747575; float: right;">Cambiar a: <a href=3D"mailto= :[email protected]?subject=3DCambiar Formato de Env=C3= =83=C2=ADo: Tradicional" style=3D"text-decoration: none;">Solo Texto</a>, <= a href=3D"mailto:[email protected]?subject=3DEnv=C3=83=C2=AD= o de Correo: Rese=C3=83=C2=B1a" class=3D"margin-rt" style=3D"text-decoratio= n: none;">Rese\xc3\xb1a Diaria</a> • <a href=3D"mailto:javaSpain-unsub= [email protected]?subject=3DCancelar suscripci=C3=B3n" style=3D"text-d= ecoration: none;">Cancelar suscripci=C3=B3n</a> • <a href=3D"http://es= .docs.yahoo.com/info/utos.html" style=3D"text-decoration: none;">Condicione= s de uso</a></div> </div> <!-- |**|end egp html banner|**| --> </div> <!-- ygrp-msg --> <!-- Sponsor --> <!-- |**|begin egp html banner|**| --> <div id=3D"ygrp-sponsor" style=3D"width:160px; float:right; clear:none; m= argin:0 0 25px 0; background: #fff;"> <!-- Start Recommendations --> <div id=3D"ygrp-reco"> </div> <!-- End Recommendations --> </div> <!-- |**|end egp html banner|**| --> <div style=3D"clear:both; color: #FFF; font-size:1px;">.</div> </div> <img src=3D"http://geo.yahoo.com/serv?s=3D97490463/grpId=3D1941345/grpspI= d=3D1660396056/msgId=3D25698/stime=3D1290605399/nc1=3D1/nc2=3D2/nc3=3D3" wi= dth=3D"1" height=3D"1"> <br> <div style=3D"color: #fff; height: 0;">__,_._,___</div> <!--~-|**|PrettyHtmlEnd|**|-~--> </body> <!--~-|**|PrettyHtmlStart|**|-~--> <head> <style type=3D"text/css"> <!-- #ygrp-mkp { border: 1px solid #d8d8d8; font-family: Arial; margin: 10px 0; padding: 0 10px; } #ygrp-mkp hr { border: 1px solid #d8d8d8; } #ygrp-mkp #hd { color: #628c2a; font-size: 85%; font-weight: 700; line-height: 122%; margin: 10px 0; } #ygrp-mkp #ads { margin-bottom: 10px; } #ygrp-mkp .ad { padding: 0 0; } #ygrp-mkp .ad p { margin: 0; } #ygrp-mkp .ad a { color: #0000ff; text-decoration: none; } #ygrp-sponsor #ygrp-lc { font-family: Arial; } #ygrp-sponsor #ygrp-lc #hd { margin: 10px 0px; font-weight: 700; font-size: 78%; line-height: 122%; } #ygrp-sponsor #ygrp-lc .ad { margin-bottom: 10px; padding: 0 0; } a { color: #1e66ae; } #actions { font-family: Verdana; font-size: 11px; padding: 10px 0; } #activity { background-color: #e0ecee; float: left; font-family: Verdana; font-size: 10px; padding: 10px; } #activity span { font-weight: 700; } #activity span:first-child { text-transform: uppercase; } #activity span a { color: #5085b6; text-decoration: none; } #activity span span { color: #ff7900; } #activity span .underline { text-decoration: underline; } .attach { clear: both; display: table; font-family: Arial; font-size: 12px; padding: 10px 0; width: 400px; } .attach div a { text-decoration: none; } .attach img { border: none; padding-right: 5px; } .attach label { display: block; margin-bottom: 5px; } .attach label a { text-decoration: none; } =20=20 blockquote { margin: 0 0 0 4px; } .bold { font-family: Arial; font-size: 13px; font-weight: 700; } .bold a { text-decoration: none; } dd.last p a { font-family: Verdana; font-weight: 700; } dd.last p span { margin-right: 10px; font-family: Verdana; font-weight: 700; } dd.last p span.yshortcuts { margin-right: 0; } div.attach-table div div a { text-decoration: none; } div.attach-table { width: 400px; } div.file-title a, div.file-title a:active, div.file-title a:hover, div.fi= le-title a:visited { text-decoration: none; } div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div= .photo-title a:visited { text-decoration: none; } div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts { font-family: Verdana; font-size: 10px; font-weight: normal; } .green { color: #628c2a; } .MsoNormal { margin: 0 0 0 0; } o { font-size: 0; } #photos div { float: left; width: 72px; } #photos div div { border: 1px solid #666666; height: 62px; overflow: hidden; width: 62px; } #photos div label { color: #666666; font-size: 10px; overflow: hidden; text-align: center; white-space: nowrap; width: 64px; } #reco-category { font-size: 77%; } #reco-desc { font-size: 77%; } .replbq { margin: 4px; } #ygrp-actbar div a:first-child { /* border-right: 0px solid #000;*/ margin-right: 2px; padding-right: 5px; } #ygrp-mlmsg { font-size: 13px; font-family: Arial, helvetica,clean, sans-serif; *font-size: small; *font: x-small; } #ygrp-mlmsg table { font-size: inherit; font: 100%; } #ygrp-mlmsg select, input, textarea { font: 99% Arial, Helvetica, clean, sans-serif; } #ygrp-mlmsg pre, code { font:115% monospace; *font-size:100%; } #ygrp-mlmsg * { line-height: 1.22em; } #ygrp-mlmsg #logo { padding-bottom: 10px; } #ygrp-mlmsg a { color: #1E66AE; } #ygrp-msg p a { font-family: Verdana; } #ygrp-msg p#attach-count span { color: #1E66AE; font-weight: 700; } #ygrp-reco #reco-head { color: #ff7900; font-weight: 700; } #ygrp-reco { margin-bottom: 20px; padding: 0px; } #ygrp-sponsor #ov li a { font-size: 130%; text-decoration: none; } #ygrp-sponsor #ov li { font-size: 77%; list-style-type: square; padding: 6px 0; }=20 #ygrp-sponsor #ov ul { margin: 0; padding: 0 0 0 8px; } #ygrp-text { font-family: Georgia; } #ygrp-text p { margin: 0 0 1em 0; } #ygrp-text tt { font-size: 120%; } #ygrp-vital ul li:last-child { border-right: none !important;=20 }=20 --> </style> </head> <!--~-|**|PrettyHtmlEnd|**|-~--> </html> <!-- end group email --> --0-1978394419-1290605397=:45562--