JavaScript cookie is the most efficient method of tracking and remembering preferences, lets you store user information in small text files on computer. By definition, a cookie is a nothing but a piece of data that is sent from a website and stored locally by the user’s browser. Basically, web browsers and servers use HTTP […]
Search: “how to create an app”
We found 1,686 results for your search.
There are various traits and characteristics of a team leader that encourage them to follow, trust and respect within the workplace. Naturally this possess certain qualities like integrity, learn leadership skills and compassion through experience. You can’t lead well without any standard of excellence and a good as well as strong skill set for work […]
Google Plus is one of the fastest growing best social networks for content marketers and one should always give the best use of it. With this trick you can get you around 100 to 1000 followers daily and the followers will be 100% real people i.e. no bots. Here I will discuss two tricks that […]
Client side java Script can make your application more dynamic and active. Let’s see some performance tips that will make your JavaScript fly. Basically, the browser’s interpretation of a code can itself introduce inefficiencies. So, the performance of different constructs may varies from client to client. Below tips can make a best practices to optimize […]
Margin vs Padding in CSS
Writing a CSS, there is a particular rule that should be used in deciding when to use margin and when to use padding. There are two ways in CSS for creating the space around your elements i.e. margins and padding. They are functionally identical but they behave in slightly different ways. To be clear about […]
Are you aware of copying your articles somewhere? Here is a guide for taking advantage of such situation and get benefits with that. So, the good way is to avoid getting scrapped somehow and create a system that use third party services and following tips to get most out of scrapped content from your articles. […]
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 […]
Why use jQuery on() instead of click()
The on() method attaches one or more event handler functions for one or more events to the selected elements. Event handlers attached using the jQuery on() method will work for both current and future elements i.e. dynamic element created by a script. Note: As of jQuery version 1.7, the jQuery on() method is the new […]
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 […]
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 […]