5 Steps to Redesign Your Website and/or App 23 April 2022 minute reading Something is not going well or the complaints have increased. Maybe you think it’s time to innovate and you’ve decided to change your current app or website? Very nice. So are you sure you’re ready? Do not jump into anything without reviewing the following 5 steps: 1. Evaluate Your Current Design Are there old images […]
Increase Your Page Loading Speed: Asynchronous and Lazy Loading 10 April 2022 minutes reading Even hough there are opposing views, the majority will agree that; ‘good user experience starts with fast service’. Web browsers (Chrome, Firefox, Opera…) load visual and text content simultaneously. This gives a nice view when opening the page. Such as: <h2>A Nice Header</h2> <img src=”a-large-image” alt=”Image info” /> <p>Texts that present the information the user […]
WordPress Pro Tip: Open The Single Search Result Automatically 8 April 2022 minute reading From the perspective of User Experience Design (or UXD in short) we have to put ourselves in the user’s shoes. While doing that, as a designer, I clear my mind from the experience and thoughts I had while creating the product to be have first hand users mind set. When I did so, I found […]
CSS Truncate – Single Line / Multiple Lines 30 March 2022 minute reading While there are ways to truncate a long text with coding, we can also use CSS to Truncate texts. For cutting the text, which is longer than the width of the area we want it to use, I suggest you to apply the CSS Truncate methods. For your needs, you may choose from a one […]
WordPress Tip: Limiting the Search to a Single Category 25 March 2022 minutes reading If you are using more than one Category in your posts of your WordPress-based project, and you want your search feature to work for only one of them, this method is for you. First of all, it is useful to remind you: For simple operations you can do without using a plugin, please do not […]