Sencha Touch Vs JQTouch

Sencha touch is a little more complicated for those used to web design to use, in that it is almost a purely programmatic model (you don’t design pages in html, you programmatically add elements to a page). It does, however, have a much richer widget model and is a lot more fleshed out than jQTouch … Read more

What is the User Agent string name for Microsoft Edge?

Microsoft Edge UA string: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10136 I detail why in this blog post. Neowin recently reported that Microsoft’s new browser for Windows 10, Spartan, uses the Chrome UA string, “Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0″. That is done on purpose. … Read more

Programmatic SMS [closed]

Use http://www.twilio.com/ They have a REST interface to send SMS’s and even to establish phone calls or receive phone calls. You even get 30$ credits to try it out. Def. the cheapest solution you will find.

How to use Ionic Framework for Web App Development?

This is possible if you include the components of www/lib/ – This folder contains the core of ionic(the ionic framework + angularjs) and you can proceed from there. However it’s important to note that ionic was built on top of angularjs, specifically with mobile in mind. To get better results for web app development, you … Read more

Tooltips for mobile browsers

You can fake the title tooltip behavior with Javascript. When you click/tab on an element with a title attribute, a child element with the title text will be appended. Click again and it gets removed. Javascript (done with jQuery): $(“spanTooltips for mobile browsers”).click(function () { var $title = $(this).find(“.title”); if (!$title.length) { $(this).append(‘<span class=”title”>’ + … Read more

What’s the point of ‘meta viewport user-scalable=no’ in the Google Maps API

On many devices (such as the iPhone), it prevents the user from using the browser’s zoom. If you have a map and the browser does the zooming, then the user will see a big ol’ pixelated image with huge pixelated labels. The idea is that the user should use the zooming provided by Google Maps. … Read more

Flutter (Dart): Exceptions caused by rendering / A RenderFlex overflowed

This is a pretty common issue to run into, especially when you start testing your app on multiple devices and orientations. Flutter’s Widget gallery has a section covering the various scrolling widgets: https://flutter.io/widgets/scrolling/ I’d recommend either wrapping your entire content in a SingleChildScrollView, or using a scrolling ListView. EDIT: This question and answer have gotten … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)