Wafy's Tools

By Jeff , 7 June, 2021

No major updates. Still working on the new widgets for the Where Are Games site. They are pretty much done, just working out some bugs and UX testing yet. I setup a dev site for the Where Are Games, to help test the widgets out. It has been pretty stable, it is amazing how fast junk bots hit new host names. I did put some anti-bot headers, robots.txt and some meta tags. So there is no excuse for this site to show up in search. It is funny I have one version of a site that I don't want searchable and another that I do but can't get it to list properly.

By Jeff , 3 May, 2021

Started to look at the next section of WhereAreGame. Trying something different, I am using a mind map to flush out feature and option ideas. Still kind of trying to figure out if it works for me or not. It seems more like an outline in 2D or 3D depending on the software you use. One thing that it has helped with is I can look at it and find something to add to it, where an outline is tough to visualize see where to add.

By Jeff , 7 April, 2021

Small updates on both of the apps last week. I added dark mode to the DynaBallot app. Was also trying to add some other lock down headers to the app, but using 3rd party scripts makes it very difficult to implement since most do not support it. I tried to implement COOP and COEP, but for the COEP a few of the 3rd party scripts do not support the headers needed to do cross-domain requests. I was also looking into other headers to prevent cross site attacks as well and no luck. Going to need more research to replace what can't be supported.

By Jeff , 1 March, 2021

I was able to get the DynaBallot update pushed out. The biggest delay was the policies and the parts needed for those policies. Some of that delay was some work with Docker for a development environment. I was able to add a new ballot type also, so check out the Dynaballot blog site.

By Jeff , 1 February, 2021

Still working on the DynaBallot update slash privacy policy issue. I did a little more research and found that there are a number of "generators" out there that can provide a relatively sound privacy policy. From some of the testimonies and some blog posts that I have read they seem to work well. While there are some that are mostly free, they still need to make money. The one that I am planning on going with adds sections for different regions and charges for those sections.

By Jeff , 4 January, 2021

I have an update, but due to the regulations around privacy and cookies I can't upload the update. The DynaBallot update would added a new ballot type that would have been good about 2 months ago when the holiday season started. It would also add some things that would help with the SEO and added privacy policy. It seems I need to lawyer up and get a proper privacy policy built, then add the dorky cookie popup and maybe even have a cookie policy. It is crazy what regulations are out there now even if you are not located in the region that the policy is in.

By Jeff , 7 December, 2020

Was able to push out the Wherearegames update and the SEO for the site seems to be doing a bit better. I posted to my local gaming group and they seemed to enjoy it for about a week. With most places closed and people wanting to stay home so they don't get sick, it is not surprising it isn't getting much use. I will probably post it to a bigger group after this next update to see it will be more of a hit.

By Jeff , 2 November, 2020

Well the feature for WhereAreGame is written, it just needs to be fully tested and prettified. Was able to get a lot done yesterday and worked out some bugs that I had while the app was talking to the server. From the looks of it depending on how difficult it will be to test the objects, and what life throws at me, the feature should be completed soon. For the most part things look to be working as expected. There are just some validation and some polishing yet to do to make it look and feel like the rest of the site.

By Jeff , 5 October, 2020

Still haven't pushed out an update. Summer time is too active to do much in the line of programming. Though it is not to say there I can't squeeze in a little time to make a little progress. As for progress, the main GUI object exploded into many smaller objects and components, and is now a shadow of what it once was. I have to admit I spent much of the month arguing with myself on how best to pull that last piece out and how it will interface with other pieces.

By Jeff , 1 September, 2020

Another month without pushing out an update on either of my apps. I have to admit writing a GUI framework in JavaScript is a lot of thinking and hoping I write it right. Working on breaking down some more of the main GUI object into smaller components while allowing for extending functionality. A lot of what I am trying to do is to organize widgets  and allow for external widgets to be added with out interfering with the user's widgets. I have had to simplify the main component quite a bit, but still have some more work to do.