sumnima sumnima sumnima sumnima sumnima sumnima sumnima
Categories
blog domains

new domains with sitecake

http://rawi.ooo/
http://gumness.com/

Categories
blog Design Elementary OS gtk+ Linux Theme

Elementry OS Theme Design – Day 1

3 hrs found just some css that really matter to me.

gtk.css

@define-color colorPrimary #fff;

 

gtk-widgets.css

/*******
* CSD *
******/

.titlebar {
background-image: linear-gradient(to bottom,
shade (@colorPrimary, 0.95),
shade (@colorPrimary, 0.95)
);
border-color: shade (@colorPrimary, 0.56);
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 0 0 1px;

text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);
icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);

box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.20),
inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.60);

padding: 0 3px;
}

.titlebar:backdrop {
background-image: linear-gradient(to bottom,
shade (@colorPrimary, 0.96),
shade (@colorPrimary, 0.96)
);
background-color: shade (@colorPrimary, 1.10);
border-color: shade (@colorPrimary, 0.64);

box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.40);

-gtk-image-effect: dim;
}

Categories
blog js

Simple, All in one JS Plugins

http://formstone.it/

Categories
blog ecommerce extesion Fuck Off magento Stupid 3rd party extesion

beautify but ugly iwd one page checkout

without knowing iwd one  page checkout fact i was design checkout page.

my final design 🙁  and all waste. waste my 2 hours.

http://magento.stackexchange.com/questions/8460/hidden-values-in-an-extension-encode-decode-data-transaction 

 

download

 

 

Categories
blog cms sitecake

i m loving it – sitecake

1st live website with sitecakegumness.com & rawi.ooo

working on new theme for sitecake.

Categories
.htaccess blog

404 page with .htaccess

ErrorDocument 404 /index.html

Categories
blog iOS mobile

meta :)

<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Phaser App">
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui" />
Categories
blog cookies js

coverpopjs.com

CoverPop.js is a lightweight lightbox’y modal plugin with cookie integration. Style agnostic and responsive friendly.

Usage

If you are trying to show up a lightbox popup to first time visitors that is easily styleable and has cookie integration, this is for you.

If you are trying to show a lightbox image when someone clicks on an internal link, this isn’t for you.

VIEW DEMO

 

Background

CoverPop is an extension of code that we frequently found ourselves using on political campaign websites for email signups with first time visitors. We needed something that was customizable to the point that we could use it how we wanted without it getting in the way.

Setup

HTML

#CoverPop-cover is used on the full window cover.

By default, a click on any element with .CoverPop-close will close the popup. CoverPop adds preventDefault()to elements with this class.

If you wish to continue with the default action, but also hide the popup, add .CoverPop-close-go. This is particularly useful for form submissions that are sent to another page.

12345678910111213141516171819
<body>
<!– your site’s markup –>
<!– start popup –>
<div id=CoverPop-cover class=splash>
<div class=CoverPop-content splash-center>
<!– the popup content (form, welcome message, etc.) –>
<a class=CoverPop-close href=#>or skip signup</a>
</div><!–end .splash-center –>
</div><!–end .splash –>
<!– end popup –>
<!– js, etc. –>
</body>

CSS

Include the plugin css file:

1
<link rel=stylesheet href=css/CoverPop.css>
view rawCoverPop.html hosted with ❤ by GitHub

JS

CoverPop does not use jQuery, so the only file that needs to be included is CoverPop.js.

Start CoverPop with the default settings:

1
CoverPop.start();
view rawCoverPop.js hosted with ❤ by GitHub

Options

CoverPop can be customized in numerous ways. Just pass an object to the start function with what you want to change. The start function is an alias for init.

NAMEDEFAULTDETAILSTYPE
coverId“CoverPop-cover”set default cover (background) idstring
expires30duration (in days) before it pops up againinteger
closeClassNoDefault“CoverPop-close”close if someone clicks an element with this class and prevent default actionstring
closeClassDefault“CoverPop-close-go”close if someone clicks an element with this class and continue default actionstring
cookieName“CoverPop”to change the plugin cookie namestring
onPopUpOpenfunction() {}on popup open / default is nothingfunction
onPopUpClosefunction() {}on popup close / default is nothingfunction
forceHash“splash”hash to append to url to force display of popupstring
delayHash“go”hash to append to url to delay popup for 1 daystring
closeOnEscapetrueclose if the user clicks escapeboolean
debugfalsetoggle console.log statements for debuggingboolean

Examples

Use a new cookie

Example use: You changed the popup, and want all new visitors to see the new one.

123
CoverPop.start({
cookieName: CoverPop-new
});

Hide popup to the visitor for a day

Example use: You are sending visitors to a page that already has a signup form, and don’t want them to see the popup.

1
http://www.example.com/#go

Force popup

Example use: You are sending visitors to a page and want visitors who have already been to the site to see the popup again.

1
http://www.example.com/#splash

Change time before cookie expires

Example use: You want visitors to see the popup every 7 days, instead of 30.

123
CoverPop.start({
expires: 7
});

Do something after the popup closes

Example use: You want to start a video after the popup is closed.

123456
CoverPop.start({
onPopUpClose: function() {
var player = document.getElementById(myVideo);
player.play();
}
});

Hide the popup when someone clicks submit on a form and continue

Example use: You want to close the popup and set the cookie when a visitor clicks submit on a form in the popup.

1
<input type=submit value=Submit class=CoverPop-close-go>

Browsers

IE8+

Source

CoverPop is modal splash page plugin that is easily styleable — Read More

Latest commit to the master branch on 12-21-2014

Download as zip

VIEW ON GITHUB

License

MIT.

Categories
blog OS X

Josefin+Sans:300,400

perfect  o for me 🙂 Josefin+Sans:300,400

Categories
blog font google font

best google web font for x icon

best thin X font for close font icon

href=’http://fonts.googleapis.com/css?family=Flamenco:300′

 

bestx

Categories
blog ecommerce Storefront WooCommerce

Remove Storefront Sidebar

add_action( ‘get_header’, ‘remove_storefront_sidebar’ );

function remove_storefront_sidebar() {
if ( is_product() ) {
remove_action( ‘storefront_sidebar’, ‘storefront_get_sidebar’, 10 );
}
}