devZor.net needs help!
I’m sorry for not posting for a while, here’s what’s happening:
A couple of investors wanted to “see devZor in a more developed state” before making a move, and others have high demands.
devZor.net is fully developed, with all the latest and greatest technologies, methods. It’s stable, secure and fast. But I can’t release it in the public “just like that”. I need someone to stand behind this project, because it’s not a small one, neither easy to manage in the long run. Big names are going to be my competitors…
If anyone reading this is or has connections to Seed Funds, Angel Investors, or VCs, contact me and maybe we can work together. The sooner we are able to release devZor – the better.
Export/Import Plugin here!
After allot of struggling with this plugin, I got it working and stable.
What this plugin CAN, and What CANNOT:
1. It can export ALL of your data in a devZor.project compatible JavaScript.
2. It cannot update/delete data.
3. It cannot update an existing task and “mark it as completed”.
Example Scenario:
- You have 3 tasks added on your home computer.
- You export data, and take it with you to work.
- You import data on your work computer.
- While you are at work, you add a NEW task.
- You delete one task of the old ones.
- You complete one task of the old ones.
- You export data, and import it at home.
Results:
- Your new task will appear in your home computer
- Your old task that got deleted at work will not be deleted here
- Your old task that got completed at work will not be marked as completed here
Quick Installation Instructions:
1. Copy all contents of the file Export_Import.dzp, and add them in “Tools”
in devZor.project. Tool name & description is not important.
2. Follow the instructions when you click the new tool, and you are ready.
Now guys, I really need to get some sleep… I will post the JavaApplet-powered one-click solution tomorrow, along with a video of how al of this works.
devZor.project v1.1 live @ CodeCanyon
The new version is live! Existing customers feel free to download the new zip from your account on CodeCanyon, upcoming customers, here’s the new things:
- Recursive Tasks Added. You can now select “Repeating Task” when add a task, and it will show up just like any other task, but when you click “Mark as Completed” it will show up again one month later.
- Links descriptions problem fixed
- “Tools” category added! For all those handy plugins.
- Numerous bugs have been fixed
The script will automatically update your existing database.
Enjoy
Tweets in your Tools on devZor.project
Today I’m going to show you how you can integrate twitter feeds inside your devZor.project task management application.
It’s very simple, we are going to use the Tweet jQuery plugin, and the integration is just a few copy/paste clicks
- Download Tweet jQuery Plugin from here: http://tweet.seaofclouds.com/
- Unzip it wherever you want, and then open jquery.tweet.js and jquery.tweet.css in your favorite code/text editor.
- Open devZor.project > Tools > New Tool, type a name and description for the new tool.
- Insert the following code in the “paste html & javascript here” section, and then copy the contents from jquery.tweet.js and jquery.tweet.css where specified.
<script>
//paste all the contents from jquery.tweet.js here
</script>
<style>
//paste all the contents from jquery.tweet.css here
</style>
<script>
$(document).ready(function(){
$(".tweet").tweet({
username: "seaofclouds", //Change this to the user you want to watch
join_text: "auto",
avatar_size: 32,
count: 3, //how many tweets you would like to be displayed?
auto_join_text_default: "",
auto_join_text_ed: "",
auto_join_text_ing: "",
auto_join_text_reply: "",
auto_join_text_url: "",
loading_text: "loading tweets..."
});
});
</script>
<div class="tweet"></div>
-
I have recorded a small video for you to take a look:
-
devZor.project @ Nettuts+ HTML5 Competition
devZor.project got the 3rd place @ the Nettuts+ HTML5 Applications Competition!
You can see more details here: Nettuts+
devZor.project @ CodeCanyon
Hello Everyone!
This is a new blog I created for devZor.project, the HTML5 personal task management solution. There is interest shown on CodeCanyon, so I thought I create a blog where I’ll post all the new updates, versions, plugins and tips & tricks. It’s a VERY flexible application, so this is the place where I will try to post everything that can be done with it.
For all of you that don’t have an idea what I’m talking about, you can check out the script on CodeCanyon here: http://codecanyon.net/item/devzorproject-your-offline-html5-task-management/122368
Manage your tasks YOUR WAY!