Categories
Css

Horizontally center a div within a div using CSS style

Sometimes we need to horizontally center a div that is within another div using CSS that make the inner element center horizontally. In that case, you don’t have to set the width to 50%. So, any width which is less than the containing div will work. Let’s see how to horizontally center a div. For […]

Categories
Creative blog

Recycle old posts for traffic

Recycle your old post that readers had enjoyed reading and appreciated information that helps the new readers after many months later. But unfortunately, in a way our sites are structured, old posts always leave our website home page after someday as well as they leave our visitors radar too. Reason for recycle old posts: You […]

Categories
Creative blog

List of Blogs that Accept Guest Posts

One of the finest methods for obtaining backlinks to your blogs and generating income is guest posting or creating blogs. The advantage is that the backlinks are of a high caliber and can allow you to improve your domain authority and rank higher. It is better known as content marketing. The majority of blogs are featured based on […]

Categories
Css3

Truncate String with Ellipsis

Overflow with text is always a big issue in a website, especially in a programmatic environment. Use Ellipsis to truncate string. We can provide a solution by adding an CSS property overflow: hidden setting to the span, but you can see that the text looked unnaturally cut off. The way to make text overflow elegant […]

Categories
Technology

A Design Workflow Tutorial for Developers: Deliver Better UI/UX On Time

Design workflow is tricky thing when it comes to UI and UX. Follow the tricks and tips in this tutorial to deliver better UI/UX on time. Without sacrificing the quality of the user interface and user experience what UX developer does to ensure the product they have built is delivered in a timely manner? The […]

Categories
Technology

What does Force Touch mean for UI and UX?

Force Touch or 3D Touch technology looks like promising from a user interface (UI) with user experience (UX) perspective. It is the fact that Apple is not the first technology company to implement the Force Touch technology but the key selling points for the iPhones is Force Touch or 3D Touch which Apple now brands […]

Categories
MySQL

mysql_fetch_array() expects parameter 1 to be resource, boolean given

Trying to select data from a MySQL table, but getting the error messages: mysql_fetch_array() expects parameter 1 to be resource, boolean given? – This may happen for various reasons like both the mysql_* and the mysqli extension will return false from their query functions. – Using a die() you can get a little to much. […]

Categories
Careers Interview questions

CakePHP interview questions and answers

CakePHP  is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications. There is number of in built component like Ajax, RequestHandler, Session etc. Question: What are the drawbacks of cakephp? Answer : The learning curve, and it loads full application before it starts your task. Its […]

Categories
Creative blog

Do we really need splash page?

Splash page is a front page of any website which does not contain the actual content rather than show some kind of attractive information for what the website is for. To attract people this can be an eye candy to draw attention. Here are few using of splash page or screen: Some form of advertising. […]

Categories
Php WordPress

Associate image with your WordPress profile

Using Gravatar you can make an Image as a WordPress profile picture that are associate with a email address registered with. When browsing multiple web sites, you may notice that so many users have a picture next to their name i.e. called “avatars” and WordPress has this type of avatars i.e. called “Globally Recognized Avatar” […]