Friday, October 7, 2011

RabbitVCS icon is missing in contex menu

In my last post try to explain how to install  RabbitVCS in ubuntu. i later when i start to use Ubutu10.10 found that all the steps are fine for Ubutu10.4 and i need a fix for it. after spending a lot I found that Gnome in  10.10 is different. see that it's a bug in the extension code, but you might be able to work  around it if you disable "show attributes" in the settings

try this command to enable:

gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons  true

i hope this time RabbiVcs will appear in you Context Menu.

Tuesday, April 5, 2011

New jQuery version into Liferay Portal

Copy the file "top_head.jsp" located in folder "liferay-portal-src-[version]\portal-web\docroot\html\common\themes\" into the EXT-folder 'liferay-portal-ext\ext-web\docroot\html\common\themes\'

>Open the copied file in your EXT
>Add the following lines:
<script  src="/html/js/jQuery1.3.2/jquery1.3.2.js" type="text/javascript"></script>
<script  src="/html/js/jQuery1.3.2/ui.jquery1.7.js" type="text/javascript"></script>
<script >="" src="/html/js/jQuery1.3.2/ui.stars.js" type="text/javascript"></script>

<script type="text/javascript">
var $132 = jQuery.noConflict(true);
 </script>
> Now you can access jQuery 1.3.2'.

AWS Services

      1.         Identity Access Management (IAM): Used to control Identity (who) Access (what AWS resources).                   1....