Robert Dannelly Jr - Passionate Software Engineer Blog - Dannelly Solutions

This blog shares my journey as a software engineer, along with personal reviews and life experiences I’ve gained along the way. “I have not failed. I've just found 10,000 ways that won't work.” — Thomas Edison. If you enjoy my content, please support it by clicking on ads (free for you, big help for me!) or by buying me a coffee on Ko-fi. Thank you!

Friday, October 30, 2015

IIS ApplicationPoolIdentity - Credit - http://stackoverflow.com/users/419/kev

›
The  ApplicationPoolIdentity  is assigned membership of the  Users  group as well as the  IIS_IUSRS  group. On first glance this may look s...
Wednesday, October 07, 2015

FTP Certificate TLS Encryption fix

›
Windows 2008 R2 - IIS 7.5 using FTP FileZilla (Protocol=FTP; Encryption=Require explicit FTP over TLS; Logon Type:=Normal; UserName=***...
Thursday, October 01, 2015

Reads of the week

›
Finding the Causes of Poor Performance in SQL Server, Part 1 & 2 https://www.simple-talk.com/sql/performance/finding-the-causes-of-...
Friday, September 25, 2015

Locking your network password

›
NEVER EVER have Scheduled TASKs, SERVICES or be logged into another machine when changing your password.  NEVER!!!!! In other words, alway...
Thursday, September 24, 2015

KNOW YOUR DATA, KNOW YOUR WORKLOAD AND KNOW YOUR DB ENGINE

›
MARCH 30, 2007  BY  PINAL DAVE SQL SERVER – Index Seek Vs. Index Scan (Table Scan) Index Scan retrieves all the rows from the table. ...
Friday, September 18, 2015

Chrome developer tools - DOM Bread Crumb

›
Today, I was really stumped with some CSS and setting display:none; and display: block; on the correct DOM element. depending on @media quer...
Thursday, September 10, 2015

When should I use jQuery's document.ready function?

›
Credit stackoverflow - http://stackoverflow.com/questions/13062246/when-should-i-use-jquerys-document-ready-function In simple words, ...
Wednesday, September 02, 2015

Quiz Day - What does this do?

›
var nyc = {     fullName: "New York City",     mayor: "Bill de Blasio",     population: 8000000,     boroughs: 5 };...
Monday, August 31, 2015

New Nick Name - "CoDEcAT --- Taking on PHP...

›
<!DOCTYPE html> <html>     <head>  <title> Challenge Time! </title>       <link type='text/css...
Wednesday, August 19, 2015

IIS Blowout Corruption

›
Had IIS on TEST go corrupted yesterday and had to remove and re-install.  I do not know why, but the following firewall setting got cut off ...
Tuesday, August 18, 2015

IIS_IUSRS be sure if you have relocated you IIS folders these permissions are added. Will save a lot of time and headache.

›
Friday, August 14, 2015

Awesome Disclaimer

›
Disclaimer ###### Inc., provides this publication as is without warranty of any kind , either expressed or implied. This publication could ...
Thursday, August 13, 2015

ThreadAbortException with ASP.NET redirect

›
Response.Redirect("/newpage.aspx", False) HttpContext.Current.ApplicationInstance.CompleteRequest()
Monday, August 10, 2015

Log Date: 8/10/2015 1619 Hours - Never trust another persons code who no longer works with you or cannot be talked to.

›
15 years and you would think that I would have learned not to trust another developers code who no longer works for the company.  I am at th...
Friday, August 07, 2015

Center Anything with DIVs

›
See my JSFIDDLE -  http://jsfiddle.net/moojjoo/pfce9m36/3/
Wednesday, August 05, 2015

Bootstrap implementation disclaimer

›
Disclaimer – All BootStrap( http://getbootstrap.com/ )  Framework changes being made for the mobile upgrade to the www.domain.com Web site...
Tuesday, August 04, 2015

SQL Server Table Size Report

›
SELECT     t.NAME AS TableName,     s.Name AS SchemaName,     p.rows AS RowCounts,     SUM(a.total_pages) * 8 AS TotalSpaceKB,     SUM(...
Friday, July 31, 2015

My Life!!!

›
I am a Programer I am a Programmer I write code
Thursday, July 23, 2015

First Byte Time “FBT” www.webpagetest.org

›
First and foremost I hope this helps some others, I find it very important to share knowledge that will help others to improve their Web si...
Wednesday, July 15, 2015

Remove Trailing Comma from List of Strings

›
myList . RemoveAt ( myList . Count - 1 );
‹
›
Home
View web version

About Me

My photo
Moojjoo
Software engineer with background in technology development and engineering. Drives innovative solutions and leads Agile teams to surpass business objectives and meet the evolving needs of product owners. Looking to support a company using expertise, combined with the utilization of AI GitHub Copilot to contribute to the advancement of cutting-edge technologies ther and overall organizational success. Experience with security and architectural design for enterprise JAVA and .NET applications. Strong communicator who easily explains technology solutions to stakeholders.
View my complete profile
Powered by Blogger.