
Search In
If you want to know any mobile device is accessing your website, Then the easy way to detect device is to run a php code.
Lets see the code below :-
<?php
$useragent=$_SERVER['HTTP_USER_AGENT'];
if(preg_match('/(android|bb\d+|meego).+mobile|av
Source: www.finalwebsites.com
PHP as a scripting language has gained immense popularity among web developers who strive to ensure that their websites are attractive and have a great functionality. It’s because of PHP that developers are able to c
Today we will explore one of the greatest feature of Joomla! that comes built-in with core Joomla. This in-built ACL feature gives you the ability to control to your application exactly what the user can see and what User can do.
Before dive into th
AVPlayer sometimes restarts in the middle of playing a video and i'm not sure why. Also, as soon as the view is loaded it begins to play. I want the user to click play first and then let the player start playing.
Here is my code:
class
Businesses are developing over the internet year after year. In fact, it has been a door to pursue myriad new business opportunities. Now one of the major factors that which determining the success of your business is the choice of your e-Commerce pl
Who is a Full Stack Developer?
Full-stack developers are knowledgeable in both front-end and back-end web development. They are familiar with the majority of programming languages. When developing a website or API application, always consider hiring
Hi! I'm new here, this is my first post. I'm Nookie, and I run a dating site for kinksters originally built on an Oxwall/SkaDate framework and customized.
In seven months, we've grown to 22,000 users, despite bugs, slowness, and
Responsive Web Design
Responsive website
Responsive web design has become a household term. A responsive website is must if you want to have a user-frie
Hello all,
Working with ASP.NET, we wanted to print all the dates of months on the Header cell of GridView based on current month and year dynamically from code behind which can be changes later on by selecting different month and year from the two
In OpenERP first, create existing module and then inherits the account.invoice object in your own module and also create report file in your own module.
Follow these step given belowas
Step1- First create module like, test then create file in your
