Hide your secret/personal/important files from others.. Esconder protect/hide your audio/video/image etc files in a secure manner. 1.'Lock' option is to lock the file(s),use the browse option to browse the files to be locked and use 'Mark' option in the Zion Browser to select files to be locked and then click 'Lock' to lock the file.. 2.'Unlock' option is to unlock file(s),the browse option let you see the locked files..there you can unlock the file.. 3.'Settings' option is to change your login password. Note:Once you installed the application in your mobile,before going to delete the application ensure that you have unlocked all the locked files otherwise those file may become inaccessible even if you reinstall the application. After installing the application move it in to external memory,because all inatallation will go to internal memory.To hide more files you have to move the application to external memory..
For more details contact-email:xpedition009@gmail.com web:www.xpedition009.com
Zion Dengon is an application that allows you to send messages in two ways 1.Using normal way. 2.Using way2sms account(you need GPRS enabled phone)
The key features and functionalities 1.You can maintain your own contact list and from those contact you can select multiple users and add to your message recipients. 2.It is the modifed version of Zion SMS Mania and combined version of Zion SMS and Zion SMS Mania. 2.You can add your contact member in two ways a)By using the add contact option b)By browsing your phone contact I prefer the first way in this case you just need to enter the name of the person and if his/her number is already in your phone contact you have option to browse that number,and then you can add it to the Zion Dengon contact. In the second way you don't need to type anything,just select the contact list that exist in your phone shown in the multi selection list,you feel this as more easy but actually it is more time consuming. Note:Never add all the contacts at a a time(in option b) it will take more time to do and show in list.
For more details contact-email:xpedition009@gmail.com
Manage text files in your mobile phone in a more flexible manner..Download.
A new release of previous version of Zion Plus..More functionalities and a new look..useful and flexible than the previous version..try it today itself..
Its a Beta version modifications and performance issues will be updated in the coming versions..
An application that allows you to create text files in phone memory and memory card. If you want to create folder in your mobile through this application edit the "directoy" field,shown when you choose save or save as option. for eg: the directory field shows -"file:///e:/folderx/" you can create a folder "NEWFOLDER"in that directory by changing the field by "file:///e/folderx/NEWFOLDER/" You can specify the file name in the filename textbox,default name will be newfile. Help menu to assist you in how to use this application.
Everyone like to protect their secret/personal/important files in his mobile from others who using our mobile..
Here is the option to protect/hide your file from mobile browser to keep them away from other users.
The key features are
1.'Lock' option is to lock the file(s),use the browse option to browse the files to be locked and use 'Mark' option in the Zion Browser to select files to be locked and then click 'Lock' to lock the file..
2.'Unlock' option is to unlock file(s),the browse option let you see the locked files..there you can unlock the file..
3.'Settings' option is to change your login password.
Default password is:'zionlurk'
Note:Once you installed the application in your mobile,before going to delete the application ensure that you have unlocked all the locked files otherwise those file may become inaccessible even if you reinstall the application.
After installing the application move it in to external memory,because all inatallation will go to internal memory.To hide more files you have to move the application to external memory..
You can send SMS without any cost you just need the following things..
1.Need way2sms login(for this just login to way2sms(www.way2sms.com) and create an account its totally free).
2.GPRS must be activated in your phone.
3.Cell must be java enabled.
Then you can start sending SMS very easily no need to go to way2sms and waste your time,you can send in just one click..
In this application,in the first two fields you have to enter your way2sms username and password.
Then in the third field you can enter your message(you can also browse for the message in your phone).
Fourth field enter the recipients phone numbers,each number must be seperated by semicolon(eg:9496340837;9995736630).(You can also browse for the txt file that contains the phone numbers,file contains numbers seperated by semicolon,if you save the recipients nos in a txt file you don't need to enter them all the time,you just need to locate the file..)
There is an option to remember your login information so that you don't need to enter them each time you login to this application..
An application that allow you to place your Inbox anywhere in your mobile phone. Through this cellphone application you can choose where to place your inbox,outbox and which port in which you are sending SMS etc.It also allow you to create txt templates in you mobile and also you can send txt files as SMS. If this application is running on your mobile and other person is sending message throug this application you will receive the SMS in this application instead of the normal inbox(be ensure that both sender and receiver must use the same port-default port is 5000).
A Gantt chart(wiki link) is a type of bar chart that illustrates a project schedule. Gantt charts illustrate the starting and finishing dates of terminal elements and summary elements of a project. Terminal elements and summary elements comprise the work breakdown structure of the project. Some Gantt charts also show the dependency (i.e, precedence network) relationships between activities.
We here use jsgantt(Its a free JavaScript library for creating Gantt chart) to create Gantt chart having following features .It’s implemented using JavaScript, HTML, CSS and thus very fast and flexible. Since it is pure HTML/JavaScript you can integrate this with any server side scripting language.
There are many ways to integrate gantt chart programmatically, here we explain one of the method which using external data exchange between asp.net and JavaScript using XML file that are generated at run time using values from the SQL Server Database.
Sample xml file Structure that used by jsgantt. Is as follows
<project>
<task>
<pID>10</pID>
<pName>WCF Changes</pName>
<pStart></pStart>
<pEnd></pEnd>
<pColor>0000ff</pColor>
<pLink></pLink>
<pMile>0</pMile>
<pRes></pRes>
<pComp>0</pComp>
<pGroup>1</pGroup>
<pParent>0</pParent>
<pOpen>1</pOpen>
<pDepend />
</task>
<task>
<pID>20</pID>
<pName>Move to WCF from remoting</pName>
<pStart>8/11/2008</pStart>
<pEnd>8/15/2008</pEnd>
<pColor>0000ff</pColor>
<pLink></pLink>
<pMile>0</pMile>
<pRes>Rich</pRes>
<pComp>10</pComp>
<pGroup>0</pGroup>
<pParent>10</pParent>
<pOpen>1</pOpen>
<pDepend></pDepend>
</task>
</project>
XML tags in our External XML file have following tags and values. Here we describe the purpose of each tag:
pID: (required) is a unique ID used to identify each row for parent functions and for setting dom id for hiding/showing
pName: (required) is the task Label
pStart: (required) the task start date, can enter empty date ('') for groups
pEnd: (required) the task end date, can enter empty date ('') for groups
pColor: (required) the html color for this task; e.g. '00ff00'
pLink: (optional) any http link navigated to when task bar is clicked.
pMile:(optional) represent a milestone
pRes: (optional) resource name
pComp: (required) completion percent
pGroup: (optional) indicates whether this is a group(parent) - 0=NOT Parent; 1=IS Parent
pParent: (required) identifies a parent pID, this causes this task to be a child of identified task
pOpen: can be initially set to close folder when chart is first drawn
pDepend: optional list of id's this task is dependent on ... line drawn from dependent to this item
pCaption: optional caption that will be added after task bar if Caption Type set to "Caption"
Creating Database Schema in Sql Server
Create database named Projects in SQL Server
Tables
project
Column Name --------------------------------Data Type
SqlConnection mcon = newSqlConnection("Data Source=CYBERMIND\\SQLEXPRESS;Database=Projects;Trusted_Connection=True"); //Cahnge Connection string of your SQL Server Here
mcon.Open();
cmbproject.Items.Clear();
SqlCommand GetProjectName = newSqlCommand("select projectid,name from project", mcon);
SqlDataReader ReadPrjName;
ReadPrjName = GetProjectName.ExecuteReader();
cmbproject.Items.Add("--------Select-----");
while (ReadPrjName.Read())
{
ListItem LIT = newListItem();
LIT.Text = ReadPrjName.GetValue(1).ToString();//Add Project name as dropdownlists Text
LIT.Value = ReadPrjName.GetValue(0).ToString();//Add Projectid asdropdownlists Value