Monthly Archiv: March, 2017

WordPress 4.7.3 Security and Maintenance Release

WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

WordPress versions 4.7.2 and earlier are affected by six security issues:

  1. Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs.
  2. Control characters can trick redirect URL validation.  Reported by Daniel Chatfield.
  3. Unintended files can be deleted by administrators using the plugin deletion functionality.  Reported by TrigInc and xuliang.
  4. Cross-site scripting (XSS) via video URL in YouTube embeds.  Reported by Marc Montpas.
  5. Cross-site scripting (XSS) via taxonomy term names.  Reported by Delta.
  6. Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources.  Reported by Sipke Mellema.

Thank you to the reporters for practicing responsible disclosure.

In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the release notes or consult the list of changes.

Download WordPress 4.7.3 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.

Thanks to everyone who contributed to 4.7.3: Aaron D. Campbell, Adam Silverstein, Alex Concha, Andrea Fercia, Andrew Ozz, asalce, blobfolio, bonger, Boone Gorges, Boro Sitnikovski, Brady Vercher, Brandon Lavigne, Bunty, ccprog, chetansatasiya, David A. Kennedy, David Herrera, Dhanendran, Dion Hulse, Dominik Schilling (ocean90), Drivingralle, Ella Van Dorpe, Gary Pendergast, Ian Dunn, Ipstenu (Mika Epstein), James Nylen, jazbek, Jeremy Felt, Jeremy Pry, Joe Hoyle, Joe McGill, John Blackbourn, John James Jacoby, Jonathan Desrosiers, Kelly Dwan, Marko Heijnen, MatheusGimenez, Mike Nelson, Mike Schroder, Muhammet Arslan, Nick Halsey, Pascal Birchler, Paul Bearne, pavelevap, Peter Wilson, Rachel Baker, reldev, Robert O’Rourke, Ryan Welcher, Sanket Parmar, Sean Hayes, Sergey Biryukov, Stephen Edgar, triplejumper12, Weston Ruter, and wpfo.

PHP Restful Database Query

Package:
PHP Restful Database Query
Summary:
Perform MySQL queries and return JSON responses
Groups:
Databases, PHP 7
Author:
Kazeem Olanipekun
Description:
This package can perform MySQL queries and return JSON responses...

Read more at https://www.phpclasses.org/package/10181-PHP-Perform-MySQL-queries-and-return-JSON-responses.html#2017-03-06-08:13:35

15 Interesting JavaScript and CSS Libraries for March 2017

interesting-libraries-march-2017

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention.


Propeller

Propeller

Propeller is a CSS components framework based on Bootstrap and Google’s Material Design language. It includes 25 components made with responsiveness in mind and featuring the typical Material Design animations. The project can be downloaded as a theme for Bootstrap, a full framework, or as stand alone components.


baguettebox

BaguetteBox

BaguetteBox is a pure JavaScript library for creating responsive lightbox galleries. It is very lightweight, mobile-ready, easy to use and customize, and utilizes CSS3 transitions for buttery-smooth image transitions.

We recently used this library in the making of our freebie pack of 4 Bootstrap Gallery Templates, and we can say we enjoyed working with BaguetteBox a lot.


Whitestorm

Whitestorm

Framework for developing 3D web apps and games using the Three.js engine. It provides straightforward wrappers for many common Three.js tasks, making it easier to set up an environment, create objects, add physics, and more. There is an official boilerplate project to get you started, as well as a tool for integration with React.


animatelo

Animatelo

Animatelo is a port of the extremely popular Animate.css library that replaces the CSS transitions with Web Animations API clones. All of the original Animate.css effects are recreated, but the API is now based on JavaScript methods instead of CSS classes. The library is lightweight and jQuery independent, but may require a polyfill on older browsers.


FuseBox

FuseBox

FuseBox is a bundle loader for JavaScript and CSS with optional add-ons for TypeScript, Sass, and more. It is created with simplicity and performance in mind, providing a viable alternative to webpack. To get you started there are quick boilerplate projects for Angular 2 + TypeScript, React + Babel, Vue.js, Electron, and others.


Yargs

Yargs

Yargs is a framework for building full-featured command line applications with Node.js. It allows you to easily configure commands, parse multiple –arguments, and setup shortcuts. It even generates help menus automatically.


WebGradients

WebGradients

A large collection of beautiful color gradients that can be easily applied to any HTML page. The project’s website allows you to quickly glance over the available gradients, see them in full screen, and one-click copy them as a CSS property.


Sticky-Kit

Sticky-Kit

Sticky-kit is a jQuery plugin that allows you to attach elements to a certain area on the page, making them stick to it’s boundaries. This way you can have a sidebar that is always visible and scrolls with the rest of the page, but can be contained within its parent container.


ScrollDir

ScrollDir

Super-lightweight, no-dependencies JavaScript library for monitoring scroll direction and movements. ScrollDir watches the movement of the scrollbar and toggles an up/down data-attribute on an element of your choice. It ignores small scroll movements, creating a smooth, non-jittery experience.


Svgo

Svgo

Node.js tool for optimizing SVG files, stripping them from various unnecessary information such as editor metadata, comments, hidden elements, and other attributes that don’t affect the rendered vector. SVGO has a plugin-based architecture, so you can freely choose what to remove and what to leave in.


Store.js

Store.js

