Quantcast
Channel: PixelPress Wiki » Tutorials
Browsing all 11 articles
Browse latest View live

Twitter Bootstrap – Code to switch stationary navbar to fixed – Bootstrap

This has been used in the trial sfor the BlackBocks Nylex website. Originally taken from this pastebin. This is an untried piece of code, but still interesting: Fixed Navigation Bar With Twitter...

View Article



iOS Add to Home Screen prompt for website

See this project: http://cubiq.org/add-to-home-screen ….and it’s GIST: https://github.com/cubiq/add-to-homescreen A good article and piece of code for creating homescreen icons and start up images for...

View Article

BootStrap 3rd level NavBar dropdowns

http://jsfiddle.net/2Smgv/224/ <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container-fluid"> <a data-target=".nav-collapse" data-toggle="collapse"...

View Article

Piped Navigation Bar Links with CSS

Here’s the gas! <ul class="pipes"> <li><a href="#">link 1</a></li> <li><a href="#">another link</a></li> <li><a href="#">more...

View Article

Vertically align text in a div

This is loosely taken from this page: Here is the html structure: <div class="container"> <p> Your content here. </p> </div> Here’s the css: Must have a height, be set to be a...

View Article


Skrollr – Information

Skrollr is a stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love). https://github.com/Prinzhorn/skrollr The official skrollr...

View Article

Mobile Navigation Toggle with jQuery

Taken from web designer wall. Here’s the demo. This tutorial shows you how to create a mobile navigation with jQuery as seen on the sites listed above. jQuery will be used to prepend the menu icon and...

View Article

Small business guides to SEO, Analytics & Social Media

http://www.simplybusiness.co.uk/microsites/google-analytics-guide/ http://www.simplybusiness.co.uk/microsites/guide-business-blogging/...

View Article


Image may be NSFW.
Clik here to view.

Take Control of the Box Model with box-sizing

The Traditional Box Model The “traditional” CSS box model, once implemented in Netscape 4 and IE 4-5, counted borders and padding as part of the width and height of a box, which at the time did not...

View Article


Force www via htaccess using a WordPress plugin (Redirection)

Really all that is necessary is this: Go Settings -> General: WordPress Address (URL) Site Address (URL) And set both of them to www.yoursite.com (instead of yoursite.com), wordpress automagically...

View Article

Vertical and horizontal centering with CSS & HTML

See this CodePen.  

View Article
Browsing all 11 articles
Browse latest View live




Latest Images