Recent Comments

Web Services Problems with ColdFusion 8 on a Mac

Posted on 09:41 PM Tuesday March 16, 2010 by yangkyy
I just has this problem.My environment such as JDK1.6,Tomcat5.0.28 and Myeclipse6.5. Could somebody help me? And my e-mail is yangkai@thunisoft.com.The problem as:[org.apache.jasper.compiler.Compiler]-[ERROR] Javac exception Error starting modern compiler at org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:69) at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:942) at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764) at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.thunisoft.summer.web.filter.UserAASFilter.doFilter(UserAASFilter.java:77) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.thunisoft.summer.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:61) ... 41 more Caused by: java.lang.NoClassDefFoundError: javax/tools/StandardJavaFileManager

4 Google Tricks

Posted on 03:17 PM Tuesday March 16, 2010 by Anonymous
lol limewire - is a gd 1

4 Google Tricks

Posted on 03:17 PM Tuesday March 16, 2010 by Anonymous
lol limewire - is a gd 1

Parsing, Modifying, and outputting XML Documents with Java

Posted on 06:02 AM Tuesday March 16, 2010 by kevin
this is a tutorial that show you how to develop a simple java class that use CRUD (Create Read Update Delete) operations with an xml file stored in a native XML Database: http://www.scribd.com/doc/28280460

Finding Duplicates with SQL

Posted on 04:52 AM Tuesday March 16, 2010 by FlexSharp
I have a table that looks like this: |StreetName NR| NR | |Teststreet 34| 34 | How can i delete only the number in Streetname when it is the same in NR??

SQL to Select a random row from a database table

Posted on 02:20 AM Tuesday March 16, 2010 by Nizam
dear casper, The topics was about to get random value, u provided a solution that is for select first row. can you please provide a solution to get random row from oracle db. thank you!

SQL to Select a random row from a database table

Posted on 03:50 PM Monday March 15, 2010 by sivakumar
how to select table expect a particular row ? eg : a table contain 1,2,3,4,5,6 i want select expect 2 how will to select

How long does it take to get a Google PageRank

Posted on 10:13 AM Monday March 15, 2010 by asdf
My PR is low still but I do rank high for my selected set of keywords: http://www.maxigripstore.com/. Pagerank does take some time.

MySQL Slow Query Log File

Posted on 07:21 AM Monday March 15, 2010 by Andrew
Thank you for this. I was looking for a way to debug mysql as I've been having some problems. Andrew http://www.tv-links.eu

Simple Flex Tutorial

Posted on 07:16 AM Monday March 15, 2010 by DJ rocks
Looking for free flash basics tutorial? visit www.flash4students.com its cool..

Tips for Secure File Uploads with ColdFusion

Posted on 05:38 AM Monday March 15, 2010 by James
Hi, I've seen comments about checking for a double file extensions. Does anybody have any code that would allow me to do this.

SQL to Select a random row from a database table

Posted on 03:11 AM Monday March 15, 2010 by pripa
hi, how to retrieve a record randomly based on primary key in mysql... and also is there any other method other than using limit to limit the records retrieved randomly?

Parsing, Modifying, and outputting XML Documents with Java

Posted on 07:42 AM Sunday March 14, 2010 by siddhartha
i need the code 2 read attibute values inside a tag. like <measValue measObjLdn="BSS:0,BTSM:3,BTS:0"> <measResults>0 0 </measResults> <suspect>true</suspect> </measValue> i need a java code to read measObjLdn help me if u can

Parsing, Modifying, and outputting XML Documents with Java

Posted on 07:39 AM Sunday March 14, 2010 by siddharth
I need the code for the following set of XML file: <?xml version="1.0" encoding="UTF-8" ?> - <Personnel> - <Employee type="Permanent"> <Name>Seagull</Name> <Id>3674</Id> <Age>34</Age> </Employee> - <Employee type="Contract"> <Name>Robin</Name> <Id>3675</Id> <Age>25</Age> </Employee> - <Employee type="Permanent"> <Name>Crow</Name> <Id>3676</Id> <Age>28</Age> </Employee> <Employee Type="Contract" /> </Personnel> plz send it to siddharthareddy4u@gmail.com its urgent

Parsing, Modifying, and outputting XML Documents with Java

Posted on 11:26 AM Saturday March 13, 2010 by Nada
Great help it works for me. Thnx

How long does it take to get a Google PageRank

