PHP Progress Bar Script http://w3shaman.com/article/php-progress-bar-script If you have a long running PHP script that executes many processes, you may need to inform user about the progress of the process when the script is still running and hasn’t finished yet. READ MORE
Month: December 2017
The Developer Show (GDD India ’17) w/ Florina Muntenescu
In this DevShow segment from GDD India ’17, Dan Galpin chats with Florina Muntenescu about Architecture Components. Florina and Dan discuss the Architecture Components guide, testability and separation in your app, and the Paging Library. You can help shape the READ MORE
HTTPS ON!!
What is HTTPS? HTTP VS HTTPS Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The ‘S’ at the READ MORE
Robotium, User scenario testing for Android
https://github.com/RobotiumTech/robotium Robotium is an Android test automation framework that has full support for native and hybrid applications. Robotium makes it easy to write powerful and robust automatic black-box UI tests for Android applications. With the support of Robotium, test case READ MORE
Remote Desktop Ubuntu Server with Microsoft’s Remote Desktop Connection client
Another option, if you’re using Microsoft’s Remote Desktop Connection client: sudo apt-get install xrdp
How to increase upload size in PHP-Apache
Iam using Apache with mod_php on Debian/Ubuntu Linux server. How do I increase file upload size limit in PHP-Apache app from default 2MB to 100MB? You need to edit the file called /etc/php/7.0/apache2/php.ini. Increase file upload size limit in PHP-Apache READ MORE
Set the color of an Android ScrollView fading edge
Thank you Doug https://stackoverflow.com/a/45963901 e Do this: <ScrollView android:theme=”@style/scrollUpdate” android:layout_width=”match_parent” android:layout_height=”0dp” android:layout_weight=”1″ > in values\styles put the style <style name=”scrollUpdate”> <item name=”colorAccent”>@color/yourcolor</item> <item name=”android:color”>@color/yourcolor</item> <item name=”colorPrimary”>@color/yourcolor</item> <item name=”colorPrimaryDark”>@color/yourcolor</item> </style>
Android Activity’s launchMode: standard, singleTop, singleTask and singleInstance
https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en Activity is one of the most brilliant concept on Android from its well-design architecture on memory management which lets Multitasking works perfectly on this most popular mobile operating system. Anyway, Activity is not just to be launched on the screen. READ MORE
What You Need To Know In Oil And Gas Today – 12.14.2017
Here are the Top Dozen Oil & Gas stories for December 14, 2017, taken directly from the @GDBlackmon Twitter Feed: #GodBlessTexas.: Texas drilling permits in November increase 76.3% from 2016 Well, that’s all good with me.: Energy Dept. sees higher READ MORE
Security Evacuates FCC Net Neutrality Vote Meeting
This is a developing story. Please check back for updates. UPDATE: 1:05 p.m. EDT – Security allowed everyone to reenter the room shortly after everyone was evacuated from Thursday’s FCC net neutrality vote. Security dogs swept the room before anyone READ MORE