User loginRecent blog posts
Homeland Security Advisory System
Popular contentToday's: |
Programming/ArchitecturePopulating a PostgreSQL Calendar TableSubmitted by geekwisdom on Sun, 2007-10-28 15:01.
I'm using PostgreSQL for my data warehouse. I needed a calendar table for doing joins and a quick way to populate it. So I created my calendar table with:
CREATE TABLE "CALENDAR" (Then I populated it with the following SQL: INSERT INTO "CALENDAR" ("YYYYMMDD") select to_date('20000101', 'YYYYMMDD') + s.a as dates from generate_series(0,36524,1) as s(a);This quickly puts records into the CALENDAR table for every day starting with 1/1/2000 and ending with 12/31/2099. ( categories: Programming/Architecture )
Stop form spam by using CSS to hide a fieldSubmitted by geekwisdom on Wed, 2007-05-30 11:10.
I hate form spam. Whether the form is a contact form, a survey, or something else spamming can make life a pain. SANS has an interesting piece on techniques that can be used to reduce or prevent form spam. In my opinion the solution that has the least impact on legitimate users, is easy to implement, can be implemented in numerous ways, and has the highest negative impact on spammers is the best. That's why I like the idea of including a form field that is required to be empty. To make it easier on legitimate users the field can be hidden using CSS. This way legitimate users aren't bothered with it, yet spambots are compelled to fill it in. ( categories: Programming/Architecture )
.Net Developers CommunitySubmitted by hemalkotak on Tue, 2006-08-01 08:37.
Hey , this is new to here
pl. post very new interesting points or newly explored things here See u soon.... ( categories: Programming/Architecture )
KernuxSubmitted by kernux on Tue, 2006-05-23 13:56.
Kernux is a fully kernel-mode http-daemon for Linux. Currently Kernux is in it's developing stage. Similiar developments in the same area were khttpd by Arjan van de van and Tux web-server by Ingo Molnar. Khttpd was included in the linux testing kernel 2.5 by Linus Torvalds. But it was actually not in kernel-mode of operation. Also it handled dynamic requests which is assumed to be insecure for the server OS by the Linux kernel developers. Tux is another implementation of kernel mode http-daemon, being developed by RedHat. The developer is Ingo Molnar, the creator of O(n) scheduler, which control the procsses from Linux kernel version 7.2 onwards.
( categories: Programming/Architecture )
Java Password Strength CheckSubmitted by jsloey on Fri, 2006-05-19 13:34.
How do you insure your users passwords meet required standards?
For a front end HTML solution to strong password checking see Steve's Javascript example. On the Java server side or from the command line take a look at PasswordCheck. This code extends Steve's script onto the server side allowing pre-defined rules to determine pass or fail strength checking before the user's password is stored to the database, LDAP or other directory server. Open source licensed. ( categories: Programming/Architecture | Security/Privacy )
Constructing event-driven services in a service-oriented architectureSubmitted by geekwisdom on Tue, 2006-01-17 14:23.
In the article Event-driven services in SOA Jeff Hanson provides a helpful overview of how to use Mule to construct event-driven services in an SOA. We are investigating the use of Mule and ActiveMQ as foundational components of our messaging framework for our identity management project at my day job.
( categories: Programming/Architecture )
Open MiddlewareSubmitted by geekwisdom on Wed, 2004-09-29 11:22.
OpenAdapter is open source EAI (Enterprise Application Integration) software. Written in Java, OpenAdapter can creat application to application or application to middleware connections. OpenAdapter provides "many ready-built interface components for JMS, LDAP, Mail, MQ Series, Oracle, Sybase and MSSQL Server as well as data exchange formats such as XML. New components are regularly added."
[OpenAdapter]
( categories: Programming/Architecture )
|
Mozilla Project
Google SearchesGeek(Wisdom).com is not affiliated with google. We just like their search engine.
SyndicationFront Page Programming/Architecture Security/Privacy Systems Administration Old SiteLooking for the old, old site? 2008/08/21 13:26:55
|