Categories
Tips

How to get Rumble Admin in Dark Mode

Imagine this scenario. You have set your operating system to dark mode, most of the apps you use are in dark mode as well, but then, you open your Rumble Administration area a blinding light flashes you with a lot of blue light glaring at your pupils. Yes, I know, very annoying. But, GOOD NEWS, […]

Categories
Tips Tutorials Video Tutorials

Streaming on a Budget

This video shows few basic tools that would be needed to start preparing yourself for streaming. Granted, this tutorial series is geared towards individuals that already own a computer/laptop and a camera/webcam, which are probably the most expensive tools to acquire

Categories
App Reviews Tips

Previewing XCloud on a Galaxy Note 9

Today I was able to take full advantage of the beta test for XCloud. Let me tell you, I’m impress. The video you are watching is a video capture using Samsung Flow, trying to make justice on how good the service performed I set the Samsung Flow to transmit at low res.

Categories
Tips

Photorealism – What is it?

Photorealism is everywhere, even in things you don’t even expect it… Think about IKEA Catalog… yeap, all those beautiful shots are made with CG.

Categories
App Reviews Tips

Fast .Gif files with ScreenToGif

Looking for a more effective way to create .Gif files for only help tips and other purposes, I stumble with this wonderful tool. It is lightweight and easy to use. Very intuitive. Only available for Windows, but the source code is available at: http://screentogif.codeplex.com and also maintained at https://github.com/NickeManarin/ScreenToGif This is a quick 10 minutes […]

Categories
Develotweets News Tips

New Google Ranking Priority is on Mobile

Google is changing how it’s ranking the websites again. Not only you need to create new content but has to be mobile friendly… more information from Practical Ecommerce website. For WordPress Developers, this is not a big deal, because if you install Jetpack you already have a mobile option for your web, you only have […]

Categories
Tips

Secure Websites Not Responding – Disable SSLv3

With the latest news about the new SSL vulnerability, after the not so long ago HEARTBLEED vulnerability, now we are been threatened by a POODLE. Because of this, browsers are blocking the use of SSLv3 causing some HTTPS websites to stop responding, in my case either in Chromium and Firefox. I noticed that any other […]

Categories
App Reviews News Resources Tips

Getting 22 Gig’s of Space in the Cloud [Updated 06-14-2016]

If you are the kind of person that carries a lot of flash drives in your wallet, backpack or laptop bag and have a Smartphone, then you are probably loosing data from time to time, when a flash drive fails or gets corrupted with a file. If you have a Smartphone with plenty of space, […]

Categories
App Reviews News Tips Tutorials

CUPS – Forbiden – Ubuntu 13.10

Wow, I haven’t had a hard time with Ubuntu 13.10 until I bought a new laser printer from Lexmark. The printer was fine and I downloaded all the required files from lexmark.com, but an error pop out from the Ubuntu Software Center stating that the package was malformed. Anyway, I submitted the error to Lexmark […]

Categories
Resources Tips Tutorials

Making your videos responsive to screen resolution with JQuery

This is a nice piece of code I found in Stack Overflow, but I love the solution posted by Darwin in October 12 2012 and I tweaked to fit my needs and here is my code: function adjustVideoRatioToParent(arr){ var element = (arr.e === undefined)? jQuery(‘iframe[src*=”youtube”]’) : jQuery(arr.e); //set element or elements var eParent = element.parent(); […]