Monthly Archives: June 2015

Sucuri lunched Performance – A Website Performance Tool

Sucuri has lunched an Website Performance Tool.

We extract three key metrics that are critical to the performance of any website: connection time, time to first byte (TTFB) and total load time:

  • Connection time: It measures how long it takes for the TCP session to be established to your website. If you are a networking geek, it measures how long it takes for the 3-way handshake to be completed.
  • Time To First Byte (TTFB): This is one of the most important numbers to pay attention to, as it tells you how long it takes for the first byte to be received by the browser. This metric is important because as soon as the browser receives the first few bytes, it can start to load the page and display content to the end user.
  • Total Load Time: This shows how long it takes for the full page to be loaded.

To give us the visibility we need for these tests, we setup 13 globally distributed testing stations:

  • 4 in USA (New York, Atlanta, Dallas and Los Angeles)
  • 1 in Canada (Montreal)
  • 4 in Europe (Germany, UK, France and Netherlands)
  • 2 in Asia (Japan and Singapore)
  • 1 in South America (Brazil)
  • 1 in Australia

 

 

 

PHP – check if a file was changed under 10 mins ago

I need to cache results of a PHP glob of a folder…
This folder gets files uploaded via FTP from time to time and I need to prevent the script to perform a glob every time that the page is accessed.

 

$file = 'content.json' ; 
$time = 600 ; //in seconds 

if(!file_exists($file)) 
{ 
  echo 'does not exist' ;
  // lets call the function that makes the glob and create the content.json 
} 
else 
{ 
 if( time() - filemtime( $file ) <= $time ) 
 { 
 echo 'file last changed under 10 mins ago' ; 
 } 
 else 
 { 
 echo 'file last changed more than 10 mins ago' ;
 // lets call the function that makes the glob and create the content.json 
 } 
}

pornzrus – HTML5 Video Player like YouTube in jQuery plugin

Well, as you might know porn industry is sometimes associated to HUGE revolutions on media…

On the search for articles about HTML5 responsive video players I’v found this free video player from pornzrus.com.
This is a 100% copy past from their article.

Continue reading pornzrus – HTML5 Video Player like YouTube in jQuery plugin

SCAM ALERT! – Trademark Infringement Cease & Desist Notice for

SCAM ALERT!
I’v getting lots of emails like this….
Shit! People from Bellagio is sending me emails! HOORAY!

Hi PRIVACYDOTLINK CUSTOMER XXXXX

A third party has filed a trademark infringement cease and desist notice for your domain xxxxxx.com

You can download the notice here Download xxxxxxxx.com Domain Copyright Notice

In most cases you should take it seriously to avoid further legal trouble. However for random complaint
without any valid reason is quite common and you can ignore.

In case the copyright notice is applicable and unresolved contact your domain registrar and they will
help you to resolve the issue. Please note that, we don’t consult anyone individually.

Regards

Claim Domain Right

3600 Las Vegas Blvd. South. Las Vegas, NV 89109

 

 

 

 

  • Las Vegas Strip Map – Bellagio Hotel and Casino

    https://www.bellagio.com/map-directions/

    Las Vegas Strip Map & Directions. Location: Bellagio, 3600 Las Vegas Blvd. South,Las Vegas, NV 89109 702.693.7111. Property Map. Directions: Las Vegas …

 

Go Montenegro Domains, LLC, GoDaddy.com, LLC and some more

gomontenegrodomains

I was whoising a domain…

Registrar Registration Expiration Date: 2015-07-18T18:01:03Z
Registrar: Go Montenegro Domains, LLC
Registrar IANA ID: 1152
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4806242505

And I saw that it was registered on  Go Montenegro Domains, LLC – gomontenegrodomains.com – ok!…. godaddy… lets make a whois to gomontenegrodomains.com

Continue reading Go Montenegro Domains, LLC, GoDaddy.com, LLC and some more

Oshi – State of Flux

[soundcloud url=”https://api.soundcloud.com/tracks/189694264″ params=”auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true” width=”100%” height=”450″ iframe=”true” /]