|
|
pradeep
Well, I was trying to use regular expressions in Python. I wrote a small script, so I thought I'll will post it and make it open for discussion. As I learn more I'll keep them posted too, and if anyone has any comments please do let me know.
#!/usr/bin/python
import re
print...
|
|
1 |
3,015 |
|
 |
shabbir
There has been lots of web developer arguing about the fact as which one is faster Database or Files. I always replied in most cases as database is faster than Flat file and After getting that reply they always argued as why do you think that database is faster. I explained them with lots of words...
|
|
11 |
16,478 |
|
 |
pradeep
The Ruby-interpreted scripting language is an easy-to-learn environment for quickly developing object-oriented applications. Learn more about Ruby in this article from Builder.com
Most frequently compared to Smalltalk, Python, Perl, C++, and Java, Ruby is a useful tool for rapid development...
|
|
4 |
3,185 |
|
|
bluent
The possibilities of web graphics are only limited to the imagination - animation and sound can touch the senses of a viewer leaving a longer lasting impression. It has the power to invoke an emotion or excitement. Its amazing what one can do with these tools !!!
1) build brand awareness,
2)...
|
|
12 |
5,726 |
|
 |
shabbir
The first of its kind Web Technology Conference on Open Source Technology, WebOSS '07 was being organised in Kolkata today and spoke at the event as one of the participants and thought I will share my presentation here. As download requires you to register at the forum I am sharing the content of...
|
|
9 |
4,136 |
|
 |
vishal sharma
A look at how AJAX works
This tutorial will show you how ajax works and how to use it from a web developers standpoint. Ever wonder how things like G-Talk work? they don't reload the page or use Iframes and yet they always appear to have the data thats coming in instantly. it acomplishes this...
|
07-03-2009 11:32 AM
by evolu
|
2 |
6,047 |
|
 |
pradeep
Introduction :
XML stands for (Extensible Markup Language)which is a simplified subset of the Standard Generalized Markup Language (SGML) which provides a file format for representing data, a schema for describing data structure, and a mechanism for extending and annotating HTML with semantic...
|
|
3 |
6,252 |
|
 |
pradeep
"I don't have access to internet in office, how will I read my best friend's blog?", "I want to covert a MS-Word file to PDF, the systems guy won't let me install a PDF printer", "How do I upload my office party pics on the intranet gallery to Flickr from office?", do these statements sound...
|
|
8 |
43,620 |
|
|
shabbir
Top 10 Reasons to Use Mozilla Firefox
1. Tabbed Browsing
2. In-Built popup blocker
3. Easy to be installed plugins
4. In built google and many other Search Engines can be added at will
5. Faster and much more secured
6. Agent switcher possibility
7. Post data does...
|
|
20 |
6,951 |
|
|
S k
Introduction
A really cool feature that web designers overlook is the use of the .htaccess file. Simply put, whenever you see a custom error page (404, 403, etc.), use server side includes, restrict IPs, load a default page, or do any host of events invisible to the user, you are probably going...
|
|
1 |
4,127 |
|
 |
pradeep
Sending Emails In Ruby
To send emails using ruby you can use the Net::SMTP library. In the following example from_addr is a String that represents the source email address to_addr is also a String. It can also be an Array of strings if you want to send the email to multiple recepients.
...
|
|
1 |
10,703 |
|
 |
pradeep
Apache is the number one Web server running on Linux systems. There are a number of little things that can be done to tune Apache performance and to lessen its impact on system resources. One of these things is tweaking the memory usage, which can be a difficult thing to profile.
For instance,...
|
|
0 |
8,956 |
|
 |
pradeep
The first of its kind Web Technology Conference on Open Source Technology, WebOSS '07 was organised in Kolkata on Sat, 13th Oct 07 and I spoke at the event as one of the participants on "Building Applications using AJAX". Here I will share my presentation, the PDF copy download requires you to...
|
10-20-2007 11:30 AM
by Izaan
|
1 |
4,244 |
|
 |
pradeep
Introduction
There's been a lot of publicity about pop-up windows, and most of it hasn't exactly been rave reviews. But it hasn't always been this way.
In fact, pop-up windows were a positive component in the beginning. Created long before tabbed browsers, their purpose was to present...
|
|
0 |
2,769 |
|
 |
Febian
There are now several code obfuscation tools which will not really comprehensively "obscure" source code but somehow retrievably "crunch" it. This is not ideal but it is worthwhile nonetheless as it makes source sifting slow and painful for script kiddies/crackers. There are white space removers,...
|
|
0 |
2,976 |
|
|
Febian
Introduction
SSH is the descendant of rsh and rlogin, which are non-encrypted programs for remote shell logins. Rsh and rlogin, like telnet, have a long lineage but now are outdated and insecure. However, these programs evolved a surprising number of nifty features over two decades of UNIX...
|
|
0 |
4,934 |
|
 |
Janu
Introduction
The Apache web server has a number of configuration options that are available to the server administrator. In a shared hosting environment, you don't have access to the main Apache configuration so you're stuck with the default configuration. However, it is possible to override...
|
01-23-2007 08:56 PM
by Janu
|
0 |
5,340 |
|
|
pradeep
If a webserver return "HTTP/1.x 404 Document Not Found" (or any other HTTP error), MSIE will display it's built in error message (which we all are quite acquainted to), not the custom error page if its smaller than 513 bytes.
When you access Web pages from Internet Explorer 5.x and Internet...
|
|
0 |
4,435 |
|
|
pradeep
Earlier today, I had posted a code snippet to print all the CGI environment variables in CGI-Perl. Well, I recently started learning Python too, so thought of doing the same in Python. Checkout the code below.
#!/usr/bin/python
import sys, os
print "Content-Type: text/html\n\n";
...
|
|
0 |
4,228 |
|
 |
Andrew
What is crontab?
Actually it is called 'cron daemon'. Cron is an automatic task machine. You will use it on your Unix or Linux operating systems for doing some tasks at specific intervals with out your intervention every time. You set the clock and forget. The cron daemon runs the work for you....
|
|
0 |
3,516 |