sudo systemctl restart httpd.service
Saturday, 7 September 2013
Thursday, 5 September 2013
Godaddy subdomain on different server
http://support.godaddy.com/groups/domains-management-and-services/forum/topic/external-dns-subdomain-linked-to-my-gd-hosting/?pc_split_value=1
A free open source project management application:
http://www.projectforge.org
http://www.projectforge.org
Mysql database and table character set
http://stackoverflow.com/questions/367711/what-is-the-best-collation-to-use-for-mysql-with-php
Counting the number of rows affected by Php Mysql PDO
http://stackoverflow.com/questions/883365/count-with-pdo
Domain Transfer Procedure
http://www.quackit.com/domain-names/how_to_transfer_a_domain_name.cfm
Step | Losing Registrar | Customer | Gaining Registrar |
---|---|---|---|
1 | Customer purchases a Domain Transfer | ||
2 | Customer must unlock the domain and receive an Authorization Code from the Losing Registrar.Depending on your old registrar, you can do this via your control panel or by contacting support. | ||
3 | Gaining Registrar sends an email to the Customer. This email contains an ID number, a Key Code, and a link to confirm the transfer. | ||
4 | Customer confirms the transfer with the ID and Key Code from the email. If the domain being transferred requires one, the Authorization Code from the Losing Registrar will also need to be entered. | ||
5 | Gaining Registrar sends notification to the old registrar to transfer the domain. | ||
6 | Losing registrar sends confirmation for release of domain. | ||
7 | Customer confirms release with Losing Registrar. | ||
8 | Losing Registrar releases domain to Gaining Registrar. | ||
9 | A "transfer success" email is sent to notify the customer that the domain is now located in their account. | ||
10 | Customer now has control over the domain at the new Registrar. |
ICANN Domain Transfers Policy
http://archive.icann.org/en/transfers/policy-12jul04.htm
Google Docs vs Office 365
http://www.techrepublic.com/blog/the-enterprise-cloud/google-apps-v-office-365-head-to-head-comparison-of-features/
http://www.techrepublic.com/blog/the-enterprise-cloud/google-apps-v-office-365-head-to-head-comparison-of-features/
Creating text files in php
http://www.latestcode.net/2010/03/how-to-create-text-file-in-php.html
http://www.latestcode.net/2010/03/how-to-create-text-file-in-php.html
To open a port permanently in Fedora 19:
sudo firewall-cmd --zone=public --permanent --add-port=80/tcp
Check if port is open
To check if a port is open:
http://www.yougetsignal.com/tools/open-ports/
http://www.yougetsignal.com/tools/open-ports/
Making wordpress links relative
Add the following lines in the beginning of functions.php ( of your theme):
update_option('siteurl','http://' . $_SERVER['SERVER_ADDR']);
update_option('home','http://' . $_SERVER['SERVER_ADDR']);
More info:
http://codex.wordpress.org/Changing_The_Site_URL
update_option('siteurl','http://' . $_SERVER['SERVER_ADDR']);
update_option('home','http://' . $_SERVER['SERVER_ADDR']);
More info:
http://codex.wordpress.org/Changing_The_Site_URL
CSS font stacks
http://cssfontstack.com/
http://gbtech.wordpress.com/2007/06/28/web-safe-font-list/
http://gbtech.wordpress.com/2007/06/28/web-safe-font-list/
Subscribe to:
Posts (Atom)