Monday, July 29, 2013

Sencha Timer plus Count component

Sencha Timer plus Count component

Timer component let you build a timer plus counter, where your user can set timer and start counting their activities, They can also use timer and counter separately. You can show timer without counter component.
Timer component support state, so you can use this component where it is being destroy to increase app performance. or where your app is web-app and user visit multiple pages, timer can restore values.

You can also use it as a clock where you need alarm , because at time-up event it play a sound which can be set through it's config, It also support sound for tick-tick (sound at each second step)

Saturday, July 13, 2013

How to create joomla 3.* component

  
Here is a easy way to start the Joomla component, fill the required information like component name , folder name, etc then click create/save, it will create a completely fresh component in just 10 seconds.
now download the zip file and install it to your site, you will see that most basic component is ready to use.

Now lets add more features to it i.e  Empty view/controllers like "Contact us", "About us" etc and database tables for record update.

checkitout at
http://developerextensions.com/index.php/joomla-component-creator

Here are some result screens

Very basic component is ready to use
Very Basic component is ready to use

Advance view: Tables and other views



Table record listing
Table record listing

Table record editing form
Table record editing form