Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
impressivewebs committed Jan 16, 2012
0 parents commit 6e1ca9c
Show file tree
Hide file tree
Showing 476 changed files with 4,670 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .htaccess
@@ -0,0 +1,29 @@
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.css3clickchart.com$
RewriteRule ^(.*)$ http://css3clickchart.com/$1 [R=301,L]

php_value output_handler ob_gzhandler

<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl|jpg|png|gif)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

#Gzip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>
#End Gzip

<files wp-config.php>
order deny,allow
deny from all
</files>

FileETag none
7 changes: 7 additions & 0 deletions README.md
@@ -0,0 +1,7 @@
# [Animation Fill Code](http://animationfillcode.com)

A tool that lets you paste your working WebKit, Mozilla, or IE10 keyframe animation code and then output the rest of the necessary code, including the standard syntax.

The app requires that you use working code that uses a single vendor prefix, and you must specify via a radio button which one you're entering (i.e., it won't auto-detect).

You can view a screencast explaining the tool here: http://www.youtube.com/watch?v=araO0Vli-j4
Binary file added apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e1ca9c

Please sign in to comment.