Store.js is a cross-browser solution for advanced local storage. Recently, a version 2 was released, refreshing many of the features and adding extra functionality, such as array/object operations and improved expiration options.

In the previous issue of our monthly web dev resources list, we featured a similar library called localForage. It provides many of the same features as Store.js, but has a more localStorage-like syntax. Make sure to check it out as well.


Snarkdown

Snarkdown

Snarkdown is a super simple Markdown parser written in JavaScript. Admittedly, it’s not the most complicated or full-featured parser, but it’s probably the easiest to implement. Snarkdown is only 1kb in size and has only a single method, making it perfect for quick projects where a full parser would be overkill.


Unfetch

Unfetch

The Fetch API is a modern rework of the XMLHttpRequest interface, giving developers a much better way to handle asynchronous requests. Although it’s support now covers most modern browsers, the fetch() method is still unavailable in IE.

This brings us to Unfetch – a reliable polyfill in under 500 bytes.


Scrollanim

Scrollanim

Vanilla JavaScript library for on-scroll animations. Scrollanim offers lots of customization options, separate HTML and JavaScript APIs, and over 50 smooth animation effects thanks to the built-in Animate.css dependency.


Neurojs

Neurojs

JavaScript framework for experimenting with deep learning in the browser, featuring a full-stack neural network that can be trained via reinforcement-learning. The project showcases a cool Demo app where self-driving cars learn to navigate in a 2D environment.

PHP Word Search in Array (New)

Package:
PHP Word Search in Array
Summary:
Search a word in a 2 dimension array of characters
Groups:
HTML, PHP 5, Searching, Text processing
Author:
Ravindu Taveesha
Description:
This class can search a word in a 2 dimension array of characters...

Read more at https://www.phpclasses.org/package/10199-PHP-Search-a-word-in-a-2-dimension-array-of-characters.html

Why you need to buy Car Seat Stroller Combo

Just what is a Car Seat Stroller Combo

A car seat stroller combo includes generally just 3 points, a stroller, a suitable infant car seat and a car seat base. The baby car seat is extremely helpful and also important since it makes putting your child in and out of the auto and the stroller a breeze. They are commonly rear-facing when installed onto a car seat, yet encounter the front when broken onto a stroller. While you are owning, your baby sleeps comfortably in the car seat and you do not even need to wake him/her up at the end of the drive as you can just open the seat as well as relocate onto your stroller with your infant in it. This is why a car seat stroller combo makes for the ideal baby travel system.

Do You Need a Car Seat Stroller Combo?

Baby safety seat are a should have if you prepare to drive about with your newborn in the car as they make the flight both safer and also more comfy for your kid. You will definitely appreciate the speed with which you can simply eliminate your youngster from the automobile and also placed him/her in the warm stroller throughout the winter. Also, the satisfaction of not needing to get up your resting child at the end of the flight is valuable. Now the concern is, should you purchase your baby car seat and your stroller separately, or should you go for the best baby car seat stroller combo?

  • If you do not have a stroller currently, I would certainly recommend that you buy an appropriate baby travel system for the following reasons:
  • It saves you from the headaches of locating a car seat that works with the stroller of your choice and also vice versa.
  • It will certainly conserve you some cash as well, because car seat stroller combo devices are usually sold at a discounted rate and also will certainly set you back more if gotten individually. In addition to, they inevitably additionally include the necessary seat base. Since the stroller and also the baby car seat are offered in a combo, they will most definitely work with each other instead of if the two were separately gotten products.

What Should You Seek Before Acquiring the Best Car Seat as well as Stroller Combo for Your Family?

Prior to you purchase a car seat and also stroller combo, below are a couple of things you must think about:

  • Although every car seat as well as stroller combo from reputed manufacturers will just be available for purchase after passing the obligatory safety requirements, you could constantly seek the Juvenile Products Manufacturers Organization or JPMA seal of approval to earn sure that it’s a secure product.
  • A 5-point harness system with padded bands is desirable on the baby car seat. Also, the straps must be adjustable because your infant will certainly expand, and expand quick!
  • The child car seat should be suitably sized in comparison to your auto; you would certainly not want a car seat that’s created for an SUV when you prepare to install it in your portable automobile.
  • Relying on your lifestyle and your spending plan, the stroller in the combo pack could be a running stroller, a portable umbrella stroller or an all-terrain beast with adequate suspensions as well as the current attributes. Set your concerns and afterwards select carefully. If your daily regimen needs you to pack as well as dump both the stroller and the infant car seat from your cars and truck typically, I would directly recommend getting a light-weight car seat stroller combo to make points much easier.
  • Pick a travel system with 3-wheels if you need to stroll your baby through slim rooms, or navigate with crowded spaces. A substantial 4-wheel stroller will not give you with such maneuverability, however will certainly offer better security, in addition to the freedom of walking over small road bumps and rough-terrain without your child feeling it (unless of course if you have a 3-wheel jogging or an all-terrain stroller).

PHP MySQLi Bootstrap Reports (New)

bsreport1.jpg
Package:
PHP MySQLi Bootstrap Reports
Summary:
Display results of database queries with Bootstrap
Groups:
Databases, HTML, PHP 5
Author:
Rajesh Kakkad
Description:
This class can display results of database queries with Bootstrap...

Read more at https://www.phpclasses.org/package/10196-PHP-Display-results-of-database-queries-with-Bootstrap.html
Powered by Gewgley