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

  • By
    Camera and Video Control with HTML5

    Client-side APIs on mobile and desktop devices are quickly providing the same APIs.  Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop.  One of those APIs is the getUserMedia API...

  • By
    Designing for Simplicity

    Before we get started, it's worth me spending a brief moment introducing myself to you. My name is Mark (or @integralist if Twitter happens to be your communication tool of choice) and I currently work for BBC News in London England as a principal engineer/tech...

Incredible Demos

  • By
    Create a 3D Panorama Image with A-Frame

    In the five years I've been at Mozilla I've seen some awesome projects.  Some of them very popular, some of them very niche, but none of them has inspired me the way the MozVR team's work with WebVR and A-Frame project have. A-Frame is a community project...

  • By
    Optimize Your Links For Print Using CSS — Show The URL

    When moving around from page to page in your trusty browser, you get the benefit of hovering over links and viewing the link's target URL in the status bar. When it comes to page printouts, however, this obviously isn't an option. Most website printouts...

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!