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.
661
Other software / SMF on SOPA
« on January 5th, 2012, 07:51 PM »662
The Pub / Re: Logo Madness
« on January 5th, 2012, 04:45 PM »Maybe I should do an actual compilation of my favorites in one post...
663
Other software / Re: A little something I threw together
« on January 5th, 2012, 02:10 PM »
I like it!! :D
664
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:
665
Off-topic / Re: CloudFlare
« on January 4th, 2012, 09:58 PM »Oh. So it breaks any classic stats. Although I don't use any Eheh.
There are a lot of options you can choose, for example the automatic minification of CSS and javascript. or the forced support to IPv6, hotlink protection, the possibility to "crypt" emails in plain text present in your website and so on. :)
666
Off-topic / Re: CloudFlare
« on January 4th, 2012, 07:56 PM »Oh I see. They act as a proxy then?
CloudFlare acts as a proxy so once you sign up for CloudFlare all connecting IPs will come from the CloudFlare IP address.
667
Off-topic / Re: CloudFlare
« on January 4th, 2012, 07:49 PM »Again, is this a host (i.e. you upload your files to their servers), do they host entire files or select files, etc...?
668
Off-topic / Re: CloudFlare
« on January 4th, 2012, 07:40 PM »
I tried CF on 3 of my domains and it works really well! It not only speeds up your website (significantly) by doing some caching operations "upstream" (they also have a server in Paris :) ), it also enhance security.
From a FAQ:
CloudFlare is a broad security solution that is designed to provide protection from many forms of malicious activity online including: comment spam, email harvesting, credential hacking, web software vulnerability, cross-site scripting (XSS) and SQL injection attacks. Both XSS and SQL injection attack protection are part of the Pro service.
From a FAQ:
CloudFlare is a broad security solution that is designed to provide protection from many forms of malicious activity online including: comment spam, email harvesting, credential hacking, web software vulnerability, cross-site scripting (XSS) and SQL injection attacks. Both XSS and SQL injection attack protection are part of the Pro service.
669
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? ;)
671
Off-topic / iPhone 4 on CSS3 + Javascript
« on January 4th, 2012, 03:32 AM »672
Off-topic / Re: Boycott GoDaddy
« on December 26th, 2011, 02:48 PM »
Luckily I don't use GoDaddy! ;)
673
Off-topic / Re: I couldn't sleep
« on December 11th, 2011, 03:20 PM »Or, make an iPad app for it, I imagine the touch aspect would work pretty well.
I'd buy it!
Posted: December 11th, 2011, 03:17 PM
http://arantor.org/meteor-storm/
Here's the deal: You're a spaceship caught in a meteor storm, one of your engines is burned out so you drift to the left, but you can use the other to push you to the right.
674
Off-topic / Re: Help on HTML5 animation (fallback)
« on November 19th, 2011, 04:43 PM »
Yes!! I'm really sorry but we were so packed.. :(
my gf wanted to visit every m^2 of Paris.. Now i think i know it better than parisiens.. :P
my gf wanted to visit every m^2 of Paris.. Now i think i know it better than parisiens.. :P
675
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)?