Any new Google updates?Read more
Any new Google updates?Read more
Hi I run a UK based locksmith business with a well ranking website. On the 1st August and 27th September my site lost around 70% of its Google traffic, with a noticeable drop in keyword rankings. My research leads me to believe these dates coincide with two Google updates and websites with low E-A-T willRead more
Background: I have a protocol called ChangesPushable. (Changes meaning, insert / update / delete are pushable) Programming language is Swift Problem: Similarly I want to name a protocol which pushes inserts and updates (not delete). My thoughts (not convincing): UpsertPushable (Not too fond of the word Upsert) CreatesPushable (Kind of misleading with the word createsRead more
So I got this ‘new’ phone and I transferred all of my stuff over to the new phone, but I notice that’s not updating some apps, When I try to update them myself manually I got this Error 495. I can’t find what error 495 is and why it only applies to some updates ofRead more
Hi, What’s the latest updates on Google algorithms and SEO techniques in 2018?Read more
Version: SP2013 enterprise on-prem. I’m trying to save an item and then redirect based on a drop down from the item form. This works except that edits to the People Picker fields aren’t saved. When I step through the code, this line is returning true: if (SPClientForms.ClientFormManager.SubmitClientForm(‘WPQ2’)) return false; which means the next line WebForm_DoPostBackWithOptions(newRead more
What is included in the sale? Code & Design Web app deployment/configuration 30 days Free Technical Support What is required to keep the business operational? This site was designed to be as light and as fast loading as possible.so it just needs a good webhost and you are ready to go.i can recommend and helpRead more
A typical advice before any production deployments is backup the DB first. This way, if the new update has some issue that can lead to potential data loss or logical data corruption, then you still have a backup to compare and correct old records. However, this can work well till DB size is in fewRead more
I have an audit table EpisodesHistory. One of the fields that gets copied is eDescription. I expect eDescription to be regularly be a couple kilobytes in length. For database space and transmission to client applications, I wanted to do something where if, upon recording the change, eDescription is identical to a previous iteration, it recordsRead more
I have an application that receives a number of values that need to be applied to various properties of an object (sealed class). Originally I just set the value without checking anything and updated the object, but of course sometimes the new values wouldn’t be valid, and other times they would be identical to existingRead more