Models | Examples |
---|---|
Display ads | Yahoo! |
Search ads |
Verifying my Blockstack ID is secured with the address 1JhhPNrmNVu55XQFp112ocXrSXFHD5j48x |
### Keybase proof | |
I hereby claim: | |
* I am brajeshwar on github. | |
* I am brajeshwar (https://keybase.io/brajeshwar) on keybase. | |
* I have a public key whose fingerprint is 9879 F341 49A9 38F5 6928 A262 0F05 8991 EF26 312F | |
To claim this, I am signing this object: |
a { | |
color: #0e58f5; | |
text-decoration: none; | |
background-image: linear-gradient(to bottom, transparent 50%, #709cf9 50%); | |
background-position: 0 99%; | |
background-repeat: repeat-x; | |
background-size: 100% 0.15rem; | |
text-shadow: 0.1rem 0 #fff, 0.15rem 0 #fff, -0.1rem 0 #fff, -0.15rem 0 #fff; | |
} |
### Keybase proof | |
I hereby claim: | |
* I am brajeshwar on github. | |
* I am brajeshwar (https://keybase.io/brajeshwar) on keybase. | |
* I have a public key whose fingerprint is 62FE 86F2 9EDF B5BC D5F4 707D B4E2 9F08 F52F 61F4 | |
To claim this, I am signing this object: |
Verifying that +brajeshwar is my Bitcoin username. You can send me #bitcoin here: https://onename.io/brajeshwar |
<?php | |
/** | |
* Plugin Name: Set featured image | |
* Plugin URI: http://bueltge.de | |
* Description: Set featureed image automaticly on save post/page | |
* Version: 1.0.0 | |
* Author: Frank Bültge | |
* Author URI: http://bueltge.de | |
* License: GPLv3 | |
*/ |
Article by Faruk Ateş
One of the most commonly overlooked and under-refined elements of a website is its pagination controls. In many cases, these are treated as an afterthought. I rarely come across a website that has decent pagination, and it always makes me wonder why so few manage to get it right. After all, I'd say that pagination is pretty easy to get right. Alas, that doesn't seem the case, so after encouragement from Chris Messina on Flickr I decided to write my Pagination 101, hopefully it'll give you some clues as to what makes good pagination.
Before going into analyzing good and bad pagination, I want to explain just what I consider to be pagination: Pagination is any kind of control system that lets the user browse through pages of search results, archives, or any other kind of continued content. Search results are the obvious example, but it's good to realize that paginat
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Responsive Design Testing</title> | |
<style> | |
body { margin: 20px; font-family: sans-serif; overflow-x: scroll; } | |
.wrapper { width: 6000px; } | |
.frame { float: left; } | |
h2 { margin: 0 0 5px 0; } |