Quantcast
Channel: Blog – Appcropolis
Browsing all 25 articles
Browse latest View live

Why 37signals Built Basecamp in HTML5?

There are many reasons why building an HTML5 web application makes  sense for a lot of businesses. Whether is budget constrains, skill set, or a deep understanding of the different technologies...

View Article



Advanced Mobile Design

If you are serious about mobile design and development you should know that most mobile applications fail to make a profit. In general, mobile applications work the way they were intended –that’s why...

View Article

jQuery Mobile Popup

Creating a Popup Widget in jQuery Mobile 1.2.0 is now easier than ever. To create a popup, just add the data-role="popup" attribute to  the popup contents, typically a DIV element. When invoking the...

View Article

Using Siri to search inside apps

I asked Siri to search inside an app. Her answer: “I can’t search apps. Sorry about that” –Shouldn’t native apps be searchable? There is no doubt that apps are here to stay. With the growing number of...

View Article

Redirect iPhone and Android Phones to a Mobile Website

A very easy way to redirect users that visit your website from a mobile device to the mobile version of your website, is using your htaccess file. If your server is running on Apache, you can add the...

View Article


Quick Overview of the jQuery Mobile Builder

A couple of weeks ago we announced the release of the beta version of the Appcropolis jQuery Mobile Builder. Thank to some of your feedback, we introduced a couple of small, but very important changes...

View Article

Appcropolis Wins Arch Grants Competition

  Appcropolis is proud to announce that the company has been selected as one of the winners of the Arch Grants International Business Competition. 707 companies from 14 different countries joined the...

View Article

7 Tips To Improve Your Mobile Site

Less is more and usually more effective —Steve jobs 1. Simplify, simplify, simplify… In a nutshell, mobile means that you app or mobile website are available anytime anywhere. But is also means smaller...

View Article


How to Create a jQM Builder Account – Returning Users

If you have previously downloaded Appcropolis Templates, your email account is already in the system. To Create your Appcropolis jQuery Mobile Builder Account you must go to the builder page...

View Article


How to Create a jQM Builder Account – New Users

To get started with the Appcropolis jQuery Mobile Builder just go to http://appcropolis.com/builder/. During the Beta period you will be required to read and agree to the Beta Test Agreement:   1. Read...

View Article

Appcropolis jQuery Mobile Builder

Appcropolis is pleased to announce the release of its jQuery Mobile Template Builder (beta). You can now start developing your mobile websites and applications with an end in mind. In this version of...

View Article

Get Started With Building Mobile Applications

How many hours, days, or weeks did you spend building your last mobile app project? Many… right? Building mobile applications using the new Appcropolis Mobile Builder is as easy as 1, 2, 3.   One: From...

View Article

Design and Development are the new commodities

WordPress theme: $30; an entire mobile website: $15; your website up-and-running without having to hack someone else’s code, that’s priceless! The commoditization of the web design and development is...

View Article


Displaying categories for a single post

If you know the ID of a post you can bind the category data by using code similar to: 1 2 3 4 5 6 7 8 {post show="categories" post_id="{$post.ID}" assign_to="categories"}   <p...

View Article

Get a list of post categories

if you need to get a list of blog post categories you can simply use this code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 {category show="list" assign_to="categories"} <div class="box">     <div...

View Article


Printing data array behind the view

Every page (post, page, custom, category, search, blog, etc.) comes with the necessary data for you to render content from the database. You can access the standard WordPress data from several object...

View Article

Accessing Post and Pages Custom Fields

If you know the ID of post or page you can access the custom fields by using the {meta...} tag: 1 2 3 {meta post_id="23" assign_to="custom_fields"}   {dump var="custom_fields"} {meta post_id="23"...

View Article


Appcropolis Framework

Overview Appcropolis Framework allows you to develop entire websites and mobile applications with minimal programming experience. It combines WordPress, Woocommerce, and Template Syntax Engine into a...

View Article

{author…}

Description Binds data related to the post author. If you know the ID of a post you can use {author…} to access the author name, email, and other related author metadata. Usage 1 {author user_id="1"...

View Article

{category…}

Description Shows posts for a given category or a list of categories id the show parameter is set to “list” Usage 1 {category slug="news" assign_to="news_posts"} {category slug="news"...

View Article
Browsing all 25 articles
Browse latest View live




Latest Images