I'm locked out of my WordPress website, how do I reset the password?
Forum in Content-Management Systems | By Some Guy
Published
Last ReplyIt should be possible to reset your password directly in the database table. Using PHPMyAdmin (or whatever), follow these steps: Open PHPMyAdmin... August R. Garcia,
It should be possible to...
DirtyCOW (Copy-on-Write) Explained by Computerphile and LiveOverflow
Forum in Unintended Behavior and Exploits | By August R. Garcia
Published | Last Update
That's not DIrtyCOW; that's my wife.
MoreThis thread was only made for the meta description. Videos: https://www.youtube.com/watch?v=kEsshExn7a https://www.youtube.com/watch?v=CQcgz4...Last ReplyUnicode has to make money somehow. August R. Garcia,
Unicode has to make money...
Does GoDaddys certified domain program help SEO?
Forum in Search Engine Optimization | By Some Guy
Published
Last ReplyBy look of it this certification is a badge that says GoDaddy loves you... I would not buy it, and it will have no effect on your SEO. Hash Brown,
By look of it this certif...
Last ReplyYandex is a Russian language search engine, unless you're trying to target Russians I would not pay that much attention to it. However, they do... Hash Brown,
Yandex is a Russian langu...
Can I create a 301 redirect without any hosting?
Forum in Search Engine Optimization | By Some Guy
Published | Last Update
Last ReplyHey, It depends who the domain was purchased with. Namecheap cover it here: https://www.namecheap.com/support/knowledgebase/article.aspx/385/22... Hash Brown,
Hey,
Last ReplyIn terms of SEO, the only potential issue is if for whatever reason it had been penalized in ther SERPs. Provided that the domain is not penalized,&nb... August R. Garcia,
In terms of SEO, the only...
Last ReplyAvoid nulled themes at all cost. It's not worth it. You might save $80 now, but you have literally no idea what extra code these nulled themes... Hash Brown,
Avoid nulled themes at al...
Best way to generate sitemap for ecommerce store?
Forum in Search Engine Optimization | By Some Guy
Published | Last Update
Last ReplyYou're developer is correct. Sitemaps are basically lists of URL's, typically in XML which tell search engines where all your web pages are... Hash Brown,
You're developer is c...
How important is site structure?
Forum in Search Engine Optimization | By Some Guy
Published | Last Update
Last ReplySitestructure is important for two things: Google bot wants a nice and easy website to crawl for the best results Humans will find it easier t... Hash Brown,
Sitestructure is importan...
The Google Introduction to Machine Learning
Forum in Machine Learning | By Hash Brown
Published | Last Update
Last ReplyAnother guide on a similar topic is TensorFlow for Poets: https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0 Which cov... August R. Garcia,
Another guide on a simila...
Last ReplyHey, The CMS you use in theory does not really matter much, Google offers no SEO edge to any particular platform. As long as you can put the correc... Hash Brown,
Hey,
New to SEO, How do I view my competitors backlinks?
Forum in Search Engine Optimization | By Some Guy
Published | Last Update
Last ReplyHey, The easiest way of doing this is to use an SEO tool, any of the following tools will do this (ranked in currently what I think is the best to... Hash Brown,
Hey,
How to block SEO tools from accessing my website?
Forum in Search Engine Optimization | By Some Guy
Published
Last ReplyThere are (basically) two methods: Update your robots.txt file. For example, if you want to block Ahrefs via your robots.txt file, Ah... August R. Garcia,
There are (basically) two...
Last ReplyIf the $199/month is for pure hosting costs (rather than hosting + ongoing site maintenence, answering your support tickets, and so on), the... August R. Garcia,
If the $199/month is for...
Is replacing embedded GoogleMaps with OpenStreetMap worth it?
Forum in Web Development | By Some Guy
Published
Last ReplyIt works fairly well. Have used it on and off on the 256 Kilobytes website on the About and Staff page. Only bug that I've run into is that, wh... August R. Garcia,
It works fairly well. Hav...
256KB v1.1.2 -- Pending Features, known bugs, and general bug reports
Forum in Meta | By August R. Garcia
Published | Last Update
How do I take down a rip off report?
Forum in Online Reputation Management (ORM) | By Some Guy
Published
Last ReplyHello, Unfortunately there really isn't a hard and fast fix for things like this, I would attack this in the following order: Try and fix... Hash Brown,
Hello,
How can I build a GUI interface using Visual Basic to track a killers IP address?
Forum in Garbage Can | By August R. Garcia
Published
Sir
MorePleaseLast ReplyIf you're going to do this in any real volume you're going to get IP blocked pretty quick, even on Google Sheets. If I were you I would loo... Hash Brown,
If you're going to do...
[CSS Trick] How to smooth-scroll to anchors using pure CSS (scroll-behavior property)
Forum in Style and Layout | By August R. Garcia
Published | Last Update
Apparently this is a thing (as of like t...
MoreApparently this is a thing (as of like two days ago (?)): html { scroll-behavior:smooth; } https://css-tricks.com/snippets/jquery/smooth-s...Content Management System Comparisons: Wordpress v. Drupal v. Joomla?
Forum in Content-Management Systems | By Some Guy
Published | Last Update
Last ReplyBasic overview: WordPress Is generally considered to be the easiest to use, particularly for blog/news type websites. For more heav... August R. Garcia,
Basic overview:
Last ReplyZoscal was the old name? Yes. Bug now fixed on local/development version and will be pushed in the next patch. August R. Garcia,
Is Terry A. Davis truely the smartest programmer that ever lived?
Forum in Garbage Can | By Some Guy
Published | Last Update
Last ReplyHe did write his own compiler. August R. Garcia,
He did write his own comp...
Last ReplyThis post covers the distinctions pretty concisely:https://marksheet.io/sass-sCSS-less.HTML August R. Garcia,
This post covers the dist...
Can you use Machine Learning to solve reCaptcha v2?
Forum in Machine Learning | By Some Guy
Published | Last Update
Last ReplyYes, it's possible. And yes, most bots that can click pictures of cars will use machine learning in some way.Roughly six months, I wrote a reCapt... August R. Garcia,
Yes, it's possible....
Last ReplyDisplay:table can be changed where needed, which solves [one of] the largest problem[s] related to using table elements for layout/design. August R. Garcia,
Display:table can be chan...
Last ReplyThere is Libreoffice Base: http://www.thefrugalcomputerguy.com/libreoffice-base/Overview.php https://www.libreoffice.org/discover/base/... August R. Garcia,
There is Libreoffice Base...
Last Reply………………………………-~*")"/'~)||||||/''"/'~... August R. Garcia,
………&...
I downloaded a bunch of stock photos for testing. Is there a quick way to bulk rename in Bash (or something similar)?
Forum in Web Scraping, Data Analysis | By Some Guy
Published | Last Update
Last ReplyA script like run from the terminal or a Bash script works for this type of file renaming: INDEX=1; for i in *.jpg; do mv $i ${INDEX}_cover.jpg;... August R. Garcia,
A script like run from th...