Posted on 06:15 AM Saturday March 13, 2010 by hen
I have my site www.fabbricadisitiweb.com that has been running for some months now but still there is no PR appearing could someone tell me how to get it work. Thanks

Top 3 differences between PostgreSQL and MS SQL

Posted on 01:15 PM Friday March 12, 2010 by Karel Sedlacek
Postgres supports the NOT EXISTS which is faster than either solution above and can use indexes: SELECT table_a.* FROM table_a where NOT EXISTS (select '' from table_b WHERE table_a.id = table_b.a_id) Selecting '' forces indexes to be read if they exist on table_b.a_id.

How to add RSS Autodiscovery to your site

Posted on 04:35 AM Friday March 12, 2010 by Dmitriy
Thanks!! I'm add RSS channel http://folkblog.in.ua/

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 02:56 PM Thursday March 11, 2010 by kevin L.
wow...thanks a million...just saved my bacon.

Returning TOP N Records

Posted on 05:27 AM Thursday March 11, 2010 by SWETHA
HOW CAN I GET BOTTOM RECORDS EG: FOR TO DISPLAY TOP 5 RECORDS WE USE TOP

Turn off autocomplete for credit card input

Posted on 08:58 PM Wednesday March 10, 2010 by dataSpheric
Aha! Somebody told me there was an "argument" here about autocomplete. Some good points made from standards perspectives BUT forms are different from what we normally do (which is push information). Forms PULL information. With autocomplete, we might inadvertantly push what was pulled. Now consider this: the user is not always whom we think they are. The user might not be whom we intend them to be. Disabling autocomplete therefore protects the data and the user community. "Do what's good for the user" now includes their online security.

Have a good firefox extension idea?

Posted on 05:11 PM Wednesday March 10, 2010 by John
As a web designer I would love a guideline plugin. I usually code css with firebug / web developer toolbar, measure it, and Colorzilla. Being able to take a guide either vertically or horizontally would make firefox my ultimate web design tool. I talking about something similar to illustrators / photoshops guidelines. This way we could tell if pixel perfect designs line up.

FTP Scripts on windows

Posted on 03:40 PM Wednesday March 10, 2010 by Dre
I'm logged onto windows machine and have to get files from a unix server. So i created my script.txt as follows: userid password bin cd /mydir get file1 bye ..and execute the script with: ftp -s:ftpscript.txt server1 this works fine for 1 file, but i want to get over 10,000 files all with very different names; mget prompts for Y/N response; i can't get the folder name because there are over 60,000 files in the directory and i only want 10,000; is there a command to read the entire list of files i want to ftp from a file and ftp?

SQL to Select a random row from a database table

Posted on 03:29 AM Wednesday March 10, 2010 by Hafsal
Thanks a lot!!!

How to add RSS Autodiscovery to your site

Posted on 09:57 PM Tuesday March 09, 2010 by used cars online
used cars online - Find used autos online – makes such as Toyota, Honda, Ford, Nissan.

Making Jar files Run

Posted on 08:56 PM Tuesday March 09, 2010 by Chevy
I'm trying to run a Program thing, It Won't work.. I try to open it with like java.exe or whatever. And won't work.. I really need this to work, Thanks.

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 04:38 AM Tuesday March 09, 2010 by Gordon
VerY Thanks !! It works in Opencms 6.2.3. I changed: /system/workplace/resources/editors/fckeditor/fckeditor.cfm and /system/workplace/editors/fckeditor/editor_configuration.xml Gordon

Freitag Bags

Posted on 07:35 PM Monday March 08, 2010 by interested
Really love the bags and the concept. Way out of the normal person's price range. You really think the normal person spends over $300-$400 on a bag?

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 05:23 PM Monday March 08, 2010 by John
For OpenCMS users, there is a second file to be changed. Besides /system/workplace/resources/editors/fckeditor/fckutils.cfm you need to make a change in /system/workplace/editors/fckeditor/editor_configuration.xml Replace in Line 13 Gecko/200\d* with Gecko/20\d* HTH John

Making Jar files Run

Posted on 01:19 PM Monday March 08, 2010 by messori13
hi friends, i am new here. i want to make jar document file for my mobile.Can you tell me how can i do this and what kind of software i need to install?

SQL to Select a random row from a database table

Posted on 12:13 PM Sunday March 07, 2010 by Gurudatta
Select all employee names from emp table but display records of employees in Upper Case who get sal>3000. HOW?

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 09:57 AM Friday March 05, 2010 by andy matthews
@Gordon We have a custom install of FCK Editor, rather than the one which comes with ColdFusion 8. I was working on the native version.

