domingo, 21 de diciembre de 2008
viernes, 12 de diciembre de 2008
Forrest Whitaker + syncope
Etiquetas: forrest whitaker, jazz, movie
Publicado por Unknown en 9:48 p.m. 0 comentarios
martes, 9 de diciembre de 2008
Limit file uploads by extension
Nice & easy! A great JS Script... I'm keeping the credits, this ain't mine!
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: ArjoGod, Shauna Merritt -->
<!-- Modified By: Ronnie T. Moore, Editor -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
extArray = new Array(".jpg");
function LimitAttach(form, file) {
allowSubmit = false;
if (!file) return;
while (file.indexOf("\\") != -1)
file = file.slice(file.indexOf("\\") + 1);
ext = file.slice(file.indexOf(".")).toLowerCase();
for (var i = 0; i < extArray.length; i++) {
if (extArray[i] == ext) { allowSubmit = true; break; }
}
if (allowSubmit) form.submit();
else
alert("Please only upload files that end in types: "
+ (extArray.join(" ")) + "\nPlease select a new "
+ "file to upload and submit again.");
}
// End -->
</script>
And to make it work, just apply it on the submit input
<input type="submit" onclick="LimitAttach(this.form, this.form.input_file_name.value)" />
Etiquetas: JS
Publicado por Unknown en 3:19 p.m. 1 comentarios
domingo, 7 de diciembre de 2008
Please post your comments!
So, you might have noticed I've just redesigned this blog... or probably not as it seems not many people come here at all...
So, if you like it (or not) just post a comment. I'd also be happy to redesign your blog, website, personal cards or anything as I need money urgently cause I'll go to Europe in December and I might need to get some food or sleep!!!
I also added several news feeds. I specially like roten tomatoes reviews, I think they're pretty accurate most of the times.
Stay tunned! In my next post I'll explain how to use torrents so you can download movies, full discographies, tv series, and many other stuff... I've downloaded from torrents the full discography of The Beatles, Rolling Stones, Radiohead, Aerosmith, Pink Floyd and many others... TV series: several seasons of The Sopranos, The IT Crowd... and lots and lots of movies!! stay tunned!...
Publicado por Unknown en 8:07 p.m. 1 comentarios
lunes, 1 de diciembre de 2008
Spirits within things only lives in b&w
So there is light as there is shadow, but sometimes our mind just can't get what the eye can feel... but the heart knows what the heart knows, and that's what really matters...
Etiquetas: photo
Publicado por Unknown en 12:41 p.m. 1 comentarios