Koti Syamala

Koti Syamala

CSS Border Properties

Border Property will set the border of an HTML element with it’s own width, style, color and radius. these are various styles of the border, Following are the allowed values for border-style: property: dotted – Defines a dotted border dashed – Defines…

C9520-424 – Developing Digital Experiences Using IBM Web Content Manager 8.5 Sample Test Questions

Contact me via e-mail : chinnutheitguy@gmail.com Here are the some of the book recommendations :               Enable GingerCannot connect to Ginger Check your internet connection or reload the browserDisable in this text fieldEditEdit in GingerEdit in Ginger×

Change IBM Websphere Commerce server(WCS) admin console password

Go to : enter the following commands: update userreg set logonpassword = x’74434f61354f51593862415655304d5268424e54723865685653356151374a2b353163506c4261363730633d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020′ where logonid=’wcsadmin’; update userreg set salt = ‘hsdbacehyoyn’ where logonid=’wcsadmin’; update userreg set status = 1 where logonid=’wcsadmin’; update userreg set passwordexpired = 0 where logonid=’wcsadmin’;  Submit query after…

IBM WCM 8.5 Rendering Plugin Example to render Youtube Video in a web content

Create a Dynamic Web project Create the following java class which implements RenderingPlugin interfaceClass: package com.ibm.plugins;import java.io.IOException;import java.io.Writer;import java.util.List;import java.util.Locale;import java.util.Map;import com.ibm.portal.ListModel;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel;public class YoutubePlugin implements RenderingPlugin { private String PLUGIN_NAME = “video”; @Override public boolean isShownInAuthoringUI() {…

Pull your Google Calendar events programatically to your blog or website

<link rel=”stylesheet prefetch” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css”> <link href=”https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css” rel=”stylesheet”><script src=”https://code.jquery.com/jquery-1.10.2.js”></script><script src=”https://code.jquery.com/ui/1.10.4/jquery-ui.js”></script> <script type=”text/javascript”><!– // Your Client ID can be retrieved from your project in the Google // Developer Console, var CLIENT_ID = ‘24593348883-tb02vbkk055o6maqikqh7bro4brrl8j5.apps.googleusercontent.com’; var SCOPES = [ “https://www.googleapis.com/auth/calendar.readonly” ]; /** *…

Responsive Curosaral with bootstrap for all devices

HTML: <html>  <head>          <link href=”../css/bootstrap.min.css” rel=”stylesheet” type=”text/css”></link>    <link href=”../css/caroseral.css” rel=”stylesheet” type=”text/css”></link>    <script src=”../js/jquery-2.2.3.min.js” type=”text/javascript”></script>    <script type=”text/javascript”>    $(document).bind(‘mobileinit’,function(){        $.mobile.changePage.defaults.changeHash = false;        $.mobile.hashListeningEnabled = false;        $.mobile.pushStateEnabled…

Enable Notifications OK No thanks