mohamedelsayed.net
2012 August | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/2012/08
Archive for August, 2012. Error retrieving pid file logs/httpd.pid. August 23rd, 2012. When you finf this error on your lampp: (20014)Internal error: Error retrieving pid file logs/httpd.pid You need to remove the httpd.pid file and restart lampp to solve this issue. Following commands explains the instructions: cd /opt/lampp/logs/ mv httpd.pid httpd.pid.bak /opt/lampp/lampp restart. Comments Off on Error retrieving pid file logs/httpd.pid. Solution of “Network Manager” disappearing ubuntu.
mohamedelsayed.net
2012 November | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/2012/11
Archive for November, 2012. How to make 301 (permanent) redirect in CakePHP? November 24th, 2012. To make make 301 (permanent) redirect in CakePHP (so google mark it as permanent) put this code in the function you want: $this- redirect(array(‘controller’ = ‘newController’, ‘action’ = ‘index’), 301); or $this- redirect(‘your external link here’,301,false);. Comments Off on How to make 301 (permanent) redirect in CakePHP? Remove File Extention (html,php) from URLs. November 22nd, 2012.
mohamedelsayed.net
CakePHP | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/category/cakephp
Archive for the ‘CakePHP’ Category. How to make 301 (permanent) redirect in CakePHP? November 24th, 2012. To make make 301 (permanent) redirect in CakePHP (so google mark it as permanent) put this code in the function you want: $this- redirect(array(‘controller’ = ‘newController’, ‘action’ = ‘index’), 301); or $this- redirect(‘your external link here’,301,false);. Comments Off on How to make 301 (permanent) redirect in CakePHP? October 30th, 2012. Comments Off on Optimizing MySQL Queries. When you finf t...
mohamedelsayed.net
2012 September | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/2012/09
Archive for September, 2012. Integrating CKEditor with CakePHP! September 8th, 2012. Comments Off on Integrating CKEditor with CakePHP! Tweet Your Posts Automatically [RSS to Twitter]! September 8th, 2012. Posted in Free Scripts. Comments Off on Tweet Your Posts Automatically [RSS to Twitter]! This is my About Me account. How to Prevent gedit from creating files with the ‘ ’ (tilde) suffix? How to make 301 (permanent) redirect in CakePHP? Remove File Extention (html,php) from URLs.
mohamedelsayed.net
How to Prevent gedit from creating files with the ‘~’ (tilde) suffix? | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/how-to-prevent-gedit-from-creating-files-with-the-tilde-suffix
How to Prevent gedit from creating files with the ‘ ’ (tilde) suffix? December 10th, 2013. In any case to disable the (tilde) preceded file creation just disable (uncheck) the Create a backup of files before saving. Laquo; How to make 301 (permanent) redirect in CakePHP? Both comments and pings are currently closed. This is my About Me account. How to Prevent gedit from creating files with the ‘ ’ (tilde) suffix? How to make 301 (permanent) redirect in CakePHP? Remove File Extention (html,php) from URLs.
mohamedelsayed.net
JQuery | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/category/jquery
Archive for the ‘JQuery’ Category. Make all external links open in a new window. October 27th, 2012. Php wp enqueue script(‘jquery’);? Script type=”text/javascript” var $j […]. Comments Off on Make all external links open in a new window. How to scroll to Div. May 8th, 2012. Just use JQuery position function to get coordinates of your div, then use javascript scroll: var position = $(#your div id).position(); scroll(0,position.top);. Comments Off on How to scroll to Div. April 26th, 2012.
mohamedelsayed.net
Services | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/services
I give Hosting Support. Weekely Backup for Website (files and database). Restore a Backup if any fault occurs. Mantainance for website if any fault occurs (not modification). 24/7/365 Support via Phone, Chat, Email. Training for your Data Entry persons on the backend (if they need). Setup Email on Outlook, Thunderbird, and any mail client on PCs and Smart Phones. To request it Contact Me. Put in Subject Hosting Support. And I make Developing a Website. Back End Development: PHP, SQL, XML.
mohamedelsayed.net
Remove File Extention (html,php) from URLs | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/remove-file-extention-htmlphp-from-urls
Remove File Extention (html,php) from URLs. November 22nd, 2012. If you want to remove file extention (html,php) from URLs add to your .htaccess file if have one (or create new one) this code:. RewriteRule ([ .] )$ $1.html [NC,L]. RewriteRule ([ .] )$ $1.php [NC,L]. So if you have a url like:. You can open it as:. Laquo; Optimizing MySQL Queries. How to make 301 (permanent) redirect in CakePHP? Both comments and pings are currently closed. This is my About Me account.
mohamedelsayed.net
Make all external links open in a new window | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/make-all-external-links-open-in-a-new-window
Make all external links open in a new window. October 27th, 2012. If you want to make all external links open in a new window, you will use jQuery, put that code on your page:. Script type=”text/javascript”. 8220;a[href*=’http:/ ’]:not([href*=’http:/ yourdomain.com’])”).attr(“target”,” blank”);. 8220;a[href*=’https:/ ’]:not([href*=’https:/ yourdomain.com’])”).attr(“target”,” blank”);. And if you use WordPress. You can put this code on header.php. File before closing of head tag.
mohamedelsayed.net
How to make 301 (permanent) redirect in CakePHP? | Personal Site of Mohamed Elsayed – Web Developer
http://www.mohamedelsayed.net/how-to-make-301-permanent-redirect-in-cakephp
How to make 301 (permanent) redirect in CakePHP? November 24th, 2012. To make make 301 (permanent) redirect in CakePHP (so google mark it as permanent) put this code in the function you want:. This- redirect(array(‘controller’ = ‘newController’, ‘action’ = ‘index’), 301);. This- redirect(‘your external link here’,301,false);. Laquo; Remove File Extention (html,php) from URLs. How to Prevent gedit from creating files with the ‘ ’ (tilde) suffix? Both comments and pings are currently closed.