-->

Welcome to Wartablog

Developer Software

Download Squad

Download Squad

Download Squad

  • Coda 1.5 released

    Filed under: , , ,

    Panic Inc.'s Coda, the one-window web development wonder for Mac OS X, has just been updated to version 1.5. Coda is a great program, designed to put source editing, FTP, CSS and command line access all in one application. It's a great, great application for developers and is definitely one of my most-used applications.

    With version 1.5, Coda adds Subversion to its tool-belt, which is sure to make many, many users extremely happy. Git might be the new hotness, but seeing as graphical SVN clients are just now starting to trickle onto OS X, this is great news to any Mac developer.

    In typical Coda-style, Subversion access is clean and easy to manage. Source-control is set-up on a per-site basis. If your existing site already has a SVN directory, Coda detects it automatically. You can also enter in a repository's URL and login details to checkout a copy of a repository if no local copy exists.

    In addition to Subversion support, Coda 1.5 also boasts a much-improved find and replace system. The find and replace command can now span all open files, files in a directory, or files in the local root site. In the past, this was one of my only problems with Coda -- I had to search through each file to find a specific line of code, instead of being able to search across a group of files. This is great for updating an image directory or changing a file name across a bunch of PHP or CSS files.

    The "Books" menu has also received a big update: support for custom books. Coda's Books feature works by connecting the user to a web page housing a book's complete text. Out of the box, Coda comes with access to a CSS, HTML, PHP and Javascript manual. When writing anything in those languages or formats, you can also refer to the reference books to look up commands or syntax rules. This can be very handy. Now, with the custom book feature, you can add other online books. For instance, I added the Django Book to my bookshelf so that I can have easy access to it anytime I'm working on a site that uses that framework.

    Coda's Clips feature has also been improved with support for groupings, importing, and exporting. There are lots of other improvements (check out the release notes) that make an already great program even better.

    Coda 1.5 is a free update for all existing Coda users. You can download a 15-day trial from Panic's site. Pricing is $99 for new users, $85 for existing Transmit 3 customers. Coda requires OS X 10.4+.
    Permalink | Email this | Comments

  • M2: Ma.gnolia to go Open Source

    Filed under: , ,

    The social bookmarking service Ma.gnolia is announcing a new version at the Gnomedex conference in Seattle today, and the big news is that the whole thing is being rewritten from the ground up. M2, as it's being called, will include all of the features of the current Ma.gnolia, but it's going to be entirely Open Source. A first look at M2 should be available by September.

    So, why Open Source, and what does it mean to Ma.gnolia users? Well, you'll be able to download Ma.gnolia and run your own version of it, and that version will be able to interoperate with Ma.gnolia.com and other web services. Standards like OpenID and OAuth will be supported, allowing for maximum portability of your data -- which, in the case of Ma.gnolia, mostly means your bookmarks and tags --- between sites. If you're already thinking of creative uses for an Open Source Ma.gnolia, good! They're looking to make user feedback a big part of building M2, so keep an eye on their blog if you've got input.
    Read | Permalink | Email this | Comments

  • Does software piracy hurt the open source community?

    Filed under: , , , , ,

    microsoft office pirate search
    Louis Suarez-Potts, the community manager for the open-source Open Office project, says software piracy also hurts the open-source community, and though it can be argued that open-source is bad for innovation, most of us love the open source community. So does the occasional pirated piece of software really hurt our beloved open source projects?

    Suarez-Potts thinks it's bad for everyone including the open source community since pirated software theoretically takes "customers" away from open source projects. For example, a college student may never end up downloading Open Office since he copied Microsoft Office from a friend, but that's not to say it hurts the money-makers like Microsoft at all. A little bit of piracy helps to establish big company's products as "the standard", hurting open source projects even more and making it harder for them to get their foot into a user's door.

    Now we'd like to pose a question: Like the college student used in the example above, does pirating software generally prevent you from trying Open Source software or would you have put the cash down anyway even if you couldn't get it for free?

    View Poll

    Read | Permalink | Email this | Comments

  • 5pm - Project management on time (so you don't have to be)

    Filed under: , , , ,

    5pm - Project management on time
    The clock just turned 5pm, and if you are like us, everything you have worked on all day has instantly evaporated from your mind (yes, this just happens, we don't need alcohol). Luckily, we left all those papers on our desk, the scribbled whiteboard, and a monitor-o-sticky notes to help us figure out where we left off.

    5pm by QG | Software is a web-based project management suite that provides us the tools needed to get back on track at 8am.

    The underlying features of 5pm are fairly standard in the project management world. You create projects and assign them to one or more users or groups. The project can have a deadline, a client, and a priority level. Once you have created a project you can add items such as tasks and files. Tasks can be assigned to individual team members and emails can be sent to the group when tasks are completed. etc...

    To help visualize your project over the course of its life, there is a timeline feature that shows your projects and tasks in a "Gantt" style chart. In addition, there is a reporting section that can help determine who is completing their projects on time and who isn't.

    Continue reading 5pm - Project management on time (so you don't have to be)

    Read | Permalink | Email this | Comments

  • A different take on lifestreaming: SweetCron

    Filed under: , , ,

    SweetCron is a bit of self-hosted lifestreaming software from Yongfook, the creator of opensourcefood. It's kind of like a hybrid of Tumblr and Friendfeed. While SweetCron hasn't officially been released yet, Yongfook is already using it on his own blog, so we have a pretty clear idea of what you can do with it: feed in photos, videos, status updates, bookmarks, etc, each with a distinct look, so a reader can distinguish content types at a glance.

    If this sounds a bit like Tumblr, that's probably because part of it uses the Tumblr API. SweetCron is customizable and extensible via new PHP classes, though, and it lives on your own domain, so you have greater control over the data you're feeding into it. The basic theme can be seen on Yongfook's blog, where he's testing it out, but he says you'll be able to develop your own themes through a template editor. If you're interested in SweetCron, sign up to be notified when it launches.

    [via ReadWriteWeb]
    Read | Permalink | Email this | Comments

  • Flexigrid: slick Web 2.0 data grids with jQuery

    Filed under: , ,

    Flexigrid is a jQuery based way of making flexible data grids, either by inputting fresh data or grabbing it from an existing table, XML, or JSON source. The "flexi-" in Flexigrid refers to its resizable height, width and columns. Flexigrid also now has a toolbar, a search function, and its own API.

    Although the API isn't documented yet, there's enough there to figure out how to do the most important things Flexigrid does: collecting and sorting your data. It'll use Ajax to populate your new grid from an XML source, and there's an auto-resizing function so you don't have to mess with your columns too much right off the bat. The CSS should also be editable, so you can hack in your own theme if you're ambitious.
    Read | Permalink | Email this | Comments

  • BitTorrent streaming gets a test-run

    Filed under: , ,

    Bittorrent has become pretty popular as an efficient, decentralized way of distributing large files, and now the same technology is being applied to streaming. P2P-Next is working on an experimental .tstream format that will share streaming video using a minimum of bandwidth. It works like a regular torrent -- users who have part of a file 'seed' it for download by other users -- but with a twist. Each user grabs the blocks of data that make up a video just before they need them to play the next minute of content, upload it to the next user right away, and then "undownload" it.

    The undownload functionality turned out to be the key breakthrough for this project, since part of the appeal of streaming is that you don't have to keep a massive file on your hard drive all at once. The Tstream format has a little help gaining widespread adoption: one of the organizations currently testing it is the BBC. If you want to try it for yourself, check out this trial run of SwarmPlayer. Windows and Linux versions are out right now, and the Mac version is due next week.

    [via Torrentfreak]
    Read | Permalink | Email this | Comments

  • Flipping the Linux switch: Linux web tools - Pt. 6

    Filed under: , , , , ,

    Small image map example with my skype avatarHave you ever looked in a real DIYers toolbox? Or maybe even the toolbox of someone who's pretty handy, but who has a messy streak? So all the hammers might be together, or all the screwdrivers will be together, maybe even with some sort of arrangement as to Phillips or Torx heads... but there is almost inevitably, in some corner compartment of the toolbox, or some drawer (and maybe several of them, even) an area set aside for what amounts to a whole lot of miscellaneous "everything" bits. These pieces might logically be found with hammers, or dry wall tools, or about a million other things... But they aren't quite the same, and they aren't always used in the same manner. So they end up in a big pile, that you hope stays manageable enough you can find them again.

    This week's Linux switch, the last of the web development stuff for a bit, is like that compartment. These are all nifty little tools, and great when you need them. But they are mostly small, and have a strange distinction of not always being associated with any one particular type of task.

    Some, like FTP programs and plugins, are associated with other programs. But what if you love your editor and hate the uploading functions it has? Image maps can be a nuisance to set up, and we think that's probably part of the reason why you don't see a lot of them. But sometimes, they just fit the project at hand.

    And you know how we said we'd go easy on the editors? Seriously, we meant it. However, there's one more editing tool we want to mention that's probably beyond most casual users, but will make Linux users who want to develop SWF9 applications pretty happy. We are not covering it in any great depth, because we are not any sort of whizzes with Flash development -- but we have to point it out. It's been a long time coming!

    So welcome to our odds and ends compartment of web tools!

    Continue reading Flipping the Linux switch: Linux web tools - Pt. 6

    Permalink | Email this | Comments

  • iPhone App Review: Twitterrific exercises your EDGE connection and your patience

    Filed under: , ,

    TwitterificSlick UI seems to be the norm for most 'big name' iPhone applications on the AppStore. Twitterrific easily gets the top spot in terms of having attractive UI and navigation. However, UI and usability are not synonymous. When I use my phone, I want to accomplish what I want to do quickly and easily. Unfortunately Twitterrific falls short in a few area which makes it one of the most frustrating apps to use on the iPhone.

    Until recently, the only way for developers to test an iPhone application was to use the simulator. While it does a great job in allowing developers to see and interact with the app as they develop it, it doesn't show how the app performs in real-life situation.

    There are two major differences between the simulator and the real iPhone that are at play here. One is the computer speed and the other internet connection speed. Even the slowest MacBook Air runs faster than the iPhone and thus any performance issue would be masked. Likewise with internet connection, there is no straightforward way to simulate the speed and latency of a EDGE connection and therefore any deficiency of the code in the app would not be exposed until the developers try it out on the real iPhone with spotty EDGE connection.

    Twitterrific suffers from both of these problems. The scrolling performance of the message list is so jerky and slow that initially I thought there was something wrong with my iPhone. As I waited patiently for the list to scroll up and down, I also noticed that Twitterrific loads and re-loads every single user picture, even if it has previously been loaded. I stared at my iPhone in dis-belief because I could not comprehend how any sane developers would be as inefficient as that. My hunch that the reloading issue is tied to connection speed was confirmed last night when I got home and connected to the net via wi-fi. Both scrolling and picture reloading sped up because of the much faster connection I have at home.

    Continue reading iPhone App Review: Twitterrific exercises your EDGE connection and your patience

    Permalink | Email this | Comments

  • Flipping the Linux switch: Linux web tools, Pt. 5 - Readers love editing

    Filed under: , , , ,

    Komodo EditSeriously guys, we love you. Okay, fine, maybe not in the way your mom loves you, or your dog loves you, or your significant other loves you. But we definitely love you in that totally uncomfortable, care-free, "Hey, let us buy you a Red Bull and Pop Rocks next time we're at the convenience store" sort of way.

    We don't just love you for your looks, or your superior intelligence, or because you can totally creep out little kids with that thing you do with your left eye. We will even go so far as to say the fact that you use Linux doesn't play into it one bit.

    We love you because your suggestions rock. We scour the web ourselves daily, but you know, it's a big place, and we just can't know every single bit of software or tech goodness out there. We think it's way cool when we get suggestions from readers about applications for Linux (or Windows, or Mac, or Palm...) because you aren't only cluing us in on applications we may not be familiar with, but a lot of you are avid users, and can vouch that the application you are suggesting really works for every day use.

    This week, we think it's only appropriate to wrap up the editors section of our Linux web tools discussion with a couple of reader suggested gems. So a big thanks to Tim for suggesting we look at Komodo Edit and kingkool68 for pointing us towards Aptana.

    Continue reading Flipping the Linux switch: Linux web tools, Pt. 5 - Readers love editing

    Permalink | Email this | Comments

Read more :
Download: By Category
Web Links
 
Google

Language Translation

Cinema Galleries


  • 'Traitor' Stills
    Don Cheadle plays a covert operative targeted by the CIA 

  • 'Babylon A.D.' Stills
    Vin Diesel is back in this futuristic action thriller 

  • 'Death Race' Stills
    Jason Statham and Joan Allen star in this prison-based racing thriller 

  • 'The Rocker' Stills
    Rainn Wilson plays a burned-out drummer who joins his teen nephew's band 

  • 'The House Bunny' Stills
    Anna Faris is a former girlie mag star who happens on a sorority of misfits in this comedy 

Read more :

Visitor Online

Visitors: 3518733

Top Links



Simply 4 Lovers


Wartablog Statistics

60,339Visitors:
345Visitors today:
341Visitors yesterday:
225,885Page views:
1,557Page views today:
2,707Page views yesterday:
147Page views this page:
21Your own page views:
33.62%JavaScript enabled:
max.
24Max. online:
2008-06-02, 15:46:18at (date):
1,023Max. visitors per day:
2008-06-24at (date):
5,824Max. page views per day:
2008-05-31at (date):
Text Ads Sponsor

2006 © Copyright WartaBlog.com - Daily Blog News - All rights reserved.
eXTReMe Tracker