Control + S block your vi editor to come back press Control + Q
Monday, 17 June 2013
Thursday, 28 March 2013
Windows to Ubuntu - Reasons
Why windows always fuzzy about logoff / shutdown / restart buttons
I always have to find out where is it hiding..
visa , windows 7 , windows 8 has the same issue.
Its really irritating, time to go back to ubuntu.
I always have to find out where is it hiding..
visa , windows 7 , windows 8 has the same issue.
Its really irritating, time to go back to ubuntu.
Saturday, 5 January 2013
Development setup For PHP Developer
Xampp - http://www.apachefriends.org/en/xampp-windows.html
Netbeans - http://netbeans.org/downloads/
Mercurial Plugin - http://netbeans.org/kb/docs/ide/mercurial.html
Xdebug - http://wiki.netbeans.org/HowToConfigureXDebug -- http://netbeans.org/kb/docs/php/debugging.html
PHP Manual - http://php.net/download-docs.php
Mysql Manual - http://dev.mysql.com/doc/
Winrar - www.rarlab.com/download.htm
jquery manual - http://charupload.wordpress.com/2007/12/07/jquery-documentation-chm/
Firebug - http://getfirebug.com/downloads
WebDeveloper - https://addons.mozilla.org/en-US/firefox/addon/web-developer/
HTTP Headers - https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/?src=search
FireFTP - https://addons.mozilla.org/en-US/firefox/addon/fireftp/?src=ss
Monday, 16 April 2012
.htaccess file is not working
if your .htaccess file is not working first thing to check if below line is available in apache conf file (httpd.conf)
to
and below line
AccessFileName .htaccess
if above line exists and still .htaccess donot work, you may have to check with .htaccess file syntax validators. there are few tool available online.
AllowOverride None
to
AllowOverride All
and below line
AccessFileName .htaccess
if above line exists and still .htaccess donot work, you may have to check with .htaccess file syntax validators. there are few tool available online.
Thursday, 12 April 2012
svn: OPTIONS of could not connect to server
Issue
Solution
Add a new directive neon-debug-mask =
File
~/.subversion/servers
Directive
neon-debug-mask = 3 (Ref: http://happygiraffe.net/blog/2009/09/23/neon-debug-mask/)
while running svn up command if it stops at below lines for
more than 1 second, that means there is issue, immediately use ctrl+c
and retry svn up command.
Sending request-line and headers:
Connecting to
Above step should save most of our time spending on svn issue.
Wednesday, 4 January 2012
Facebook tab issue - workaround
Now a days some of the developer donot see how to add the application as tab to existing pages.
for that open the old application page where you see 'add to My Page'
use the fire bug to change the url with your newly created applicaiton ID and click on that like, then you see popup with new application name and pages available for the users.
select the page for which need the tab. you are done :).
for that open the old application page where you see 'add to My Page'
use the fire bug to change the url with your newly created applicaiton ID and click on that like, then you see popup with new application name and pages available for the users.
select the page for which need the tab. you are done :).
CK Editor Cutsom CSS
Edit the default.php
it has the code in json array format.
edit that json array to add new css.
in this name is nothing just title , its not the name of css.
it has the code in json array format.
edit that json array to add new css.
in this name is nothing just title , its not the name of css.
Labels:
ck editor custom css default
Subscribe to:
Posts (Atom)