Skip to main content

Home/ Tech News/ Group items tagged ajax

Rss Feed Group items tagged

1More

Creating a Multi-Page Site with Meteor - 0 views

  •  
    Whenever I have to develop a specific and focused library like this, I like to start with the outcome of, how do I want this to work? So, we can begin by writing down some of the features that we'd like it to have: The ability to load different pages according to the URI Reading parameters from the URI (placeholders) Keeping the pages dynamic as per the Meteor standard That looks pretty good. Now after looking over these features, you may think they are pretty similar to a 'router' type of library and I agree. So, let's take a look at how our 'router' library would work in action
1More

Whoops! PHP Errors for Cool Kids - 0 views

  •  
    Whoops is a small library, available as a Composer package, that helps you handle errors and exceptions across your PHP projects. Out of the box, you get a sleek, intuitive and informative error page each time something goes pants-up in your application. Even better, under all that is a very straight-forward, but flexible, toolset for dealing with errors in a way that makes sense for whatever it is that you're doing. The library's main features are: Detailed and intuitive page for errors and exceptions Code view for all frames Focus on error/exception analysis through the use of custom, simple middle-ware/handlers Support for JSON and AJAX requests Included providers for Silex and Zend projects through the bundled providers, and included as part of the Laravel 4 core Clean, compact, and tested code-base, with no extra dependencies
1 - 6 of 6
Showing 20 items per page