Hola lei por internet hacerca de lenguaje html php y creo que podria realizar una pagina web de noticias. el encabezado, el pie estaran en archivos aparte los llamaria con el codigo include y pienso aplicar css, mi pregunta o dilema es que, en mi pagina debo poner nuevas noticias diariamente y pienso que seria algo como esto:"creo una pagina escribo la noticia pego alguna foto adecuada le pongo el pie , el encabezado y el codigo que permita a mis visitantes comentar y la envio al servidor" . Ademas deseo que aparesca la pagina con la reciente noticia como si fuera la primera pero nose realmente como hacer esto. ¿ Abra alguna otra forma para ahorrar trabajo?, apreciare mucho cualquier ayuda , sugerencia o concejo.
Deseo diseñar una pagina web de noticias y necesito ayuda
Te recomiendo que uses BBDD y PHP porque sino te lamentaras.
Si yo quisiera eso mismo tendría un dilema, pues eso solo lo consigues sabiendo html, css, php y mysql, es decir, usando una base de datos en la que, a partir de un formulario, rellenarias titulo, contenido y añadirías las fotos e iria todo a parar a la base de datos. Luego con php el servidor construiría cada una de las páginas (una por artículo) y podrías facilmente colocar la última en la portada, ofrecer que los usuarios pongan comentarios a cada artículo, etc.
digo dilema porque eso te llevará tiempo y porque existe software ya terminado y listo para usar que hace eso precisamente. Por ejemplo un blog, o wordpress, etc.
Aprender y hacertelo tú mismo a tu gusto es flipante, pero requiere tiempo, errores, desesperaciones, etc, hasta que funciona todo bien.
Tú verás que decides. Aquí te apoyamos en lo que necesites!
digo dilema porque eso te llevará tiempo y porque existe software ya terminado y listo para usar que hace eso precisamente. Por ejemplo un blog, o wordpress, etc.
Aprender y hacertelo tú mismo a tu gusto es flipante, pero requiere tiempo, errores, desesperaciones, etc, hasta que funciona todo bien.
Tú verás que decides. Aquí te apoyamos en lo que necesites!
raulrivero escribió:Hola lei por internet hacerca de lenguaje html php y creo que podria realizar una pagina web de noticias. el encabezado, el pie estaran en archivos aparte los llamaria con el codigo include y pienso aplicar css, mi pregunta o dilema es que, en mi pagina debo poner nuevas noticias diariamente y pienso que seria algo como esto:"creo una pagina escribo la noticia pego alguna foto adecuada le pongo el pie , el encabezado y el codigo que permita a mis visitantes comentar y la envio al servidor" . Ademas deseo que aparesca la pagina con la reciente noticia como si fuera la primera pero nose realmente como hacer esto. ¿ Abra alguna otra forma para ahorrar trabajo?, apreciare mucho cualquier ayuda , sugerencia o concejo.
Estás hablando del preciso funcionamiento de Wordpress. Sigue ese camino.
Tambien puedes usar joomla como alternativa, aunque Wordpress es mucho mas fácil.
Hola a todos. Yo tambien necesito hacer precisamente lo mismo, aplicar todos esos detalles de noticias. y quisiera saber si alguien ya resolvio ese dilema y que me de orientacion para realizarlo. lei arriba que mencionan joomla y Wordpress pero no se mucho acerca de eso.
Muchas gracias de antemano, estare pendiente ... Laj.
Muchas gracias de antemano, estare pendiente ... Laj.
Yo tengo una sección de noticias parecida a la que comentáis pero en javascript y vinculada por rss; Lo ideal es que tengas esa sección en javascript (que la puedes definir en formato titulares, como la tengo yo o rollo titulares portada, osea un titular asociado a una imagen ) lo interesante de esta opción es que el usuario puede acceder a tu noticia con un click desde la sección de noticias; y lo bueno es que se actualizan "solas" (por fecha de publicación). Mi recomendación es que si puedes combines php y javascript
Hola. Creo que RaulRivero y yo estamos hablando d ealgo como por ejemplo: q al subir alguna noticia, los visitantes puedan hacer una critica o sugerencia , algo como este foro, solo que con imagenes. si no estoy mal Raul... porfa corrigeme. Laj....
Gracias Latinga. yo intente hacer ese procedimiento tambien pero hay un problemin que no entiendo como hacerlo por que ya he tratado de hacer lo q indican al momento de copiar los codigos pero hay un archivo que no me habre mi compu, quizas es por que no tengo algun programa o no la verdad tengo idea , por q ademas ya tengo el codigo IPA y se agregue.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
var mygallery2=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: "fadeshow2toggler"
})
</script>
ES AQUI EN DONDE ME ENCUENTRO EN PROBLEMAS POR QUE SEGUN ENTIENDO QUE DEBO HACERLE CLICK AL BOTON IZQUIERDO Y ME APARECE GUARDAR COMO,(fadeslideshow.js) PERO ES ALLI DONDE SOLO BAJA UN LOGO Y NO QUE QUE MAS HACERE POR Q LA VERDAD ESA IDEA ESTA EXCELENTE. o ESTOY HACIEDO MAL ALGO EN ESTE PROCESO?
The above code references 1 external file plus 3 images as part of its interface. Download them below (right click, and select "Save As"):
•fadeslideshow.js
• (check inside fadeslideshow.js to ensure that the paths to these 3 images are correct)
Step 2: Then, insert the following sample HTML for 2 sample Fade In slideshows:
Lo que siguiente tambien se lo he agregado:
<div id="fadeshow1"></div>
<br />
<div id="fadeshow2"></div>
<div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
<a href="#" class="prev"><img src="http://i31.tinypic.com/302rn5v.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://i30.tinypic.com/lzkux.png" style="border-width:0" /></a>
</div>
De antemano muchas gracias por la ayuda. Laj.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
var mygallery2=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: "fadeshow2toggler"
})
</script>
ES AQUI EN DONDE ME ENCUENTRO EN PROBLEMAS POR QUE SEGUN ENTIENDO QUE DEBO HACERLE CLICK AL BOTON IZQUIERDO Y ME APARECE GUARDAR COMO,(fadeslideshow.js) PERO ES ALLI DONDE SOLO BAJA UN LOGO Y NO QUE QUE MAS HACERE POR Q LA VERDAD ESA IDEA ESTA EXCELENTE. o ESTOY HACIEDO MAL ALGO EN ESTE PROCESO?
The above code references 1 external file plus 3 images as part of its interface. Download them below (right click, and select "Save As"):
•fadeslideshow.js
• (check inside fadeslideshow.js to ensure that the paths to these 3 images are correct)
Step 2: Then, insert the following sample HTML for 2 sample Fade In slideshows:
Lo que siguiente tambien se lo he agregado:
<div id="fadeshow1"></div>
<br />
<div id="fadeshow2"></div>
<div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
<a href="#" class="prev"><img src="http://i31.tinypic.com/302rn5v.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://i30.tinypic.com/lzkux.png" style="border-width:0" /></a>
</div>
De antemano muchas gracias por la ayuda. Laj.