Weekend Links – PHP Pagination, jQuery Flash Plugin, CSS Visited Links, Programmer’s Dress Code, Browser Security

By  on  

Perfect PHP Pagination

PHP pagination can be extremely difficult -- advanced search and filters can make PHP pagination a nightmare. Sitepoint Blogs provides a tutorial on php pagination using a fixed array of data.

http://www.sitepoint.com/article/perfect-php-pagination

jQuery Flash Plugin

A pure jQuery plugin to embed flash movies in your page.

http://jquery.lukelutman.com/plugins/flash/

"Checkmark" Your Visited Links With Pure CSS

Most designers/developers color their visited links in a different color -- I've not yet seen the idea of "checking" them off until now.

http://css-tricks.com/put-checkmarks-next-to-visted-links-with-pure-css/

The Programmer Dress Code

Programmers aren't always nerdy, pocket-protector wearing, nose-bleeding, never-kissed-a-girl guys. Many of them have long hair or comb-overs, as this article proves.

http://www.codethinked.com/post/2007/12/The-Programmer-Dress-Code.aspx

Microsoft and Mozilla Disagree on Browser Security

I know, hard to believe. SitePoint pieces together the quotes from notable Microsoft and Mozilla employees.

http://www.sitepoint.com/blogs/2007/12/05/microsoft-and-mozilla-disagree-on-browser-security/

Recent Features

Incredible Demos

  • By
    MooTools Documentation Search Favelet

    I'm going to share something with you that will blow your mind: I don't have the MooTools documentation memorized. I just don't. I visit the MooTools docs frequently to figure out the order of parameters of More classes and how best to use...

  • By
    Introducing MooTools ScrollSide

    This post is a proof of concept post -- the functionality is yet to be perfected. Picture this: you've found yourself on a website that uses horizontal scrolling instead of vertical scrolling. It's an artistic site so you accept that the site scrolls left to right.

Discussion

  1. Perfect PHP Pagination

    This link has a good solution for arrays has anyone found a decent solution to pagination that depends on dynamic data like sql results instead of fixed data?

  2. BOLARINWA OLAKUNLE

    I think dreamweaver makes it easier

  3. George

    Paginating needs to be linked to a database.

  4. If you want using pagination plugin, pls try it here: http://kenphan.info/view/2010/01/Cach-su-dung-jQuery-jPager-plugin.html
    That is a simple page used AJAX and JSON. The name is jPager. That jPager is easy install & simply.
    Download it here: kenphan.info/download.jpager.rar

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!