Top 10 Wrong Ideas About PHP

1. PHP is not a compiled language (it is interpreted)
2. PHP cannot do X (access memory, control hardware devices, or some unusual purpose)
3. PHP cannot do something that can be done in language X
4. PHP is only for Web development
5. PHP is controlled by only one company (Zend)
6. PHP documentation is bad or insufficient
7. PHP projects are not reusable because they are not Object Oriented
8. PHP is worse than Ruby On Rails, Python Django, X language Framework
9. PHP is not good for high performance scalable Web sites or applications
10. PHP developers are cheaper because they are not qualified

http://www.phpclasses.org/blog/post/155-Top-10-Wrong-Ideas-About-PHP-That-You-Should-Get-Right.html

Media Queries for Standard Devices – CSS

Media Queries: How to target desktop, tablet and mobile?

Refined to work better with 960 grids:

@media (min-width:320px) { /* smartphones, iPhone, portrait 480×320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800×480 or 854×480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
http://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile

************
Responsive design with media query : screen size? : http://stackoverflow.com/questions/21574881/responsive-design-with-media-query-screen-size

***********

Media Queries for Standard Devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

jQuery UI – jQuery dependency

Release date[11] Version number jQuery Dependency Additional notes
Sep 17, 2007 1.2.1+ I
Jun 8, 2008 1.5
Apr 16, 2009 1.6 1.2.6+ Compatibility release for jQuery 1.2.6.
Mar 3, 2009 1.7 1.3.2+
Mar 18, 2010 1.8 1.3.2+
Jan 19, 2011 1.8.9 1.3.2+
Feb 22, 2011 1.8.10 1.3.2+
Mar 15, 2011 1.8.11 1.3.2+
Apr 13, 2011 1.8.12 1.3.2+
May 12, 2011 1.8.13 1.3.2+
Jun 17, 2011 1.8.14 1.3.2+
Aug 1, 2011 1.8.15 1.3.2+
Aug 15, 2011 1.8.16 1.3.2+
Jan 10, 2012 1.8.17 1.3.2+
Feb 20, 2012 1.8.18 1.3.2+
Apr 16, 2012 1.8.19 1.3.2+
Apr 30, 2012 1.8.20 1.3.2+
Jun 5, 2012 1.8.21 1.3.2+
Jul 24, 2012 1.8.22 1.3.2+
Aug 15, 2012 1.8.23 1.3.2+
Sep 28, 2012 1.8.24 1.3.2+
Oct 8, 2012 1.9.0 1.6+
Oct 25, 2012 1.9.1 1.6+
Nov 23, 2012 1.9.2 1.6+
Jan 17, 2013 1.10.0 1.6+
Feb 15, 2013 1.10.1 1.6+
Mar 14, 2013 1.10.2 1.6+
May 3, 2013 1.10.3 1.6+
Jan 17, 2014 1.10.4 1.6+
Apr 25, 2014 1.11.0-beta.1 1.6+
May 23, 2014 1.11.0-beta.2 1.6+
Jun 26, 2014 1.11.0 1.6+
Aug 13, 2014 1.11.1 1.6+
Oct 16, 2014 1.11.2 1.6+
Feb 12, 2015 1.11.3 1.6+
Mar 11, 2015 1.11.4 1.6+
Jan 26, 2016 1.12.0-beta.1 1.7+

https://en.wikipedia.org/wiki/JQuery_UI

Quarx: A Laravel CMS

https://quarx.info/

Quarx is a powerful Laravel CMS. It gives you the power to add a CMS to your app, rather than build your app around a CMS. Take back the control you’ve earned. Wield widgets, menus, images, files, pages, blogs, galleries, and anything you want with custom templates, and themes. Need more power? Generate any modules or themes you want.

Quarx – Add a CMS to any Laravel app to gain control of: pages, blogs, galleries, events, custom modules, images and more.

Quarx comes with a module builder for all your custom CMS needs, as well as a module publishing tools. So if you decide to reuse some modules on future projects you can easily publish thier assets seamlessly. If you wish to make your Quarx module into a PHP package, then you will need to have it publish its assets to the quarx/modules directory.