
Search In
The 2018 Winter Olympics were arguably the most high tech games in history, from that swarm of lights that formed a snowboarder at the opening ceremonies to those virtual reality headsets that let spectators watch some of their favorite events like t
Where tracking performance is a challenge, where comparison is necessary to determine loops, where business intelligence (BI) takes years to configure, an excel dashboard can prove a breakthrough. Its effective architecture is a key to filter breakth
Are you a small business owner looking to get started with SEO?
It is a well-known fact that having a small business is tough and demanding. A lot of small businesses fail in the first year, and many more cannot make it to the five-year mile
Globalization Testing
Testing the application for different languages and different country format is known as globalization testing.
Types of globalization testing:
Internationalization or I18N Testing
Localization or L1ON
I18N Testing
Testin
Stored Procedures : Stored Procedures are the functions which sits on the database side and provide the services to the user by calling it. Stored Procedures are same as we like functions in our code. Stored Procedures can be created with having no p
Welcome to wordpress discussion. Today we are going to discuss the database related functions in wordpress. We can simply create query to display the different types of posts. We start the discussion with hook named pre_get_posts which calls the fun
Session objects are used in ROR to store small amount of information which can be used later on. In fact websites following http (a stateless protocol) use session object to keep logged in user informations so that those informations persists betwe
Rails Internationalization : Setting locals from URL
In my previous blog, we looked in Setting rails locale from domain name, it was a good approach of detecting the desired locale from domain or subdomain, but sometimes you are not able to provide
Unicorn is an HTTP server for Ruby. It is designed to be used in production environment unlike Webrick which is designed to be used at the time of development on local machine. Because it is very fast, efficient and offers lots of good features like
We can override Login Struts action by using Hook.
In the below example we are overriding struts action "/login/login". When a user login in Liferay "com.liferay.portlet.login.action.LoginAction" is the action class that calls.
Follow the below ste
