Categories
Archive
Project Bubble Live!
Posted: 6th Nov 2009
We are pleased to announce Project Bubble has been launched!
Project Bubble is a free, easy-to-use, project management tool. Easily organise, manage, reorder and share projects, contacts and invoices.
It's taken a while but thanks to the CRM features of Halogy, we've been able to get Project Bubble off the ground. It's totally free, so sign up and have fun!
jQuery for Beginners
Posted: 23rd Nov 2009
Following my article on Woorkup, I thought I'd just post a working demo of what I wrote about - a basic jQuery form fade.
Copy and paste the code below in to your website, and it should work! I have also put a working demo below as well.
<script src="http://code.jquery.com/jquery-latest.pack.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('.showform').click(function(event){
event.preventDefault();
$('#mydiv').fadeIn();
});
});
</script>
<!--Start of container div, and form-->
<div id="mydiv" style="display:none;">
<form id="myform" action="wherever.php" method="post">
<input name="myinput" type="text" />
<input type="submit" value="Submit" />
</form>
</div>
<p>To show the form <a class="showform" href="/mylink.php">click here</a>.</p>
<!-- End of form and container div -->
To show the form click here.
Great Web Apps!
Posted: 26th Nov 2009
Introducing another Haloweb creation - Great Web Apps. Because we are so passionate about web apps, we thought we would launch a site reviewing the best ones!
Of course, it's powered by Halogy. If you know of a great web app, submit it.
Haloweb is a web design company in Cheltenham.
Our blog features latest work, latest thoughts, screencasts and other musings on the world of web development. Enjoy!


