Skip to main content

Switching 4rm twitter 2 blogger - Update 1

Update: My account has been restored, almost after a month, better late than never :)
---------------------------------------------------------------------------------------

Switching 4rm twitter 2 blogger, For whtevr reason twitter felt I have violated there terms conditions & after 2 unsuccessful support tickets I am switching...

*********************************
the above message was originally test posted from mobile... this works great and keeps things at one place :) much better...

To elaborate on the issue, My account got suspended right after I made few unique tweets on multiple accounts and a week before I deleted some spam tweets on my @syedwasay.

Not knowing what caused the issue for suspension, I thought may be they are thinking I am spaming and blogged my account for that but I hardly posted two or three post and that too on my clients accounts and not on my account, but still no clue as to why my account is suspended.

I tried in vein to communicate back to twitter and explained all I could, first was that, as I am a web developer and maintain many websites, my IP may have been flag for posting on multiple client tweets, which is what my developer mind will figure as for IP tracking, so I wrote explaining my developer status and hoping twitter will understand how in this day and age clients email press releases and or news which are written by PR firms in word documents or under-writers and forwarded to developers to be posted in web friendly formats, and I was hoping to get some kind of reply as to why my account @syedwasay was suspended, but to my horror the case ticket status was changed from open to closed with no explanation.

I tried again and asked the first ticket was closed without a reply and same thing happen and to make things more bizzare, the second ticket was closed with status "Solved". Only ET mind might know what that "Solved" means but to me it only means lack of understanding or common sense at the part of twitter.

Only thing I had now was the initial suspension email which was previously emailed about violating terms and condition and posting on more than one place with the same tweet. I don't recall posting same message except deleting some spam and not thinking too much about it.

I was just starting to enjoying tweeting and wasn't really paying attention as to how someone hacked or posted the account, knowing this to be starter account and just to keep tabs on what's new at twitter, I deleted the offending spam tweets and forgot about it, only to be backstabed by tweespention...

Only thing left for me is to move on to a new platform and promote this platform to my clients, if I can't see new updates of twitter and learn what's comming than I can't promote such product to my clients... yes twitter is phenominal but the bottom line is I am here to give service and if I cannot know about the service I am providing than I might lose the very clients which I first suggest about using twitter.

So, I enabled sms capability of this blogger mobile and it works just as good as twitter and hopefully over time I will enjoy just as I use to enjoy what ever little tweeting I use to do on this blogger site as this is the main site for my blogging and now it will also become the main site for my text messages :)

Comments

Popular posts from this blog

Completed UiPath - RPA Developer Advance Training

After a month of training, with late nights and weekends I have completed the UiPath RPA Developer Advance Training. The Level 1 Foundation Training pretty much covered all the basics of Desktop studio and workflows, only draw back was I started with the default foundation course which was for 2016, and all document reference links where pointing to 2016 version. I didn't understand it during the foundation training and kept switching to 2018 version document/page. Only after completing the Foundation course that I realized, I was suppose to have started with the 2018 version of Level 1 Foundation Training, but as it was optional I didn't have to retake the 2018 version, the 2016 was good enough for moving to level 2. The Level 2 Orchestrator 2018.3 Training as good. It gave good understanding of Queue's, Jobs, and schedules and I was able to complete the level two much faster then the level 1. The Level 3 UiPath Advanced Training was bit tough as it involved the a

KB 294807 - IIS Server - PHP FastCGI 500 Error 0xfffffffe

Resolved issue today of IIS Server - PHP FastCGI 500 Error 0xfffffffe by deleting "Windows Temp" folder files. We used Cygwin to customize some permissions of "Windows Temp" folder and after few hours the website stopped working. The search online was giving all kinds of different solution except what I was looking for. I was hoping the stackoverflow will have answers but even this post didn't cover the issue I was running into. https://stackoverflow.com/questions/15302080/fastcgi-500-failure Restarting the IIS didn't work, but deleting temp files cleared the issue, but now the problem is how long before the site will go down again? Hope the issue is resolved for ever, if not; I will update this post later.

QlikSense - Custom Form Login Screen

Extension of:  Custom login, logout and error forms for Qlik Sense by RPK https://developer.qlik.com/garden/5ada5a8f0c313f5c539dc7fd QlikSense - Custom Login Screen Install Node on QlikSense Server: URL: https://nodejs.org/en/ Saved at: C:\server-tools\Downloads\Node Installed at: C:\server-tools\Runtime\nodejs\ Keep default options Create Folder: C:\QlikForm Clone git Repository and keep updates private: # Open Shell/Bash/Command Prompt cd /QlikForm # Ref: https://medium.com/@bilalbayasut/github-how-to-make-a-fork-of-public-repository-private-6ee8cacaf9d3 git clone --bare https://github.com/kreta99/QS-Custom-Forms .git cd QS-Custom-Forms.git git push --mirror https://github.com/<name>/QS-Custom-Forms.git cd .. (go to parent folder) # remove other users repo clone rm -rf QS-Custom-Forms.git # clone witinc private repo git clone https://github.com/<name>/QS-Custom-Forms.git Get latest copy of login pages: # Open She