Gravatar's not showing up?

Posted on 09:10 AM Friday March 05, 2010 by dave
testing the gravatar

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 06:33 AM Friday March 05, 2010 by Gordon
Hi @Andy Matthews: where's this file ?? @Mansi: did you resolve the problem ? TNX

CSS Techniques Roundup - 20 CSS Tips and Tricks

Posted on 05:49 AM Friday March 05, 2010 by gregmellilk
The response level to local and national disasters is awesome but it's a real shame that so many people take advantage of the sad situations. I mean everytime there is an earthquake, a flood, an oil spill - there's always a group of heartless people who rip off tax payers. This is in response to reading that 4 of Oprah Winfreys "angels" got busted ripping off the system. Shame on them! http://www.cbsnews.com/blogs/2009/08/19/crimesider/entry5251471.shtml

Using svn over ssh

Posted on 05:19 AM Friday March 05, 2010 by Navneet
how can i checkout from linux server to windows through svn.. please help me..

Using svn over ssh

Posted on 05:18 AM Friday March 05, 2010 by Navneet
how can i checkout from linux server to windows through svn.. please help me..

Google Code Search for ColdFusion

Posted on 07:23 PM Thursday March 04, 2010 by Jason Fuller
can you give an example of how this is helpful? without context of how the code is used, it's awfully hard to recognize that you found the code you wanted.

Right Click to Open Command Prompt in Directory

Posted on 10:03 AM Thursday March 04, 2010 by haini
if i open comand prompt it z nt visible on screen what should i???????

How to add RSS Autodiscovery to your site

Posted on 02:29 AM Thursday March 04, 2010 by coltinpitm
added broader available non pattern glacial

20 ways to Secure your Apache Configuration

Posted on 05:38 PM Wednesday March 03, 2010 by Thanks!
Good post, thanks Pete!

Adobe AIR Tutorial for HTML / JavaScript Developers

Posted on 05:35 PM Wednesday March 03, 2010 by Lou Prado
Excellent tutorial. I copied icons from another example otherwise you should comment out those lines. Also I had to type password as the password to get it to work.

Adobe AIR Tutorial for HTML / JavaScript Developers

Posted on 05:24 PM Wednesday March 03, 2010 by Lou Prado
Excellent tutorial. I copied icons from another example otherwise you should comment out those lines. Also I had to type password as the password to get it to work.

Finding Duplicates with SQL

Posted on 05:12 PM Wednesday March 03, 2010 by helpAppreciated
I have a relation with N columns of the same type, and I have to write a query that returns the tuples having the max number of identical values, any suggestions?

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 09:12 AM Wednesday March 03, 2010 by andy matthews
Mansi... I had a similar problem. It turned out that I was editing the right file, but in the wrong location. My system had two instances of FCKEditor and I was editing the one that was NOT being used. Perhaps you're having a similar problem?

I give up! Installing SQL Server 2005 Express

Posted on 09:06 AM Wednesday March 03, 2010 by rachel
don't give up instaling sql server ' i just find the solution for this problem SQL Server 2005 Beta 3 Setup has detected incompatible beta components from Visual Studio or SQL Server dowload the windows installer cleaner and run it ' reove all the entries he detected , and than staet setup sql server

Using svn over ssh

Posted on 03:58 AM Wednesday March 03, 2010 by Jyotir
I want to know, if there is a svn co (checkout), from which user, it has been done and when?

Central Book Finder Application

Posted on 02:00 AM Wednesday March 03, 2010 by Drikibdub
Hiya, Swanky Website i hope be able help here. Cheers.

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 12:37 AM Wednesday March 03, 2010 by Mansi
We are using FCK editor version 2.3.2 in OpenCMS. I tried all the changes mentioned above, but am still not ablt to resolve the probelm.

Tips for Secure File Uploads with ColdFusion

Posted on 07:12 PM Tuesday March 02, 2010 by Brian H..
I just wanted to chime in to remind people that the same goes for emails which attachments that are downloaded by CFpop. I have a system which acts as a web client for accessing email ( <gasp> and saves the attachments into a pub directory</gasp> ), and I basically crapped myself when I realized that I was doing no checking, and someone could have simply emailed us a CFM file. My two faults here are A: serving attachments publicly and B: Not filtering attachments. Very old app, but Jeeze! Horrible. -Brian

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 05:13 PM Tuesday March 02, 2010 by Larry Peterson
Pete, Thanks a million...you won't believe how much grief you saved me (and others)

