7
2007
Prevent digg from killing your server
We all know what digg effect means, if not you should know it. Here I’ve listed some major steps you can take to help your server survive when your article reaches Digg’s front page.
read more | digg story
10
2006
ShowMeDo Free Video Tutorial Website
ShowMeDo is a relatively new website that is about videos by the people, for the people as they put it. Not the normal type of videos that you find on sites like youtube but videos that teach the viewer. The site currently has seven categories where movies are located, those are Python, Java, Ruby, Linux, [...]
19
2006
Create and Host Website for Free at Weebly
Weebly is a online web site creator and hosting application. Weebly provides similar service with that of Google Page Creator, allowing novice users who want to upload and get their contents online but don’t want to learn the technical expertise to HTML and JavaScript web programming, or mess with the CSS (Cascading Style Sheet) to [...]
26
2006
Notepad++ 3.9 released
Notepad++ is an opensource source code editor which it is totally free and supports several programming languages, running under the MS Windows environment. Currently Open source Notepad has unveiled an new 3.9 version and this 3.9 version has fix some of previous notepad 3.8 Bugs and adding some new features on it.
Here’re v3.9 new [...]
25
2006
How to debug make: tips for debugging makefiles
The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them.
To prepare to use make, you must write a file called the makefile that describes the relationships among files in your program, and [...]
23
2006
HTTP Error 500 Internal server for php pages and solution
You get “500 - Internal server error” error message when a user tries to access your Apache or Lighttpd based dynamic php application (such as forum or blog software).
Generally, to solve this problem you need to take help of log files located at following location:
=> /var/log/message
=> /var/log/httpd/error_logs (/var/log/lighttpd/error_log or /var/log/httpd/error_log)
So you may be wondering why [...]
18
2006
10 Programming Languages You Should Learn Right Now
Among thousands, a few programming languages really stand out for their job marketability and wide use. If you’re looking to boost your career or learn something new, eWeek has an interesting piece that should help you make up your mind about which programming language you should learn next.
By picking the brains of Web developers and [...]
17
2006
Linux - How To Make Firefox Over 40% Faster
This tip pertains to those that use Firefox on Linux.
If you use Linux on a Laptop, chances are high that you can dramatically improve the responsiveness of all your GUI applications. This tip will work for you if you:
* Use a frequency scaling application like powernowd (Ubuntu does this by default), cpudynd, or cpufreqd.* Have [...]
17
2006
Sun to release Java Micro Edition Source Code
According to the SUN’s chief open source officer, Simon Phipps, they plan to release the source code of its Java Micro Edition (J2ME) implementation before the end of the year. J2ME provides an assortment of APIs for developing small-screen applications on embedded devices like PDAs and cell phones. Nonetheless, Sun’s decision to make Java [...]
15
2006
Python Network Programming howto
I am thinking to learn some networking stuff using python. This tutorial will come handy as python has very good built-in support for both socket and various Internet protocols (perl uses 3rd party tools or cpan modules as compare to Python).
Networking is an essential task in software applications nowadays. Many programming languages have support for [...]
