mobile mobile

Rajaniamit.wordpress.com

Website Analysis

GENERAL INFO icon
Website Age
24 years, 2 months ago
Country
United States
Alexa Rank
None
IP Address
192.0.78.13
META INFORMATION icon
Title
Exploring Sitecore
Description
Exploring Sitecore.
Content Type
utf-8
Top Similar websites icon
Domain Rank Visitors Earning per month Valuation
matthewdresser.com 6342589 218 20$ 600$
jsbisht.in None 115 11$ 330$
chrisperks.co None 0 0$ 1000$
lifewithsitecore.blogspot.com None 0 1$ 30$
sitecoresolver.blogspot.com None 0 1$ 30$
glass.lu None 0 0$ 1000$
born4joy.wordpress.com None 0 0$ 1000$
ctor.io None 0 0$ 1000$
Countries
Country Rank Pct
Alexa rank
Country Name Unknown
Daily unique visits 0
Daily Page Views 0
Income Per Day 0 USD
Rajaniamit.wordpress.com valuation 1000
GENERAL HTML INFORMATION icon
Type Status
HTML 5 img
Responsive Website img
HTML SIZE INFORMATION icon
Rajaniamit.wordpress.com has a website text/code ratio of 24 %. Search engine crawlers tend to not pick up pages with inadequate content.
  • HTML Size: 857 KB
  • Text Size: 20568 KB
  • Code Size: 65132 KB
IMPORTANT HTML TAGS AND COUNTS icon
  • H11
  • H210
  • H32
  • H40
  • H510
  • H617
H1
No Text
1 Exploring Sitecore
H2
No Text
1 Sitecore Commerce – Override default policy
2 Sitecore 9 Installation Steps
3 Start with SOLR Setup
4 Set Up SSL for SOLR
5 Enable Contained Database Authentication
6 Install Sitecore Install Framework and Sitecore Fundamentals
7 Time to Begin: –
8 SOLR Query to search through Sitecore Index
9 Sitecore Alphanumeric captcha control
10 Sitecore Logging to SQL Database
H3
No Text
1 As you would’ve probably known by now that Sitecore 9 has following pre-requisites: –
2 Enter the command to stop SOLR
H5
No Text
1 #region NameSpace using System.Drawing; using System.Drawing.Imaging; using System.Web.Mvc; #endregion
2 #region MainCode namespace Sitecore.Recaptcha.ExecuteResult { public class ImageResult : ActionResult { private readonly string _captcha;
3 #region Constructor /// <summary> /// Image Result Constructor /// </summary> /// <param name=”CaptchaCode”>Alpha-Numeric Captcha Code</param> public ImageResult(string CaptchaCode) { _captcha = CaptchaCode; } #endregion
4 #region ExecuteResult /// <summary> /// Execute Result Method /// </summary> /// <param name=”context”>Controller Context</param> [ValidateAntiForgeryToken] public override void ExecuteResult(ControllerContext context) { Color BackColor = Color.DarkGray;
5 using (Bitmap bitmap = new Bitmap(Width, Height, PixelFormat.Format32bppArgb)) using (Graphics graphics = Graphics.FromImage(bitmap)) { Color color = Color.Black; Font font = new Font(FontFamily.GenericSansSerif, FontSize, FontStyle.Regular);
6 SolidBrush BrushBackColor = new SolidBrush(BackColor); Pen BorderPen = new Pen(color);
7 Rectangle displayRectangle = new Rectangle(new Point(0, 0), new Size(Width – 1, Height – 1));
8 graphics.FillRectangle(BrushBackColor, displayRectangle); graphics.DrawRectangle(BorderPen, displayRectangle);
9 graphics.DrawString(_captcha, font, Brushes.Black, 14, 9); context.HttpContext.Response.ContentType = “image/jpg”;
10 bitmap.Save(context.HttpContext.Response.OutputStream, ImageFormat.Jpeg); bitmap.Dispose(); } } #endregion } } #endregion
H6
No Text
1 <configuration xmlns:patch=”http://www.sitecore.net/xmlconfig/”&gt; <sitecore> <log4net> <appender patch:before=”appender[@name=’LogFileAppender’]” name=”ADONetAppender_SqlServer” type=”CustomLogger.Utility.Logging.CustomLogAppender, CustomLogger.Utility“
2 using log4net.spi; using log4net.Appender;
3 namespace CustomLogger.Utility.Logging { public class CustomLogAppender : ADONetAppender { #region Append /// <summary> /// Append Logging Event /// </summary> /// <param name=”loggingEvent”>Logging Event Object</param> protected override void Append(Logg
4 base.Append(loggingEvent); } #endregion } }
5 using System; using System.Text; using log4net.spi; using log4net.Layout;
6 namespace CustomLogger.Utility.Logging { public class CustomPropertyLayout : LayoutSkeleton { protected const int BufSize = 0x100; private StringBuilder _mSbuf = new StringBuilder(0x100); protected const int MaxCapacity = 0x400;
7 #region Properties /// <summary> /// PropertyName /// </summary> public string PropertyName { get; set; }
8 /// <summary> /// IgnoresException /// </summary> public override bool IgnoresException { get { return false; } } #endregion
9 #region ActivateOptions /// <summary> /// ActivateOptions /// </summary> public override void ActivateOptions() {
10 } #endregion
11 #region Format /// <summary> /// Format /// </summary> /// <param name=”loggingEvent”></param> /// <returns></returns> public override string Format(LoggingEvent loggingEvent) { if (loggingEvent == null) { throw new ArgumentNullException(“loggingEvent”);
12 if (_mSbuf.Capacity > 0x400) { _mSbuf = new StringBuilder(0x100); } else { _mSbuf.Length = 0; }
13 if (!string.IsNullOrEmpty(PropertyName)) { _mSbuf.Append(loggingEvent.Properties[PropertyName]); }
14 return _mSbuf.ToString(); } #endregion } }
15 CREATE TABLE [dbo].[Log]( [ID] [int] IDENTITY(1,1) NOT NULL, [Date] [datetime] NOT NULL, [Thread] [varchar](255) NOT NULL, [Level] [varchar](20) NOT NULL, [Logger] [varchar](255) NOT NULL, [Message] [varchar](4000) NOT NULL, [Exception] [varchar](4000) NU
16 CREATE PROCEDURE [dbo].[logFromSitecore] @log_date DateTime , @thread varchar(255) , @log_level varchar(20) , @logger varchar(255) , @message varchar(4000) , @exception varchar(4000) , @serverip varchar(50) , @clientip varchar(50) , @pagename varchar(4000
17 INSERT INTO [Log] ([Date],[Thread],[Level],[Logger],[Message],[Exception],[ServerIp],[ClientIp],[PageName],[FunctionName]) VALUES (@log_date, @thread, @log_level, @logger, @message, @exception, @serverip, @clientip, @pagename, @functionname)
WEBSITE SERVER INFORMATION icon
  • Service Provider (ISP)
  • Automattic, Inc
  • Hosted IP Address
  • 192.0.78.13
  • Hosted Country
  • United States
  • Host Region
  • ,
  • Latitude and Longitude
  • 37.751: -97.822
COLOR ANALYSIS icon
  • #C5D0EE
  • #4ACCB9
  • #097B65
  • #CBD7ED
  • #6CE7D0
  • #7F29BF
  • #14BA0C
  • #9348E1
  • #3A3087
SOCIAL NETWORKS icon
Social Count
Facebook Likes 0
Reddit score 0
Pinterest Share Count 0
Vk Share Count 0
OK Share Count 0
COMMENTS (0)

POST A COMMENT