Simple Flex Tutorial

Posted on 02:45 AM Tuesday March 02, 2010 by Jon
Hello, I have no background whatsoever in Flex Builder 3. But I've been asled to edit a project that produces an swf file which is then attached to a webpage. Problem is, although I've changed the code and have rebuilt it, the swf file produced does not reflect the changes I made. Is there a key principle to rebuilding a project that's unique to Flex that I could've missed?

Simple Flex Tutorial

Posted on 02:10 AM Tuesday March 02, 2010 by Giri
Hi.. i am new to flex.. could you please explain the code of how to access live videos from server to cient??All the live videos will be captured by server. Please someone help me out soon

Using Subversion Hooks to send out build emails

Posted on 10:19 PM Monday March 01, 2010 by Opettytot
The response to national disaster is noble but it's a damn shame that so many citizens take advantage of the sad situations. I mean everytime there is an earthquake, a flood, an oil spill - there's always a group of heartless people who rip off tax payers. This is in response to reading that 4 of Oprah Winfreys "angels" got busted ripping off the system. Shame on them! http://www.cbsnews.com/blogs/2009/08/19/crimesider/entry5251471.shtml

How to add RSS Autodiscovery to your site

Posted on 06:41 AM Sunday February 28, 2010 by erfiz
nice its very helpfull

Finding Duplicates with SQL

Posted on 12:57 PM Saturday February 27, 2010 by kiran
I have two fields in a table which while retreiving i want to combine both and display output as one. for ex:empno,empname when retreived i want it to come as single field .Can anyone provide me sql query for this.

New PageRank Update

Posted on 03:40 AM Saturday February 27, 2010 by web seo
There are many sites to get information on pagerank update. http://www.webseo5.com we are also going to update the pagerank updates. seocompany.ca also have good resources. Best Regards Mano

8 Ways to Save Bandwidth on your RSS Feed

Posted on 09:24 AM Friday February 26, 2010 by Monioutagitte
The response level to national disaster is awesome but it's a real shame that so many people take advantage of the sad situations. I mean everytime there is an earthquake, a flood, an oil spill - there's always a group of heartless people who rip off tax payers. This is in response to reading that 4 of Oprah Winfreys "angels" got busted ripping off the system. Shame on them! http://www.cbsnews.com/blogs/2009/08/19/crimesider/entry5251471.shtml

Central Book Finder Application

Posted on 05:46 AM Friday February 26, 2010 by Empiffrhify
The response to local and national disasters is great but it's a damn shame that so many citizens take advantage of the sad situations. I mean everytime there is an earthquake, a flood, an oil spill - there's always a group of heartless people who rip off tax payers. This is in response to reading that 4 of Oprah Winfreys "angels" got busted ripping off the system. Shame on them! http://www.cbsnews.com/blogs/2009/08/19/crimesider/entry5251471.shtml

Parsing, Modifying, and outputting XML Documents with Java

Posted on 05:28 AM Friday February 26, 2010 by Mayur
Hi, I need to create new xml files from existing by changing node values. Can you help me how can i do it. Thanks in Advance, Mayur

Gravatar's not showing up?

Posted on 01:35 PM Thursday February 25, 2010 by brandy
testing :) hahaha

The Proper Content Type for XML Feeds

Posted on 09:49 PM Wednesday February 24, 2010 by maddddddddddd
isn't it "Content-type" and not "content-type" or "Content-Type" as shown above?

Tips for Secure File Uploads with ColdFusion

Posted on 01:35 PM Wednesday February 24, 2010 by Jordan
I'd just like to point out, in response to the first commenter, that Mac OS X files do indeed have file extensions. By default they are hidden to the user but upon sending a file out (as in this case) they do apply.

Right Click to Open Command Prompt in Directory

