This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
46
Off-topic / Third party DNS recursive resolvers (Google/OpenDNS/etc)
« on January 14th, 2012, 12:25 AM »
Question of the day: what DNS are you using? The one of your provider or third party DNS such as Google Public DNS or OpenDNS?
I'm undecided because there are a lot of pros and cons.. and I'm not completely sure that using for example Google Public DNS provide faster performance compared to "default" DNS.. expecially for users outside US!
What do you think? :)
I'm undecided because there are a lot of pros and cons.. and I'm not completely sure that using for example Google Public DNS provide faster performance compared to "default" DNS.. expecially for users outside US!
What do you think? :)
47
Off-topic / Chrome: clear all cookies at exit but one
« on January 12th, 2012, 06:38 PM »
I use the feature to auto-clean all my cookies when I exit Chrome.. I'd like to leave it but leave a few entries, a whitelist.
Is there a way..? I searched a bit but couldn't find any trick to do that.. :hmm:
Is there a way..? I searched a bit but couldn't find any trick to do that.. :hmm:
48
Off-topic / Strange problem with RewriteCond
« on January 8th, 2012, 12:50 AM »
I'm using this cond to redirect my forum.domain.com subdomain to domain.com/forum folder:
Code: [Select]
Everything works fine, except for Aeva links.. for example I have this image:
Code: [Select]
Instead of:
Code: [Select]
it gets redirected to:
Code: [Select]
So I get a 404 error.. seems like a char-set problem!
RewriteCond %{HTTP_HOST} ^[www\.]*forum.domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]Everything works fine, except for Aeva links.. for example I have this image:
http://forum.domain.com/index.php?action=media;sa=media;in=252;thumbInstead of:
http://domain.com/forum/index.php?action=media;sa=media;in=252;thumbit gets redirected to:
http://domain.com/forum/index.php?action=media%3bsa=media%3bin=252%3bthumbSo I get a 404 error.. seems like a char-set problem!
49
Other software / SMF on SOPA
« on January 5th, 2012, 07:51 PM »50
Off-topic / SPF records
« on January 5th, 2012, 02:56 AM »
Hi guys! :)
Is there a SPF records "expert"? :P
Is this entry correct: "v=spf1 all" ?
What's the differences between "v=spf1 all" and "v=spf1 ~all" and "v=spf1 +all"
If I use Google Apps on my domain, is a good thing to have (instead of the entries above) this one?
"v=spf1 include:_spf.google.com ~all"
Thanks in advance!! :cool:
Is there a SPF records "expert"? :P
Is this entry correct: "v=spf1 all" ?
What's the differences between "v=spf1 all" and "v=spf1 ~all" and "v=spf1 +all"
If I use Google Apps on my domain, is a good thing to have (instead of the entries above) this one?
"v=spf1 include:_spf.google.com ~all"
Thanks in advance!! :cool:
51
Off-topic / CloudFlare
« on January 4th, 2012, 06:40 PM »
I'm considering using it for some of my domains.. any opinions/experiences with this service? ;)
52
Off-topic / iPhone 4 on CSS3 + Javascript
« on January 4th, 2012, 03:32 AM »53
Off-topic / Help on HTML5 animation (fallback)
« on November 19th, 2011, 03:27 AM »
Hi guys! :)
Today I used Google Swiffy to convert a flash animation to a html5 animation.
After several attempts I managed to get my .html file, here it is (works with chrome, firefox, safari but not - as you can imagine - IE... anyway it's ok for me!): http://www.bombacarta.org/newsletter_modificata.html
Now the problem is: how do I "embed" it in a page? I used:
Code: [Select]
And it works. The questions are: 1) is that code correct? 2) how can I add a fallback for the users who can't run my html5 animation (best would be if they see the old .swf file or also a static image)?
Today I used Google Swiffy to convert a flash animation to a html5 animation.
After several attempts I managed to get my .html file, here it is (works with chrome, firefox, safari but not - as you can imagine - IE... anyway it's ok for me!): http://www.bombacarta.org/newsletter_modificata.html
Now the problem is: how do I "embed" it in a page? I used:
<embed src="http://www.bombacarta.org/newsletter_modificata.html" />And it works. The questions are: 1) is that code correct? 2) how can I add a fallback for the users who can't run my html5 animation (best would be if they see the old .swf file or also a static image)?
54
Off-topic / jQuery 1.7
« on November 4th, 2011, 10:12 AM »
New jQuery is out! New event API and other things: http://blog.jquery.com/2011/11/03/jquery-1-7-released/
55
Off-topic / MySQL Database access
« on November 3rd, 2011, 12:49 AM »
Hi! :)
Simple question: I have a website with a Mambo installation. I have FTP access and I can see the CMS configuration file with database name/password/host etc. The question is: how can I access to the database?
I don't have access to the server, I just have FTP access (and of course database name/password/ecc). Is there a way to know 1) if phpmyadmin is installed 2) if yes, the link for the administration panel ? And if phpmyadmin is not installed how can I access to the database and export the tables? :)
Sorry for the stupid question.. I always "encountered" websites for whom I had phpmyadmin installed and I knew the "link" where I could access it, so this time I don't know what to do.. :P
Simple question: I have a website with a Mambo installation. I have FTP access and I can see the CMS configuration file with database name/password/host etc. The question is: how can I access to the database?
I don't have access to the server, I just have FTP access (and of course database name/password/ecc). Is there a way to know 1) if phpmyadmin is installed 2) if yes, the link for the administration panel ? And if phpmyadmin is not installed how can I access to the database and export the tables? :)
Sorry for the stupid question.. I always "encountered" websites for whom I had phpmyadmin installed and I knew the "link" where I could access it, so this time I don't know what to do.. :P
56
Seems interesting!! :)
http://www.kendoui.com/
http://www.kendoui.com/
57
Off-topic / quirksmode.js
« on October 7th, 2011, 01:52 PM »58
Off-topic / Randomizing a jQuery slideshow
« on September 28th, 2011, 07:05 PM »
Hi everybody! I found out this script for jQuery that allows to have a nice slideshow with different captions for each slide.
Here's my demo, everything works fine except the "random" slides (with their captions though, not mixed!!) function...
In the comments a user says:Quote So I added these lines (as author also said):Quote But it didn't work... Captions and slides get mixed and it's a mess..
May I ask your help..?
Thanks!!!!
Here's my demo, everything works fine except the "random" slides (with their captions though, not mixed!!) function...
In the comments a user says:
Make a random number, and then address a list item with li:eq(X) as seen here:
$('ul.slideshow li:eq('+randNum+')').addClass('show');
By the way, that line also fixes a bug if you don't start with a li that has class="show" (which you wouldn't if you are randomly starting). If that class isn't added to the one that you randomly start with, it will keep "popping up" between fades on the other list items, until the slide show gets around to the second display of the image when it applies
current.animate({opacity: 0.0}, 500).removeClass('show');
//Generate a random number
var randNum = Math.floor(Math.random() * $('ul.slideshow li').length);
//Randomly pick up a slide
$('ul.slideshow li:eq('+randNum+')').addClass('show');
May I ask your help..?
Thanks!!!!
59
Off-topic / Help with background image (html)
« on September 12th, 2011, 06:08 PM »
Hi! :)
I'm creating a website for a school and I have a little problem with an image (gradient) used as background.
Here is the link: http://virgilio.lorenzoraffio.com/
When I browse the website with a large resolution, it's all good:
http://img43.imageshack.us/img43/5298/fullwebsite.jpg
But when I browse it with a lower res, the gradient has this problem:
http://img855.imageshack.us/img855/7843/reducedwebsite.jpg
I used this:
Code: [Select]
What should I change..? Thanks in advance guys! ;)
I'm creating a website for a school and I have a little problem with an image (gradient) used as background.
Here is the link: http://virgilio.lorenzoraffio.com/
When I browse the website with a large resolution, it's all good:
http://img43.imageshack.us/img43/5298/fullwebsite.jpg
But when I browse it with a lower res, the gradient has this problem:
http://img855.imageshack.us/img855/7843/reducedwebsite.jpg
I used this:
background: url("image_url") repeat-x scroll 0 0 transparentWhat should I change..? Thanks in advance guys! ;)
60
Off-topic / Bootstrap, from Twitter
« on September 2nd, 2011, 01:16 PM »
Seems interesting! :)
http://twitter.github.com/bootstrap/
http://twitter.github.com/bootstrap/