Three weeks before I installed Linux in my office Laptop, without realizing that i have wireless network. I searched on the internet to install linksys wireless PCMCIA Card in my laptop. Here is the configuration to install What I had to do was the following:
——————————————————
1. Boot PC with the card not fitted.
2. loaded modules orinoco, […]
Entries from July 2004
Configuration of Wireless Card
July 26th, 2004 · 1 Comment
Tags: Other
ZPT] ZPT and ZSQL Methods
July 15th, 2004 · No Comments
This is easy,
create the following objects. You can fold them into two (one form and
one zsql method) but it is a bit easier to “see” what happens with 4:
- a ZSQL Method sqlGetNames (that *must* use dtml) with two parameters
firstname, lastname you use to construct a query.
- a form getusers_form with two input fields […]
Tags: Zope
Time to Change the Template
July 9th, 2004 · No Comments
i have used the Spider Man Template for quite long time. Yes i have seen the movie, it is fantastic,excellent cinematography.
Share This
Tags: Other
Misleading Users with your URL
July 9th, 2004 · No Comments
Advantage of using a python script is the best advantage i have seen in python with zope. I can write a script to like users , so it will be something like http://yoursite.com/users/ users is a python script when called it can return a zpt page
do something like this
request = ” ”
do your processing..
return container.here.usershtml()
where […]
Tags: Zope