Posted on 01:16 PM Wednesday February 24, 2010 by Ari
I find that being able to open the command prompt would be useful for right clicking anything. Just create a blank text document and paste the following code into it: ---Begin REG File (Don't copy this this line)--- Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\Shell\OpenNew] @="Command Prompt" [HKEY_CLASSES_ROOT\*\Shell\OpenNew\Command] @="cmd.exe /d cd %l" ---End REG File--- Save it as CmdEditor.reg (or whatever you would like). Run it and there you go. You can now right click ANY file to open the command prompt from its path.

Right Click to Open Command Prompt in Directory

Posted on 01:15 PM Wednesday February 24, 2010 by Ari
I find that being able to open the command prompt would be useful for right clicking anything. Just create a blank text document and paste the following code into it: ---Begin REG File (Don't copy this this line)--- Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\Shell\OpenNew] @="Command Prompt" [HKEY_CLASSES_ROOT\*\Shell\OpenNew\Command] @="cmd.exe /d cd %l" ---End REG File--- Save it as CmdEditor.reg (or whatever you would like). Run it and there you go. You can now right click ANY file to open the command prompt from its path.

CSS Techniques Roundup - 20 CSS Tips and Tricks

Posted on 10:50 AM Wednesday February 24, 2010 by Diotsherfitte
Hi guys, I know this might be a bit off topic but seeing that a bunch of you own websites, where would the best place be to host. Someone recommended I use [url=http://bit.ly/aTAtZb]Blue Host[//url] for $6.95 a month which seems like a great deal. Anyone here on www.petefreitag.com using them?

jQuery UI Sortable Tutorial

Posted on 05:12 AM Wednesday February 24, 2010 by Prashant
Thanks for this nice tip, it helped me a lot.

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 12:40 AM Wednesday February 24, 2010 by Ed
Thanks i cut and pasted the code just as you said, works like a champ, thanks for posting. Ed

Finding Duplicates with SQL

Posted on 10:56 PM Monday February 22, 2010 by dinesh
customer table have some duplicate records i want display duplicate records?can u give solutios anybody.

Adobe AIR Tutorial for HTML / JavaScript Developers

Posted on 01:11 PM Monday February 22, 2010 by Mama jee
Hi, thanks for the training really appreciate it, can i deploy my coldfusion code that connects to the database with air.

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 11:40 AM Monday February 22, 2010 by RS
Awesome, you just saved us a lot of grief. If anyone's using an older version of FckEditor (e.g. 2.4.3), apply Pete's fix to fckeditor.cfm and fckeditor.cfc.

Simple Flex Tutorial

Posted on 11:07 AM Monday February 22, 2010 by swapna
hi.. i am new to flex.. can u please explain code of how navigations occur in flex.??

Finding Duplicates with SQL

Posted on 06:38 AM Monday February 22, 2010 by Ansari Mohammad Qayamuddin. H
You can use. SELECT * FROM [your_table_name] ORDER BY [your_table_name].[date] ASC

Tip for Resizing Your Browser Window

Posted on 03:58 PM Sunday February 21, 2010 by ief
www.resizebrowser.com is another option to check some websites in different screen resolutions and aspect ratios.

How long does it take to get a Google PageRank

Posted on 07:27 PM Saturday February 20, 2010 by Sagar
Nice article. I got pr 2 recently for my new blog http://premiumwpthemes.in

Request Filtering in IIS 7 Howto

Posted on 10:10 AM Saturday February 20, 2010 by Ron
Pete: thanks for sharing this. This is so much more straightforward and with an Apache background myself, I find this braindead-simple to understand...

Returning TOP N Records

Posted on 03:35 AM Saturday February 20, 2010 by shunan
how can i get the top values limiting the retuning rows to 200. example: sum(amount) return highest 200 values. anyhelp?

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 06:44 PM Friday February 19, 2010 by Bridget
Also, note I had to change: if( arrayLen( stResult.pos ) eq 2 ) to if( arrayLen( stResult.pos ) gt 2 )

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 06:36 PM Friday February 19, 2010 by Bridget
Pete, Thanks for the start! I changed mine to use a regular expression of gecko/(20(0[3-9]|[1-9][0-9])[0-1][0-9][0-3][0-9]) .... because the comment above the regular expression in fckeditor.cfc says to check for Gecko ( >= 20030210+ ). Yours will pass if the Gecko version date is 20010210 - this one won't -Bridget

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 06:26 PM Friday February 19, 2010 by Ryan
rock on!!!

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 03:40 PM Friday February 19, 2010 by andy matthews
Pete... Turns out I was editing the FCK instance within my JRun folders when I should have been editing a stand alone instance we manually installed. Got it working now.

CSS Techniques Roundup - 20 CSS Tips and Tricks

Posted on 10:46 AM Friday February 19, 2010 by GewSmennyramy
Hi Guys! this is my first time here and i just wanted to say hello to all of you! Cheers

Parsing, Modifying, and outputting XML Documents with Java

Posted on 07:38 AM Friday February 19, 2010 by sudha
nice code it really helped me

Finding Duplicates with SQL

Posted on 02:14 AM Friday February 19, 2010 by Taichi
hmm i have another version of problem here is the example user id date user1 101 2010-02-19 user1 102 2010-02-17 user2 103 2010-02-17 how can i display only one per user with recent date? so basically the output will be user id date user1 101 2010-02-19 user3 103 2010-0217

Gravatar's not showing up?

Posted on 01:26 AM Friday February 19, 2010 by Kam
Testing my gravator Too ! :D

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 07:42 PM Thursday February 18, 2010 by Crystal Fetterman
Worked perfectly. You rock Pete :)

4 Google Tricks

Posted on 05:32 PM Thursday February 18, 2010 by Lui
Great I'm feeling lucky trick http://pixpow.com/oooh-this-is-great-chuck-norris/

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 11:42 AM Thursday February 18, 2010 by Pete Freitag
@Andy - Hmm, not sure double check that you changed the regex properly. Are you using cftextarea to invoke FCKeditor, or are you invoking it directly?

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 11:34 AM Thursday February 18, 2010 by andy matthews
Hey Pete... Running CF8 locally and I changed that line in both of my instances, and restarted ColdFusion and I'm still getting the plain textarea within FF3.6. Any ideas?

FCKEditor Year 2010 Bug for Firefox 3.6 with ColdFusion

Posted on 09:07 AM Thursday February 18, 2010 by Adam
I actually had to update this in my fckeditor.cfm page not the .cfc Hope that helps

Making Jar files Run

Posted on 04:17 AM Thursday February 18, 2010 by Anonymous
Exception in thread "main" java.lang.NoClassDefFoundError: C:\jav\add2 Caused by: java.lang.ClassNotFoundException: C:\jav\add2 at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) Could not find the main class: C:\jav\add2. Program will exit.

4 Google Tricks

Posted on 06:16 PM Wednesday February 17, 2010 by Anonymous
type in 'french military victories' and press i'm feeling lucky! tis a good'un

Finding Duplicates with SQL

Posted on 12:05 PM Wednesday February 17, 2010 by Zeeshan Khan
If you are running an online website with heavy traffic, and you want to modify any index, for which you first have to drop the previous index and then add it. Then it is highly recommended to add the index first, with another index name, and then drop the previous index. For more details, check out: http://www.webtechquery.com/index.php/2010/02/view-add-and-drop-indexes-in-mysql/

How long does it take to get a Google PageRank

Posted on 10:48 AM Wednesday February 17, 2010 by RedKoala
I did my portfolio websie a while ago, but my PR is still 0. http://www.redkoaladesign.pl I've been adding links to the website around 5 per day and I try to update it with new content every few days. Having a blog really helps. I also did link exchange with some professional websites. Still waiting on results, but as far as I know you need to put some hard work into it to get satysfing results. So I advsie to read about SEO and get to work

Google Sitemaps Accepts RSS and Atom Feeds

Posted on 05:50 AM Wednesday February 17, 2010 by E.Mr
Hi friend Nice information shared. You help me lot to configure my blog http://life-etiquette-manners.blogspot.com Thanks you so much.

20 ways to Secure your Apache Configuration

Posted on 11:54 PM Tuesday February 16, 2010 by dfd
One thing is NOT clear - once you set User apache Group apache then who owns /web? In your case, it will be apache apache (UID and GID). Now if apache has no login shell, how could you edit the files underneath /web? Using root everytime?

Request Filtering in IIS 7 Howto

Posted on 03:41 PM Tuesday February 16, 2010 by Pete Freitag
You're welcome Jason, yeah it is actually pretty simple! Adding the .config files was a smart move for MS!

Request Filtering in IIS 7 Howto

Posted on 12:36 PM Tuesday February 16, 2010 by Jason Dean
Wow, that is really straight forward an easy to understand. That is also a good example of whitelist and blacklist validation with great use of whitelist validation. Thanks for sharing.

ColdFusion Server Security Scanner

Posted on 11:14 AM Tuesday February 16, 2010 by Pete Freitag
@Doug - I would still recommend applying the patches even if our remote tool can't find them it doesn't mean a hacker can't. As for the XSS, you really need to remove more than just <>"' to be protected in all cases and HTMLEditFormat doesn't totally do the trick, for example HTMLEditFormat doesn't escape single quotes. To be free of XSS concerns you need to strip out <>'"();#

How long does it take to get a Google PageRank

Posted on 10:59 AM Tuesday February 16, 2010 by Sports Parlays
I have noticed it takes at least 3 months for some URL's to receive a PR.


Basecamp
pfreitag on twitter