Filed under: October 2007

October 23, 2007

List of Open Source Voice Chat and IRC Clients Software

Filed under: Apple, Linux, Software, Windows - October 23, 2007 - י"א חשון תשס"ח

Prev List - Next List

Voice Chat Software

SIP Communicator Is a cross-platform audio/video Internet phone and instant messenger that support some of the most popular instant messaging and telephony protocols such as SIP, Jabber, AIM/ICQ, MSN and soon others like Yahoo and IRC. SIP Communicator is completely Open Source / Free Software, and is freely available under the terms of the GNU Lesser General Public License. OpenWengo Is a cross-platform communication tool based on the SIP protocol, developed by the OpenWengo community and released under the GNU General Public License. It is more than just VoIP software: it is a full-fledged communications tool that lets you enjoy free calls, video conferencing, SMS, chat over many existing protocols (MSN, AIM/ICQ, Yahoo!, Jabber). Ekiga Is an open source VoIP and video conferencing application for GNOME. Ekiga uses …

October 22, 2007

List of Open Source Instant Messaging

Filed under: Apple, Linux, Software, Windows - October 22, 2007 - י' חשון תשס"ח

Prev List - Next List

Instant Messaging

Pidgin  Is a free instant messaging program for Windows, Linux, BSD, and other Unixes. You can talk to your friends using AIM, ICQ, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, and Zephyr Coccinella Is a free and open-source cross-platform chat client with a built-in whiteboard for improved collaboration with other people. Jabbin Is an Open Source Jabber client program that allows free PC to PC calls using the VoIP system over the Jabber network. …

October 20, 2007

List of Open Source Graphics Software

Filed under: Apple, Linux, Software, Windows - October 20, 2007 - ח' חשון תשס"ח

Prev List - Next List

Graphics Software

Three Dimension Blender Blender is the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback.  CrystalSpace free (LGPL) and portable 3D Game Development Kit written in C++. It supports: light mapped and hardware based lighting, shader support (CG, vertex programs, fragment programs, …), mipmapping, portals, mirrors, alpha transparency, reflective surfaces, 3D sprites and more. POV-Ray  A high-quality, totally free tool for creating stunning three-dimensional graphics. It is available in official versions for Windows, Mac OS/Mac OS X and i86 Linux. The source code is available for those wanting to do their own ports. OpenFX

October 19, 2007

List of Open Source Firewall, FTP and File Sharing Software

Filed under: Apple, Linux, Software, Windows - October 19, 2007 - ז' חשון תשס"ח

Prev List - Next List

Firewall Software 

DCFirewall is a free (GPL) firewall for Windows. isafer Winsock firewall can be used to check and block Spywares, Adwares, etc.. running in your PC and stealing your privacy. Firewall FHK Is a useful aplication that can be used as a security tool in your machine and network. WIPFW Is a MS Windows operable version of IPFW for FreeBSD OS. You can use the same functionality and configure it as only you work with IPFW. IPFW is a packet filtering and accounting system which …

October 18, 2007

Optimize Your PHP Code

Filed under: Programming, Tips - October 18, 2007 - ו' חשון תשס"ח

I was navigating the web using Stumble and I saw an interesting post that enumerate 40 tips for the optimization of your PHP code so I decide to post this tips on mi site.

If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print. Use echo’s multiple parameters instead of string concatenation. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free memory, especially large arrays. Avoid magic like __get, __set, __autoload require_once() is expensive Use full paths in includes and requires, less time spent on resolving the OS paths. If you need to find out the time when the script started executing, $_SERVER[’REQUEST_TIME’] is preferred to time() See if you can use strncasecmp, strpbrk and stripos instead of regex str_replace is faster than preg_replace, but strtr is faster than str_replace by a factor of 4 If the function, such as string replacement function, accepts both arrays and single characters as arguments, and if your argument list is …

October 17, 2007

Apple Will Permit Third Party Applications for iPhone & iPod

Filed under: Apple - October 17, 2007 - ה' חשון תשס"ח

Just a few minutes ago Apple announce the creation of a SDK for developers this February so they can create third party applications for iPhone and iPod.

Here is the complete story:

phone_hero20070920 Third Party Applications on the iPhone

Let me just say it: We want native third party applications on the iPhone, and we plan to have an SDK in developers’ hands in February. We are excited about creating a vibrant third party developer community around the iPhone and enabling hundreds of new applications for our users. With our revolutionary multi-touch interface, powerful hardware and advanced software architecture, we believe we have created the best mobile platform ever for developers.

It will take until February to release an SDK because we’re trying to do two diametrically opposed things at once—provide an advanced and open platform to developers while at the same time protect iPhone users from viruses, malware, privacy attacks, etc. This is no easy task. Some claim that viruses and malware are not a problem on mobile phones—this is simply not true. There have been serious viruses on other

The Correct Way to Clean an LCD Screen

Filed under: Tips - October 17, 2007 - ה' חשון תשס"ח

Your easiest choice is one of those LCD cleaning solutions they sell in places where they sell computers. But they’re expensive, and why bother when you can make your own solution for next to nothing?

What you’ll need:

Distilled water (available at your supermarket; tap water leaves streaks and minerals). White vinegar (you may substitute isopropyl alcohol; either way, make sure these substances are diluted before they come near your screen). A clean, soft cloth (never use any kind of paper product). A spray bottle.

Directions:

In the spray bottle, mix the distilled water and alcohol/vinegar, in a 1:1 ratio. Turn off the LCD display. Spray the mixture onto the cloth, never directly onto the screen. Wipe gently – oh, so gently – from top to bottom. Do it horizontally, too, if you think that leaves a cleaner result. Let the screen dry before turning it back on. Hands Off!

« Prev PageNext Page »