We've implemented one more user request called Database Filtering.
Database filtering is another great addition to Search functionality to improve the way you searching your data. It searches the entries which 'filter by' column value starts with filter character or word.
Please, go to Records menu and find new Filtering link.
For better usability there is a links
0 1 2 3 4 5 6 7 8 9 ~ a b c d e f g h i j k l m n o p q r s t u v w x y z ~ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z.
So you will not need to type anything. Just select column you wish to filter and click on any character or digit.
Soon you will find Filtering as a good and quick way to find the data in your table. Point-and-click filtering much easier then Search. However using Search you will be able to combine search criteria, you will have more conditions to find any value in your database.
DB filtering in database widgets are just the same. Only one difference is that you will be able to select only visible columns.
We need to admit that filtering is our step to implement Views functionality. We will need to add grouping first. And after that you will see how MTH handles Views ;)
Добавил пост Igor Petrushenko в 07-04-2010 18:32
Теги к посту: filtering, database filters, news
Комментариев нет. Ввойдите в систему и будьте первым!
We are excited to introduce several new features. They were mostly implemented as per user requests.
In Database Widget you can enable Excel Export for all web users. Can be very useful if you want to share all database or need to make daily backups without entering MTH site.
Clicking on Export to Excel will send you xls file with your database.
Also, as you remember you can also enable records deletion from database widget.
And here is how your database looks like in Excel.
Sometimes you may need to allow web users to edit your database from database widget. Enable it in database widget setting and you will be able to edit entries like this:
Notice, how your db widget can looks like when you enable export to excel, delete and edit options. Also, please, check out new Sum and Average icons near each column with type Number.
Very often you may allow your users to come back and update their submitted records. For example, when your user submitted CV, but his address were updated. He need some way to come back and update submission. This is when Allow End User Edits will be handy.
Remember, that your form should ask users email. Only if this is true you can get all benefits from this feature. As you most probably understood this is for emailing the link to user's submission. User will receive email and need to save it for future use.
And finally user will be able to update his details.
If you working on your project with a team you will be very interested in the next feature. This is the way to be informed about changes in your database. Once user updates any entry you will get email with the previous and current value of the fields.
Here is how you can enable it in form widget. Make sure to update email recepients list. You can enter as much emails as you need, separated by comma.
And here is how updated records email notifications looks like in action:
As you may already noticed there is few new methods implemented. Sum (or Total) and Average. This is the way for you to get Total of all column values, or average value for it.
Thank you for all your great feature requests. And we look forward to keep improving MTH for you!
Добавил пост Igor Petrushenko в 06-28-2010 23:34
Теги к посту: news, allow end user edit, database widget editing, updated recors notifications, Export to Excel, average, sum
Комментариев нет. Ввойдите в систему и будьте первым!
Conditional logic or Field rules allows you to show or hide a field based on what users select for another field on a form.
For example, you might have a field asking users "Are you married?" And if a user selects "yes", you might want to ask user's wife name.
Conditional logic is great for surveys or feedback forms. For example, you can ask a customer how satisfied they are about your service, and you can follow-up with questions relevant to their selection.
Using Conditional logic on order forms is perfect for displaying additional questions based on what a user has selected to purchase. For example, if a user chooses to purchase a computer then you can ask what CPU and Memory they would like to order. Similarly, if a user is choosing between different TV'c, you may want your dynamic web form to prompt the user to purchase stereo systems also.
Complex web form always looks big and difficult for user to fil in. With long forms you can hide form sections until the user has completed other sections, preventing a scrolling on a form.
You can use conditional logic on registrations forms in many ways. For example, you can create a form with contact information, you can then have a "More details" section. Which can be activated using Drop Down 'Add more details' value 'Yes'. If the user chooses 'Yes' you can show more details (post address etc.).
Here is what we are going to talk about.
and here is how it looks on screenshot.
To create your first dynamic web form, please, go to Form Builder and create form like this:
Then click on 'Field Rules' link and go to Rules Builder to create your form field rules:
When you are done you should see something like this:
And here is what happens when you will activate all field rules.
Field Rules let you perform two actions if a condition is true. You can show a field on a form or hide a field from the user. You can also show/hide section headings and file upload fields, which is useful for showing detailed instructions for how to fill out your form or selectively asking for files from your users.
To start using Field Rules, you will need to have at least two fields. You need JavaScript enabled in your browser.
Field rules like contains two parts: a condition and an action.The show action lets you display fields on a form. The field will be hidden when you open form and will stay hidden as long as the Show rule condition. Once the rule become true the field will dynamically display on the form. This way you have real dynamic web form built online!
The hide action lets you selectively hide fields on a form. When the form displays the field will be shown. As your user fills out your form and the Hide rule condition is met the field will be dynamically hidden. When a field is hidden any rules that use that field will be reevaluated. Any conditions tied to the newly hidden field will always evaluate to false. If a required field is hidden users will no longer be required to fill out that field to submit your form. Hide actions work across pages so they can hide a field on the next or next pages of a form.
The Rule Builder allows you to create dynamic forms that will follow logic that you’ve specified to perform certain actions like showing and hiding fields, skipping certain pages or emailing specific individuals based on the selections the user makes while filling out your MyTaskHelper forms.
Field Rules are very easy to understand in MyTaskHelper. Our Rule Builder was designed to make adding and understanding the logic you want to apply to your forms as easy as creating sentences. Click on 'Field Rules' link in Form builder to see Rules Builder.
Every rule in MyTaskHelper is composed of two components: condition and action. The Condition allows you to specify the field you need to base the your rule off and how you want us to evaluate that field. The Action tells us what you want MyTaskHelper to do if the Condition is true.
Conditions in MyTaskHelper are made up of three parts: the Subject, the Value and the Comparison
Добавил пост Igor Petrushenko в 05-08-2010 12:21
Теги к посту: news, dynamic form, conditional logic, rules builder
Комментариев нет. Ввойдите в систему и будьте первым!
New feature for MyTaskHelper users called Duplicate web form introduced this week-end.
Every user can clone their forms with all fields using Duplicate link in Form Builder. When you click on 'duplicate' it will copy all form settings, both form and database widget settings. Also all fields with their validation options, default values.
You can use form duplication for saving your form before trying something new. If you have many similar forms. For example if you have form with 20 fields for every year in the school - creating new form for each year will be big pain for you. This is why Duplicate Form feature can be very useful for you.
Another way is to reuse year from year your copied forms with saved format, maybe with small changes.
Duplicate your online form and save your time on creating similar forms now!
Добавил пост Igor Petrushenko в 04-24-2010 17:55
Теги к посту: news, duplicate form
1 comment
Ajax bulk import files can be done in MTH in a few clicks. All you need is to have file field in your form and upload multiple files in one go.
When you are on the Records page you can see 'Import' link. Previously it only included two options: Create New Records and Update existing records when key data matches. And now you should also see ' Upload multiple files in a time'. However you will see it only if you have at least one file or image field in your form. Select radio button with label 'Upload multiple files at once'
Then select several files from your PC to upload
You will see how this files uploading using Ajax, one by one. Please, wait whiel uploading finished and press 'Import'
You will see that all your files uploaded using bulk files import.
We hope you will find it useful, because this is one more cool feature which you will not find in any other database or form builders in the web.
Добавил пост Igor Petrushenko в 03-28-2010 21:14
Теги к посту: howto's, news, Import
Комментариев нет. Ввойдите в систему и будьте первым!
We've added few very important validation options to all File or Image form fields. You can set file types you wish your users will upload. You can limit the uploaded file size too.
You should be able to edit the list of file extensions you would like to allow for upload. Format like '*.ext1;*.ext2;*.ext3' are very important. So, please, try to follow it.
This amazing feature can be useful for you if you need your users only upload files you need, for example - only word documents or only images.
Here is how file type validation looks like in action:
In simple HTML forms impossible to limit uploaded file size. But in MTH you can have many things which other users will not ever have. So no wonder that you can limit uploaded file size now. Just enter the number representing the limit in megabytes for each upload and you are on the go. Limit it to 100Mb and no one will be able to upload 1Gb files. Remember, that by default our limit is 10Mb
Under Browse file button you will always see file size maximum allowed size:
In case your users will try to upload file with size bigger then you allowed he will see next image:
Добавил пост Igor Petrushenko в 03-21-2010 17:27
Теги к посту: news, file validations, file type validation, file size validation
Комментариев нет. Ввойдите в систему и будьте первым!
If you have email form field in your form, you can send email confirmation to user who filled your form.
Please, see how confirmation email settings looks like in Form Widget settings. Trigger Send confirmaion email to form submitter? for being able to see all options below.
As you may see from the screenshot above you can setup everything you may need to send automated emails to your users. The most obvious use of this feature is to send email confirmation that you've been notified about their input.
Say 'Thank you' to Mikie, who requested this feature first.
Добавил пост Igor Petrushenko в 02-21-2010 05:22
Теги к посту: email confirmation, email form field, news
Комментариев нет. Ввойдите в систему и будьте первым!
In our online database builder you can use new feature: Redirect to record widget page. User will see what he just submitted.
You can find new feature on Widget Builder page Please see screenshot After data submission you will be redirected to the page with your record. If you want get the link to just submitted file please use this feature.Добавил пост andrew в 01-27-2010 18:22
Теги к посту: mytaskhelper, new feature, redirect, data, database builder, online, record widget, news
Комментариев нет. Ввойдите в систему и будьте первым!
You can block spammers using Ban IP feature as well as require records approve before your users input will be shown on database widget.
We are happy to tell you that your database application can be more secure now. Because in addition to Captcha you can add database moderation or even block spammers IP's forever.
You should use this feature if you using both Form and Database widgets on your site. Because users can submit just anything to your web form. And you should be aware of it.
For enabling database moderation, please, go to Widget Builder and find new Database moderation option.
Enable it and all users input will be moderated then.
When next time you login to see your new records they will be highlighted. And on the right side of each record you should see Approve link. So you can allow or delete this record permanently.
Even if you have enabled both database moderation and Captcha on your form you can't be sure that your data will always be valid. Because spammers always can add bad entries to it. So you may need another way to block them. This is why we added IP ban feature.
Please, notice that at the right side of each record you have More link. Click on it and you can see IP of every user who entered data to your data base. Also below this IP you have Ban this IP link. Click on it and this user will not be able to fill your form any more.
Of course you may want to unban some users. Because some of them can be banned by mistake or maybe they changed their behaviour to better :) In the same More section you should see All banned IP's link. Click on it and you will see the list of all IP's blocked in your application. Near each of IP you can see Unban IP link. Use it if you want to unblock this user again.
Find this feature in widget builder module.
In widget builder module you can find the option Banned Ip's.
Click to this link to ban (unban) IP's and see all ban list.
Protecting web forms using Captcha is another great way to validate users input. Make sure you choose right security options for your database application!
Добавил пост Igor Petrushenko в 01-25-2010 21:03
Теги к посту: database security, database moderation, news, howto's
Комментариев нет. Ввойдите в систему и будьте первым!
Now you can add Table to your Form. We added this new field type, which we hope will be useful for you. It can help you to build amazing surveys as well.
We will show you how to add Table field to your form using Premier League Table example.
Embedding premier league table to your web page can't be done easier.
First of all create form and select Table field type from field types drop down.
Then click on Default link to set your table rows and columns
Enter your rows and columns, one per line.
As you may noticed we have updated our Calendar control.
See how it was before:
and how new date time pickers looks like now.
Okey, you are ready to go. Click on Add Record link and fill your first Premier League Table widget
We will add Chelsea, Arsenal, Man Utd, Man City and Tottenham. This is how this table looks like today.
Now you can see populated table on records page
Also you can view it when will click on View link.
You can see database widget with table control in action here
There are many other cases which you need to add Table to you web-form. For example you may want to add scores to your gamer personal information form. So you can add Standardised scores Table control to your form. And add Scores column with Reading, Spelling, Comprehension, Math Computation rows.
In the same way you can add National Curriculum (NC) Levels table with Most recent NC levels column and English, Maths, Science rows.
You can put Risk Assessment table to your Behaviour web form with Target, Probability, Seriousness, Influencing factors columns and Verbal aggression (incl. threats,swearing) , Physical aggression (incl.kicking, punching, biting, scratching,spitting, hair pulling), Intimidation communicated by physical action, Property destruction, Defiance or non-compliance, Disruption, Self-injury, Sexual behaviour, Stealing, Running away from immediate environment, Running off site, Refusal to move, Use of weapon, Use of illegal substance / alcohol columns.
And it is obvious that you can build much more powerful surveys now. You can ask users to provide information in more advanced way now.
Premier League Table Widget it is just one example how you can use table field web form. So, go ahead and improve your forms with Table right now. And let us now your feedback.
Добавил пост Igor Petrushenko в 01-23-2010 17:26
Теги к посту: table, table field, table control, new date picker, news, Premier League Table Widget
Комментариев нет. Ввойдите в систему и будьте первым!
Import excel to web database
We are very happy to introduce Import from Excel functionality in My Task Helper. Previously you were only able to create your database from scratch. But now you can move from your Excel databases to online database in a few clicks.
Please, follow few simple steps:
Assuming you have Excel file. Copy it's content and paste to MTH.
IMPORTENT NOTE: if you have any carriage returns in your data cells it will break all import. Please, make sure to do not enter any tabulations or carriage returns in your Excel file. You will be able to do it in MTH then.
Press Import and you are on the go!
Please, notice that your columns now represents form fields. All your data located on Records page.
And you can easily integrate your data table to your own page with a few clicks.
It is obvious that you should be able to update your data using Import at any time. You may want to add new records or update entries.
On Records page you should see Import link, using which you can add or update your data using Excel Import.
Procedure is the same as when you migrating from scratch. Just copy your excel file content and paste to import text area. Remember that you should include also first row with column names.
The order of fields doesn't matter, but presense of this fields on your form is important. Because if you don't have such fields they will be created. And if you renamed fields in Form Builder but not in Excel you will have twice more fields. Which is not what you want. But using this trick you can update your database structure along with adding or updating records.
Also you can update existing records when key data matches.
Choose column name (Unique field) to use as a key for comparing data.
If your new record contains the same value in this column as one of your existing records, the existing record will be updated with the new data.
If no match is found, a new record will be created.
Remember that you always can export your updated data back to Excel :)
Добавил пост Igor Petrushenko в 01-22-2010 16:10
Теги к посту: Excel, Import, Export, news, export database, export table, import database, import excel, import table, migrate data from Excel, howto's
Комментариев нет. Ввойдите в систему и будьте первым!
Read how database search works in My Task Helper. Remember that the same will affect your integrated database widget. Enjoy searchable databases for Free!
Shortly - you can add more and more parameters, further narrowing your search down. This is useful if you have hundreds, even thousands of records.
We will show how search works using students database. Here is how student form looks like.
After filling it with a few students we are ready to search through students database.
Initial search form asks you to specify your search.
You have a columns and conditions filters here.
Message at the right side tells you to enter search keyword, because you can't search using blank string. Notice this useful text with the yellow background. it always show you current search options in well readable format.
Once you started entering some search keyword smart search helper tried to read your search.
You can choose any column to search by. For example, let's choose Name. Our search helper asks you to enter search keyword. Sure...
And we will find all records which contains a. Very easy, isn't it?
Let's expan all search filters. You can see that search conditions for Age is different then for string. Let's list all available conditions for different field types here. String, Text, File, Image : is, is not, is empty, is not empty, starts with, ends with, like, contains, not contains. Date, Date and Time, Birthday : is, is not, is empty, is not empty, before, after, between. Number (both Integer and Decimal) : is, is not, is empty, is not empty, less than, greater than, less or equal to, greater or equal to, between For Drop Down, Radio Button, Check box, States, Language, Country, Time Zone controls you will be able to select choices which was added as a default values in the Form Builder. Also we will improve search filters for File and Image fields to include file size and extensions. It will be done along with another tasks for improving files functionality in MTH like: uplaoding multiple files or images, size and file type validations, file link in email notifications.
Remember that it will be the same for any HTML Form.
Back to our students database search. We will specify more search parameters. Will add age range, from 20 to 30 years old people only. Please, notice Add new search criteria link. Which is smart enough and will not allow you to add few search filters with the same column. Fools protection in action.
Join conditions and and or is another unique feature which allows you to build amazing search queries. You can combine them as you wish, there is no any restrictions or limitations. We believe that possibilities which we gave you in our search is good enough for any searchable database.
Finally we can get such a cool search. Our smart search helper reads it as Find records with name contains a or age between 20 and 30 and sex is Male or car is Ford
Was it helpful for you?
Добавил пост Igor Petrushenko в 01-10-2010 14:58
Теги к посту: howto's, search, news
3 comments
MyTaskHelper's users can add Captcha to their forms, change label placement, export files and even more.
As you should already know MyTaskHelper is a great way to upload and store files, music and video Everybody happy with a fact that they can save a lot of data on our servers. But people always wants more. You also need to be able to Export all files. Archived of course. This is why we added Export all files functionality. If you have file or image columns in your database you will see Export all files link on Records page. Clicking on which you will export all your database files archived. It will contain directories with a column name and all files uploaded to this field inside this directory.
Also, please, note that you can change column size now. It may be very helpful when you have a lot of fields, or want to improve your Database Widget
Captcha is a great way to protect your database from spammers. This is why we added such functionality for MyTaskHelper's users. You can enable captcha in Form Widget settings and it will appear on your integrated form immediately. Another great feature is label placement. By default all forms has Top Aligned field labels placement. But we are trying to give our users as much as possible options to customize their forms. So you can change default label placement to Left or Right aligned. Improve your beautiful forms now!
MyTaskHelper grows each day, we have users from all over the world. This is why next new features were very improtant for us. You can change the message text about successfully submitted form now, by default it says 'Successfully created'. The same you can do with Submit button label, just change the name of the button and make it more obvious for your country users!
And finally we applied all new features to our contact form
Please, feel free to contact us at any time with any questions or suggestions. Your comments very important for us!
Добавил пост Igor Petrushenko в 12-27-2009 15:30
Теги к посту: captcha, news, howto's
Комментариев нет. Ввойдите в систему и будьте первым!
Auto-complete functionality is a great way to add more power to your forms.
Auto complete from database is very easy to use from Form builder.
We have added one more great feature for MyTaskHelper's users called Auto-Complete.
It does mean that you can set some set of default values for your Single Line fields and MyTaskHelper will try to help your users to fill field with auto-complete values by showing the list of possible values. When user enters first symbol in the field we will search in your predefined list of auto-complete values and will show the list of possible field values. Let's show it quickly on a small project. First of all make sure to create new project for testing this feature. Then add new form, it will be very simple form with just a few fields. Create State field with type of Single Line. Set some description text for your users.
And now the most important thing - enter the list of auto-complete values, one per line. Click on auto-complete link.
And copy and paste the list of US States.
Here we are, let's see it in action.
Great, it definitely works! Now you can go ahead and improve your forms to add more power and to impress your users! ;)
To be honest previous example showed not very good example of how to add States field. Because now we have such field type in Form Builder! Select States field and create new field 'Choose your state'.
That's it, see how States field works in action.
Enjoy!
We keep improving our Free Form Builder. Making it more advanced, giving you new options. And today we are glad to introduce one more field type - Birthday. Yes, it's just a birthday, but I should admit it's so widely used field type!
So why to do not add it? We thought the same and just added it. Thanks for My Task Helper's flexibility.
Create new database for testing Birthday field.
Add new testing birthday web form.
Now just go ahead and select Birthday type for your new Your Birthday field.
Now you are free to try it. Click on Add Record link and add your new Birthday field.
One more sweet thing to mention. Once you've added record with birthday you should see age in the data table.
Yes, we calculating ages automatically for you. We will definitely go further and improve our search functionality to make it more easy for you to search through your databases.
Now you know few more tips how to make your amazing web forms more powerful, so go and improve your the most beautiful forms!
Добавил пост Igor Petrushenko в 12-26-2009 18:25
Теги к посту: auto-complete, birthday, states, news
1 comment
New features in Form Builder
We've implemented our own blog engine and integrated to our site. We moving from wordpress blog now.
Добавил пост Igor Petrushenko в 12-12-2009 22:35
Теги к посту: productive week, name, description, form widget, database widget, blog, field description, news
Комментариев нет. Ввойдите в систему и будьте первым!
Saving data online is what everyone think of each day. Web Database builder will help you to make it in a few moments.
MyTaskHelper is the best way to create own database for home business or for your office. To build an online database with this free service is very easy and it takes only few minutes.New features in Form and Widget Builder:
Form Builder
New design: You can change field size now: Widget BuilderNew design solution
Добавил пост andrew в 12-07-2009 22:08
Теги к посту: build web database, business web forms, create web database, create web forms, database builder, database creator, database maker, free online database, mytaskhelper, web db, news
Комментариев нет. Ввойдите в систему и будьте первым!
We improved the way you adding default values and setting validations in the Form Builder
Now we using pop-up dialog to set default value or validation options. Also you creating new form in the pop-up window as well.
We've translated My Task Helper to Russian. To see it in action, please, use link at the bottom of the page. Or click here
Добавил пост Igor Petrushenko в 12-02-2009 22:34
Теги к посту: russian, pop-up design, news
Комментариев нет. Ввойдите в систему и будьте первым!
We improved the speed of our application, big databases runs very fast now.
Sorting and searching through database was improved as well as loading and opening your database. This changes affected both integrated and personal databases.
We changed the look and feel of our Records module. Main functions hidden now with links Search, Export to Excel, Pagination, Delete Multiple. We believe it makes interface less messy and looks much better.
Pagination completely reworked to have select control instead of multiple boxes with page numbers
Interface is more ajaxified. All Sort/Search/Paginate actions will be supported with spinner image, so you can track the time of performed operation and to do not click on links while operation runs.
Добавил пост Igor Petrushenko в 11-11-2009 22:32
Теги к посту: records, pagination, Export to Excel, Ajax, widgets, widget builder, news
Комментариев нет. Ввойдите в систему и будьте первым!
We have changed the structure of main page and updated articles page
Please, find the HowTo or article you need on Articles page
Добавил пост Igor Petrushenko в 11-07-2009 22:31
Теги к посту: news
Комментариев нет. Ввойдите в систему и будьте первым!
We have successfully upgraded our servers and updated site design
Добавил пост Igor Petrushenko в 11-07-2009 22:30
Теги к посту: facebook, upgrade, design, news
Комментариев нет. Ввойдите в систему и будьте первым!
No Duplicates option allows you to validate uniqueness of your columns.
Please, see below simple example of how to use this validation option
How to create simple database with validation No Duplicates
1) Create new project Validation Uniqueness 2) Create new form Validation Uniqueness (Enter form name into the field) 3) Add just one field to your new form "ID Number" with Number type Under field you can see link Validation 4) You will see various validation options in the pop-up window. Check No duplicates 5) Then Add record link 6) Now you have first record with "777" 7) If you will try to enter another record with such value you will see Validation Uniqueness in action This field have validation 'No duplicates', so you can add to database only one original record. Hope it helps!Добавил пост andrew в 10-20-2009 13:01
Теги к посту: validation, uniqueness, news
Комментариев нет. Ввойдите в систему и будьте первым!
We working on users suggestions and implementing them
Добавил пост Igor Petrushenko в 09-01-2009 23:29
Теги к посту: widget builder, delete widget records, searchable database, sortable database, news
Комментариев нет. Ввойдите в систему и будьте первым!
Site redesigned, upgraded, simplified user experience and, of course, added new features!
Please, check out new MyTaskHelper.com's design.Добавил пост Igor Petrushenko в 06-01-2009 23:27
Теги к посту: upgrade, form builder, widget builder, records, delete multiple, news
Комментариев нет. Ввойдите в систему и будьте первым!
Добавил пост Igor Petrushenko в 01-03-2009 22:24
Теги к посту: New Year, PageRank, news
Комментариев нет. Ввойдите в систему и будьте первым!
http://www.MyTaskHelper.com - is not the first project we working on,
but the first who was successfully reviewed on KillerStartups.com
It was a good day at all ;)
Добавил пост andrew в 12-28-2008 22:23
Теги к посту: online database, mytaskhelper, create online database, killerstartups, news
Комментариев нет. Ввойдите в систему и будьте первым!
Today was a new release of My Task Helper
Added possibility to get Total and Average for number fields, such as integer and float. Enhanced fields sorting. Improvement of records sorting and searching. Design changes. Currently we working on design improvement, new menus and help messages will appear soon. Thanks for your feedbacks and questions!Добавил пост andrew в 12-02-2008 12:32
Теги к посту: free online database, mytaskhelper, online database, news
Комментариев нет. Ввойдите в систему и будьте первым!
Currently we working on database examples, database templates, interface, and other sweet things!
Добавил пост Igor Petrushenko в 11-24-2008 22:18
Теги к посту: email notifications, design, improvements, news
Комментариев нет. Ввойдите в систему и будьте первым!
Добавил пост Igor Petrushenko в 10-30-2008 22:17
Теги к посту: design, sorting, searching, total, average, news
Комментариев нет. Ввойдите в систему и будьте первым!
We are happy to announce that you can manage your database applications with your Team. Yes, you can add Team Members and Promote/Demote at any time.
From request:Добавил пост Igor Petrushenko в 08-08-2008 23:25
Теги к посту: member, owner, team, teamwork, news
Комментариев нет. Ввойдите в систему и будьте первым!
Добавил пост Igor Petrushenko в 01-16-2008 15:37
Теги к посту: forum, mytaskhelper, user, feature, requests, news
Комментариев нет. Ввойдите в систему и будьте первым!
My Task Helper's users now have ability to see more information about their records such as:
Добавил пост Igor Petrushenko в 07-07-2007 23:27
Теги к посту: team, teamwork, member, owner, news
Комментариев нет. Ввойдите в систему и будьте первым!
Teamwork, your colleagues will be happy to meet My Task Helper
Create database in MyTaskHelper and you are the database owner.
Click to Team menu itemOne of the main MyTaskHelper feature is Teamwork. You can add people (MyTaskHelper users, your business partners, clients, other people etc). You can edit a database together using only web browser.
Use this form to add or invite team members Search in the Team pagebox Add Registered Team Members with "login or Email" field.If the user is already in the MyTaskHelper system, you will have the option to select Add from the result list. If you do not find the user in the MyTaskHelper.com, please search by e-mail address. If the user is not found by e-mail address, you will have the option to 'Invite' the user. Click 'Invite', we will send the user an e-mail inviting them to become a team member, with a link to the registration form.
Team members can be owners or members. Owners have all permissions to change the project configuration, content, and team. Members have the permissions that were assigned on the Admin page for members.
You can promote a member to an owner with Promote, and you can Demote an owner to a member, if there is more than one owner. Every project must have at least one owner.
Добавил пост andrew в 06-01-2007 23:00
Теги к посту: add user to team, create database, create online database, db, invite members, invite users, my task helper, mytaskhelper, online database, team members, team work, teamwork, news
Комментариев нет. Ввойдите в систему и будьте первым!
Check Email validation and your users will not be able to enter wrong email. Choose length validation and you will not be able to enter more then that characters Length option has three parameters (Is,Minimum, Maximum);
Example: How to create simple form "Leave you comment/opinion/feedback" with validation Email, LengthДобавил пост andrew в 12-11-2006 21:34
Теги к посту: create simple database, db, free database, internet database, mytaskhelper, online database, share data, validation, validation length email, news
Комментариев нет. Ввойдите в систему и будьте первым!
Добавил пост andrew в 06-11-2006 22:28
Теги к посту: database, db, free online, free online database, mytaskhelper, online database, widget builder, news
Комментариев нет. Ввойдите в систему и будьте первым!
Today I'd like to tell about new validation types: Inclusion, Exclusion.
Inclusion validation (for fields string, text) enables user strictly to define introduced text in the forms fields. User can indicate what exactly text must be carried in field record not allowing entering of other words/phrases. The option has three additional parameters (Partial match, Case sensitive, Allow null):Steps:
Добавил пост andrew в 02-11-2006 21:36
Теги к посту: database, db, free database, mytaskhelper, online database, share data, validation, validation exclusion, validation inclusion, news
Комментариев нет. Ввойдите в систему и будьте первым!
In common usage, validation is the process of checking if something satisfies a certain criterion. Examples would include checking if a statement is true (validity), if an appliance works as intended, if a computer system is secure, or if computer data are compliant with an open standard. Validation implies one is able to document that a solution or process is correct or is suited for its intended use.
In computer terminology, validation refers to the process of data validation, ensuring that data inserted into an application satisfies per-determined formats or complies with stated length and character requirements and other defined input criteria. It may also ensure that only data that is either true or real can be entered into a database.
With using Form Validation now MyTaskHelper web database builder is a really powerful tool. By means of this service you can greatly increase your database fields. When you making the form in Form Builder module for each field you have link Validation. Click on it and you will see the window, in which you can select required validation type.
Detailed description of the MyTaskHelper validations types :Добавил пост andrew в 07-11-2005 22:30
Теги к посту: database, db, free, free online database, mytaskhelper, online database, validation, news
Комментариев нет. Ввойдите в систему и будьте первым!
Today I’d like to introduce new validation types: presence, validate only on submit.
The best way to see how it works – real example.
How to create simple database.
Registration form in 5 minutes
Registration form
Quick and easy way to create a client list.
Steps of creation:Добавил пост andrew в 05-11-2005 22:41
Теги к посту: database, database for business, database for home, db, free database, free database platform, internet database, mytaskhelper, online database, validation, validation only on submit, validation presence, news
Комментариев нет. Ввойдите в систему и будьте первым!