Posted on 04 January 2012. Tags: Android, Bluetooth, EDGE, GSM, iPhone, iPod, Mobile, OS X, security, Smart-phones, tablet PC, WiFi
One of the biggest knocks against Android is that it’s not secure enough for enterprise use, but things are getting better. Several Android security issues do exist, especially when it comes to Android app security, centralized management and the ability to protect data on lost or stolen devices. These are all legitimate reasons for organizations [...]
Read the full story
Posted in Article, Mobile
Posted on 04 January 2012. Tags: Android, Bluetooth, EDGE, GSM, iPhone, iPod, Mobile, OS X, tablet PC, WiFi
iPhone is a smartphone made by Apple that combines an iPod, a tablet PC, a digital camera and a cellular phone. The device includes Internet browsing and networking capabilities. iPhone is extremely thin (only 11.6 millimeters thick) but wider and longer than many comparable devices. The display area is a 3.5-inch wide screen multi-touch interface [...]
Read the full story
Posted in Article, Mobile
Posted on 14 October 2011. Tags: admin, maximum file size, media, php.ini, upload_max_filesize, Wordpress
The default upload file size for WordPress is 2 MB, which is a problem if you want to upload a large media files. If you get this error, “The uploaded file exceeds the upload_max_filesize directive in php.ini”, follow these steps: 1. Locate the php.ini file inside the wp-admin directory. 2. Find this line in the [...]
Read the full story
Posted in Article, Computer, Wordpress
Posted on 04 October 2011. Tags: aggregator distributor information, google influence, link exchange, search engine traffic, SMM, social media marketing, Websites
How to get Real Social Media Marketing (SMM) – Influence Aggregators & Distributors Social Media Marketing
Read the full story
Posted in Article, Social Media
Posted on 07 March 2011. Tags: gtalk, localhost, port, skype, xampp
How to change the XAMPP server port number Why do we need to change the port number? It is very common that a web developer needs to have multiple web servers running, all at the same time. For example, an XAMPP server can be used to run the local wordpress, while a SKYPE or Gtalk [...]
Read the full story
Posted in Article, Computer, Open-Source, PHP, Programming, Tutorial
Posted on 02 March 2011. Tags: mysql, PhpMyAdmin, Ubuntu, windows
Go to phpmyadmin at your localhost if you are using xampp server than go with http://localhost/phpmyadmin or if you are using easyphp than go with http://127.0.0.1/phpmyadmin Now you can see different links related to phpmyadmin like database, sql, status, variables etc. Click on Privileges and now you will see different user is availble in your [...]
Read the full story
Posted in Article, Computer, Open-Source, PHP, Programming, SQL Server, Tutorial
Posted on 18 February 2011. Tags: Advance PHP, Basic PHP, First Day, First Monday, function, Get First Friday of Month, Get First Monday of Month, Get Last Day of Month, Get Last Friday of Month, Get Last Monday of Month, getFirstDay, getFirstMonday, Last Day, mktime, PHP, strftime, strtotime
Get the First Monday of the current Month or Get Last Day of Month or Get First Day of Month Get the First Monday of the current Month <?php function getFirstMonday($month,$year) { $num = date(“w”,mktime(0,0,0,$month,1,$year)); if($num==1) return date(“Y-M-ds”,mktime(0,0,0,$month,1,$year)); elseif($num>1) return date(“Y-M-d”,mktime(0,0,0,$month,1,$year)+(86400*(8-$num))); else return date(“Y-M-d”,mktime(0,0,0,$month,1,$year)+(86400*(1-$num))); } $month = date(“m”); $year = date(“Y”); // this will output [...]
Read the full story
Posted in Article, Computer, Open-Source, PHP, Programming, Tutorial
Posted on 16 February 2011. Tags: basename, get file name, PHP, php function, remove file extension, strrpos, Substr
Get a File name from url Using PHP Get the “filename”, or the last part of the string, with the basename function. <?php $url = ‘http://www.example.com/feeds/xyz/index.php?filename=abc’; echo basename($url); // print “index.php”; ?> Remove a File Extention Using PHP To strip the file extension from a file name you can use the combination of strrpos() and [...]
Read the full story
Posted in Article, Computer, Open-Source, PHP, Programming, Tutorial
Posted on 29 January 2011. Tags: Apache, Developer, HTACCESS, LAMP, linux, mysql, PHP, Speed, Websites
How to increase my website speed through .htaccess in LAMP Technology Many LAMP(Linux Apache MySQL PHP) driven websites today could easily decrease their bandwidth output and increase their speed through implementing caching and compressing their content. Even with the new high speed connections of today it is still highly important to improve websites efficiency and [...]
Read the full story
Posted in Apache, Article, Computer, PHP, Tutorial, Unix OS
Posted on 28 January 2011. Tags: Remote connection, Remote Location, Virtural Private Network Connection, VPN, Windows XP
Having a Secured VPN (Virtual Private Networking) server is great, especially for businesses with many offices or if you own two homes or you can take help for developer from remote site. How can you connect to these VPNs free? Well I will tell you about my experience about this that how you can with [...]
Read the full story
Posted in Article, Computer, Tutorial, windows
Get Social!