Skip to content

Instantly share code, notes, and snippets.

View brajeshwar's full-sized avatar

Brajeshwar brajeshwar

View GitHub Profile
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:
@brajeshwar
brajeshwar / pretty-link-decoration.css
Created October 16, 2015 18:53
OS X styled text decoration for web

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
### 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
@brajeshwar
brajeshwar / set-featured-image.php
Created June 21, 2012 15:49 — forked from bueltge/set-featured-image.php
Set featureed image automaticly on save post/page
@brajeshwar
brajeshwar / pagination.md
Created May 27, 2012 05:06 — forked from mislav/pagination.md
Pagination Best Practices

Pagination Best Practices

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

@brajeshwar
brajeshwar / gist:1886227
Created February 22, 2012 17:35 — forked from axelav/gist:1839777
Sublime Text 2 Shortcuts for Mac

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@brajeshwar
brajeshwar / Responsive Design Testing
Created January 27, 2012 05:43 — forked from lensco/responsive.html
Simple responsive design test page
<!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; }