Shark Tank is one of my favorite shows, it appeals to my inner entrepreneur. Recently ABC created a spin off show, Beyond the Tank, where they follow some of th
source https://love2dev.com/blog/undressing-red-dress-butiques-web-performance/
Thursday, 30 April 2020
Building A Custom Sitemap Provider (Part I)
Earlier I posted an article about creating a custom sitemap provider, loosely based on Jeff Procise's Wicked Code Article and a post on the main MSDN site. I r
source https://love2dev.com/blog/building-a-custom-sitemap-provider-part-i/
source https://love2dev.com/blog/building-a-custom-sitemap-provider-part-i/
Easily Create A Baseline Set Of Progressive Web App Icons
Triggering the add to home screen prompt is dependent on different technical requirements being met. One of those is referencing a minimum set of icons in the web manifest file.
source https://love2dev.com/blog/easily-create-a-baseline-set-of-progressive-web-app-icons/
source https://love2dev.com/blog/easily-create-a-baseline-set-of-progressive-web-app-icons/
What Browsers Support Service Workers? ⚙️
What browsers support service workers and when will the rest ship support? Is it safe to use service workers? You can now rely on service workers in your progressive web app! ALl major browsers support service workers.
source https://love2dev.com/blog/what-browsers-support-service-workers/
source https://love2dev.com/blog/what-browsers-support-service-workers/
What is the !! (not not) operator in JavaScript?
Wondering what !! means in JavaScript? It is a convenient way to convert a value to a boolean using a double JavaScript not operator.
source https://love2dev.com/blog/javascript-not-operator/
source https://love2dev.com/blog/javascript-not-operator/
[Site Cannot Be Installed: The Page Does Not Work Offline 📶] Fix The Problem To Prompt The Add To Home Screen Message
Are you seeing an error in the console: "Site cannot be installed: the page does not work offline". Or maybe your PWA is not triggering the add to homescreen prompt
source https://love2dev.com/blog/is-your-progressive-web-app-may-not-prompting-the-customer-to-add-to-home-screen/
source https://love2dev.com/blog/is-your-progressive-web-app-may-not-prompting-the-customer-to-add-to-home-screen/
Utlizing Defaultbutton And Defaultfocus In Asp.net 2.0
Today I started my morning reviewing blogs and news sites and saw a link on www.asp.net for handling the enter key on Web Forms. This has been an ongoing issue
source https://love2dev.com/blog/utlizing-defaultbutton-and-defaultfocus-in-aspnet-20/
source https://love2dev.com/blog/utlizing-defaultbutton-and-defaultfocus-in-aspnet-20/
7 Telltale Signs You Have A Bad Web Site 👎 So You Can Eliminate Them And Get More Customers
Want to know why people don't return to your web site or leave quickly? Its because your pages run them off! Here are 7 common reasons you cause visitors to leave and never return.
source https://love2dev.com/blog/telltale-signs-you-have-a-bad-web-site/
source https://love2dev.com/blog/telltale-signs-you-have-a-bad-web-site/
Iis Status Codes Reference
This morning I was setting up a new ASP.NET 2.0 site in my production IIS 6.0 web server. I thought I had set the web site to use its own Application Pool and
source https://love2dev.com/blog/iis-status-codes-reference/
source https://love2dev.com/blog/iis-status-codes-reference/
Create An Overlapping Figure Caption Using Basic Css
I find myself needing to overlay HTML elements off and on such as a photo caption on top of a photo. The technique to accomplish is very simple and does not req
source https://love2dev.com/blog/create-an-overlapping-figure-caption-using-basic-css/
source https://love2dev.com/blog/create-an-overlapping-figure-caption-using-basic-css/
The Good Ole Days Of My Timex Sinclair 1000
I have found it really interesting to learn the background of some of the great programmers in the world and for those in the mid 30s, like me, many seem to hav
source https://love2dev.com/blog/the-good-ole-days-of-my-timex-sinclair-1000/
source https://love2dev.com/blog/the-good-ole-days-of-my-timex-sinclair-1000/
Know Your Status Codes
Developing applications that work across the Internet requires knowledge of protocols. To actually debug any communications or protocol errors you need to be aw
source https://love2dev.com/blog/know-your-status-codes/
source https://love2dev.com/blog/know-your-status-codes/
How To Render Markup With JavaScript Mustache Template
There are many ways to merge data with templates to render markup. Mustache is a simple, agnostic templating library implementing in many languages. JavaScript allows you to render markup either in the browser or the server.
source https://love2dev.com/blog/javascript-mustach-templates/
source https://love2dev.com/blog/javascript-mustach-templates/
High Performance Responsive Design [Book Review]
One of the biggest objections to responsive design is the perception is negatively affects performance. Performance concerns were my biggest hang up before I fi
source https://love2dev.com/blog/high-performance-responsive-design/
source https://love2dev.com/blog/high-performance-responsive-design/
Pruning Web Sites For Higher Yield And Easier Maintenance
Recently I was chatting with a friend that works with trees. The topic of tree suckers came up. As he was describing their destructive nature and the pruning yo
source https://love2dev.com/blog/pruning-web-sites-for-higher-yield-and-easier-maintenance/
source https://love2dev.com/blog/pruning-web-sites-for-higher-yield-and-easier-maintenance/
Using JavaScript subString, substr & slice 🔪 to Pull Sub Strings [Tutorials]
The JavaScript Substring, Substr and Slice methods can all be used to extract strings from a larger one. 👨🏼💻👨🏿💻👩🏾💻 Each method operates slightly different, and this tutorial demonstrates how each work so you know exactly which one will you look like a rock start developer!.
source https://love2dev.com/blog/javascript-substring-substr-slice/
source https://love2dev.com/blog/javascript-substring-substr-slice/
66 Pounds In 108 Days - My Latest Book
I mentioned a few times on my Blog about losing weight and getting in shape last year. I wrote a book about the experience. I hope the book serves as inspiratio
source https://love2dev.com/blog/66-pounds-in-108-days-my-latest-book/
source https://love2dev.com/blog/66-pounds-in-108-days-my-latest-book/
7 Ways To Enhance The HTML TextArea Element 👩💻👨💻
The HTML Textarea element allows users to enter multiline values to online forms. Learn how the textarea element works so you can create a good experience to ensure you properly collect data.
source https://love2dev.com/blog/html-textarea/
source https://love2dev.com/blog/html-textarea/
Creating A Mobile Web Application On The iPhone And iPad
What seems like one of the least known features in the mobile web space is the ability to create a web app on the iPhone and iPad. If you hit the button in mob
source https://love2dev.com/blog/creating-a-mobile-web-application-on-the-iphone-and-ipad/
source https://love2dev.com/blog/creating-a-mobile-web-application-on-the-iphone-and-ipad/
Guiding User Input With The Jquery Masked Edit Plugin :Thin Asp.net Part 4
Yesterday I walked through applying the jQuery Validation plugin to an ASP.NET web page. Today I want to extend the concept of guiding user input as they comple
source https://love2dev.com/blog/guiding-user-input-with-the-jquery-masked-edit-plugin-thin-aspnet-part-4/
source https://love2dev.com/blog/guiding-user-input-with-the-jquery-masked-edit-plugin-thin-aspnet-part-4/
Chrome Has Decided To Implement Pointer Events And The Web Rejoices
Last August I wrote an angry Blog post about the Chrome team deciding not to support Pointer Events. Thanks to some of the Internet Explorer (now Edge) engineer
source https://love2dev.com/blog/chrome-has-decided-to-implement-pointer-events-and-the-web-rejoices/
source https://love2dev.com/blog/chrome-has-decided-to-implement-pointer-events-and-the-web-rejoices/
How To Make A Vertical Menu Using Css3 Transforms
There is so much we can do with web pages that were overly complicated just a few years ago. Thanks for CSS3 Transforms we can do some really cool effects. Toda
source https://love2dev.com/blog/how-to-make-a-vertical-menu-using-css3-transforms/
source https://love2dev.com/blog/how-to-make-a-vertical-menu-using-css3-transforms/
Subscribe to:
Posts (Atom)