ivopetkov
|
8 years ago
|
on: Show HN: HTML5 DOM in PHP (with included query selectors)
Hi folks. I would like to share this library of mine. I've been using, improving and optimizing it for the last year and a half. I think it turns out great. I hope it will be useful for you too. Any suggestions and recommendations are welcome.
ivopetkov
|
9 years ago
|
on: Ask HN: How developing software has changed for you in the past years?
Thumbs up. I also use some AWS services, and the results are awesome.
ivopetkov
|
9 years ago
|
on: Learn how to install the latest versions of PHP and Apache from source
Updates will be manual as the installation itself.
ivopetkov
|
10 years ago
|
on: Show HN: A PHP framework born in 2016
Don't get me wrong. I think PSR standards are great, just not all of the fit into this framework. In PSR-7, for instance, Request and Response objects are immutable. Imagine the framework when this concept is applied to other objects. It will be a much different beast.
ivopetkov
|
10 years ago
|
on: Show HN: A PHP framework born in 2016
Here is another thing that is different from many other frameworks. The Bear Framework API is designed, so you don't write all the time "vendor\", "Vendor::", "use vendor\" and so on. You write "$app->assets->getUrl()", or "$app->data->get()" and we believe this makes your app much more personal. You might even forget that you are using Bear Framework :)
ivopetkov
|
10 years ago
|
on: Show HN: A PHP framework born in 2016
Not sure what you mean. Can you give us an example.
ivopetkov
|
10 years ago
|
on: Show HN: A PHP framework born in 2016
Here are some benefits:
- Lighter than most other frameworks (including the so-called micro framework). It's about 40 files.
- Fast and memory efficient. There will be benchmarks soon.
- Simple API. Perfect for newbies.
- Fast installation - just download and run. No installers.
- Addons support.
- File-based object storage for quick start.
- Some nice utilities for assets.
Some PSR standards are taken into account, but not all of them. The goal is to provide simple to use and extendable framework that helps you do projects of any size.
ivopetkov
|
10 years ago
|
on: Show HN: A PHP framework born in 2016
The goal of Bear Framework is to help you start your next web project in less than a minute and help you make it successful. You've got routing, data storage, addons, logging, assets helpers and many more useful tools.
The documentation is available at http://bearframework.com/documentation/
ivopetkov
|
10 years ago
|
on: Show HN: HTML Server Components – web developer's life just got easier
Can you please give us an example user control where:
1. you've got CSS and JS code that goes in the head tag of the result document
2. you've got JS code that stays at the bottom of the body tag of the result document
ivopetkov
|
10 years ago
|
on: Show HN: HTML Server Components – web developer's life just got easier
ivopetkov
|
10 years ago
|
on: Show HN: HTML Server Components – web developer's life just got easier
Thanks.
It really looks a lot like React, RiotJS and WebCompoments (because they are all great) but it's on the server.
ivopetkov
|
10 years ago
|
on: Show HN: HTML Server Components – web developer's life just got easier
Thank you.
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
There is a WebP support now. Thank you.
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
Just tested it on latest iOS and worked like a charm. What device and iOS version you got?
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
It will be great if browsers do this. And yes, the noscript tag is a valid solution.
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
That will be nice update. Thanks.
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
The browser support is currently 62% and rising, and a high-quality image can be shown on "not modern" browsers. So in terms of showing quality images the best possible way the support is almost 100% (we already discussed the case with the disabled JavaScript).
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
If the browser is "modern" the blank image in the srcset will be loaded, not the image. And then nobody will load the correct image version. This is the problem i think.
ivopetkov
|
10 years ago
|
on: Lazy load responsive images
Its fixable and will be great update. Thanks.