Few days before we migrated our site to new server, everything gone well and site started working on new server. Nothing seems wrong, but when we try to install/remove plugin from our WordPress plugins dashboard it ask for FTP Credentials. Yeah, WordPress was asking for FTP credentials before removing and installing some from the server. It was a completely new situation for … [Read more...] about WordPress asking for FTP Credentials while installing/removing Plugins [Solved]
Dev
Want to Become Android App Developer: Don’t Know Where to Start?
First thing about becoming an android app developer is that we should know that android is an operating system. I'll tell you that where to start developing android app. You need to learn some sort of programming languages to develop android app. Android is built in most popular language of this age JAVA. It is not very complicated language if you have little bit experience … [Read more...] about Want to Become Android App Developer: Don’t Know Where to Start?
7 Great Mobile App Builder Platforms, Build Own App with No coding knowledge
App builder provide a finer and easiest way to build your own app for mobile platform without any type of coding knowledge. Its something like to easily build a mobile website. Contrast this, It is very hard to learn Android Apps development for the non technical or for the persons who totally remain untouched from programming field in past. But many people want to have their … [Read more...] about 7 Great Mobile App Builder Platforms, Build Own App with No coding knowledge
Android SQLite Database Complete Guide
Let's discuss about what is sqlite database in android. SQLite is an open source database. You can use it free. It supports all the standard features that a relational database has. So, you can say it a relational database. The most important feature of SQLite database is its a local database. It doesn't require any server, any ODBC or JDBC query or connection. SQLite also … [Read more...] about Android SQLite Database Complete Guide