| 标题: | Yacoblog ![]() |
| 描述: | News and Views, Yacoubean style |
| 关键字: | |
| sponsored links: | |
| 连接: | 157 个内链, 24 个外链 查看内链 查看外链PR,友情链接检查 |
| 图片: | 7 个图片, 7 个没有Alt标签 查看所有图片 |
| 网站历史: | 创建于:2001年04月22日 年龄:11年1月5日 查看历史记录 |
| 网站流量: | IP ≈1,927 PV ≈1,927 |
| 网站估价: | ¥2,120 日广告收入: ¥3 (注:不包含域名价值,不代表公司价值) |
| Alexa全球排名: | 当日: - 一周: 705,875 三个月: 705,875 查看详情 | ||
| Google Page Rank: |
|
||
| 真假PR鉴别: | (提示:若此处显示网站与查询网站不同,则疑为劫持PR) | ||
| Sogou Rank: | |||
| 百度快照日期: | 查看详情 | ||
| 搜索引擎 | 收录情况 | 反向链接 |
| - 查看详情 | - 查看详情 | |
| 0 查看详情 | 0 查看详情 | |
| 0 查看详情 | 0 查看详情 | |
| 0 查看详情 | 0 查看详情 | |
| 0 查看详情 | 0 查看详情 | |
| 0 查看详情 | 0 查看详情 | |
| - 查看详情 | - 查看详情 |
| Web服务器: | Apache/2.0.46 (CentOS) |
| IP地址: | 208.77.208.97 有约 2 个站点运行在此服务器上 查看详情 |
| IP所在地: | 美国 |
| 注册人: | Jake Munson |
| Email: | |
| ICANN注册机构: | GODADDY.COM, INC. |
| 创建时间: | 2000-09-11 |
| 修改时间: | 2009-09-12 |
| 过期时间: | 2010-09-11 |
| 状态: | clientUpdateProhibited |
| Name Server: | ns1.viviotech.net(208.77.208.2) ns2.viviotech.net(208.77.208.3) |
| Whois Server: | whois.godaddy.com |
| 流量统计: | 当日 | 一周平均 | 三个月平均 |
| 排名: | - | 705,875 | 705,875 |
| PV: | 0 | 1 | 1.06 |
| 日独立IP: | ≈0 | ≈1,285 | ≈1,224 |
|
|
|
| Alexa Reach走势图 |
| ||
| Who is techfeed.net at whois.godaddy.com The data contained in GoDaddy.com, Inc.'s WhoIs database, while believed by the company to be reliable, is provided "as is" with no guarantee or warranties regarding its accuracy. This information is provided for the sole purpose of assisting you in obtaining information about domain name registration records. Any use of this data for any other purpose is expressly forbidden without the prior written permission of GoDaddy.com, Inc. By submitting an inquiry, you agree to these terms of usage and limitations of warranty. In particular, you agree not to use this data to allow, enable, or otherwise make possible, dissemination or collection of this data, in part or in its entirety, for any purpose, such as the transmission of unsolicited advertising and and solicitations of any kind, including spam. You further agree not to use this data to enable high volume, automated or robotic electronic processes designed to collect or compile this data for any purpose, including mining this data for your own personal or commercial purposes. Please note: the registrant of the domain name is specified in the "registrant" field. In most cases, GoDaddy.com, Inc. is not the registrant of domain names listed in this database. Registrant: Jake Munson Registered through: GoDaddy.com, Inc. (http://www.godaddy.com) Domain Name: TECHFEED.NET Domain servers in listed order: ns1.viviotech.net ns2.viviotech.net For complete domain details go to: http://who.godaddy.com/whoischeck.aspx?Domain=TECHFEED.NET |
|
|
|
重新测速 |
|
国内Ping速度测试
国内TraceRoute路由测试 美国Ping速度测试 美国TraceRoute路由测试 |
| ||||||
| 后缀 | 注册时间 | 到期时间 | 是否注册 |
| .com | |||
| .net | |||
| .org | |||
| .cn | |||
| .com.cn | |||
| .asia | |||
| .mobi |
| 查看更多 | ||||
|
|
Title:Yacoblog
Description:News and Views, Yacoubean style Keywords: Body:
Yacoblog
Yacoblog
Video for Everybody
Posted At : February 2, 2010 1:31 PM
Related Categories:
Internet,ColdFusion,Video
As more and more people are using devices where Flash is not available, as a web developer you might be concerned about this trend (especially since Steve Jobs has waged a war against Flash). I found an awesome tool to help us solve this problem. It's a tool called Video for Everybody, which is basically some code you can use in your pages to display a video that will work in ANY device (as long as it can play videos, that is). You have to encode your videos in both MP4 and OGG format. Once you've done that, you use this code and it will do one of the following, depending on what the user's browser supports:
Display HTML5 video
Display Flash video
Display an image with download links for the two video formats
So this way you can support all of your user's video capabilities with very little pain. And for the standard's conscious among us, it tries to use HTML5 whenever it can.
Comments (2) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 677 Views
Good spam fighting idea
Posted At : February 2, 2010 10:53 AM
Related Categories:
CFFormProtect,ColdFusion
If you are dealing with a lot of spam (who isn't?) and you find that lots of spam is getting through your filters, I just saw a cool idea for this problem. As you may know, I am the author of CFFormProtect. While I find that this works 99% of the time, there is the occasional spam that slips through. I was on a site recently that didn't have a Captcha to protect their comment form, but when I submitted my post their spam filter somehow flagged my as a spammer, and then they asked me to fill out a captcha. I think this is a great idea.If you are familiar with CFFormProtect, you will know that it has a weighting system to flag spam. Posts aren't blocked for any one problem, but rather CFFP takes up to 8 different tests, and if the posts fails x amount of those, it is blocked. So taking the idea I talked about in the first paragraph, maybe you allow posts through that pass 90% of the tests. A post that only passes 70% of the tests might be asked to do some additional validation (maybe a captcha, or moderation, or an email verification). Anything less than 70% is automatically flagged as spam. These numbers are just an example, your mileage will vary. What do you think of that idea?
Comments (3) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 678 Views
The best CF 10 wishlist
Posted At : December 12, 2009 7:41 AM
Related Categories:
ColdFusion,Adobe
I saw Jason Delmore's new wish list last night, and I think it's the best ever. For one reason. He states that Adobe should release a free version. And he uses all the same reasons I've always used. You might be saying, "What's the big deal? Another CFer saying we need a free version...we've heard it before." But this is different. Jason Delmore is the former Product Manager for ColdFusion, and when he talks more people listen than when the average joe CFer says "please release a free version". As far as I know this is the first time a big name in our community has publicly come out in support of a free version (correct me if I'm wrong). People like Sean Corfield and Ray Camden either don't think we need a free version, or if they do they don't talk about it publicly.By the way, I like most of the other 9 things on Jason's list as well. But this free version topic is BIG, in my opinion. I hope Adobe listens.To be clear...it's not that I personally want to benefit from this free version. If I wanted that, I'd just use Railo or OpenBD. The problem is that the rest of the web development community is not aware of the free alternatives. The majority of them won't become aware of them UNLESS they first join our community by trying Adobe CF. And they won't even give Adobe a second look because of the huge price tag. I realize there are other reasons that might hold them back, but in my opinion the price tag is the biggest reason that hobbyists continue to ignore CF.
Comments (9) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1082 Views
CFFormProtect 2.1 released
Posted At : December 10, 2009 9:57 AM
Related Categories:
CFFormProtect,ColdFusion
CFFormProtect 2.1 has been released. This new version doesn't have a lot of major new features, mostly bug fixes. One new feature, you can now specify a different config file than the default in the initialization of the CFC. Also, you can how put multiple copies of CFFP into one page (helpful if you have many forms on one page). You can find the new version at the project page.
There were a lot of people that contributed bug fixes and patches, and I don't want to name you all. You know who you are, and thank you. Feel free to drop a comment here to take credit for your work. :)p
Comments (2) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 837 Views
JavaScript calculator
Posted At : December 4, 2009 8:10 AM
Related Categories:
ColdFusion,JavaScript
A few years ago when I was bored I created a simple calculator (you know, the kind you use to do math problems) in Javascript. I was recently cleaning out an old hard drive and found it, and I thought I would share this Javascript calulator for anybody that might have a use for something like this in your web apps. I don't care to dump all the code in this post, you can view source on the page to see how it works.
Comments (0) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1040 Views
Alternate version of CFFormProtect
Posted At : November 30, 2009 6:43 AM
Related Categories:
CFFormProtect,ColdFusion
Dan Wilson made some cool modifications to CFFormProtect that he wants to share with the community. I decided not to roll these changes into the main project, but I want to make them available for those that would find them useful. In short, he made CFFP a lot more OO. :) Here are the details:
The form initialization code is now CFC based, which is more harmonious with ModelGlue (what Dan uses), as well as other frameworks.
He made modifications that allow CFFP configuration from ColdSpring.
He wrote a bunch of unit tests.
If this version of CFFP looks like it would easily slide into your projects, give it a try. There is a readme file in the zip that Dan wrote that should get you up and running. Thanks Dan!p
Comments (1) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1007 Views
CFQuickDocs Now has CF 9 Docs
Posted At : November 12, 2009 4:55 PM
Related Categories:
ColdFusion
Last month I stated that I might not upgrade CFQuickDocs to contain the tag and function documentation for ColdFusion 9. Well, after some good points in the comments, I decided to change my mind. As of today you can now look up CF 9 tag/function info in CFQuickDocs. Just go to CFQuickDocs using your normal method (browser shortcut, search engine plugin, etc.) and you will notice a new "Chose your docs library" link for ColdFusion 9 at the top. Enjoy!
Comments (11) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1127 Views
ColdFusion Builder on Linux
Posted At : October 21, 2009 11:35 AM
Related Categories:
Linux,ColdFusion,Adobe
If you are a ColdFusion developer that runs Linux on your desktop, you are probably aware that you can't get an official Linux version of CFBuilder. Well, there is a way to run CFBuilder on Linux, thanks to Mark Mandel. He has done some leg work to find the files you need from the Windows version and then you can run a script he wrote to get it all working. I haven't tried this yet, but it looks promising.So my next question is...if Mark can do this, why can't Adobe figure this out and release an official Linux version? Especially since they do have a Linux version of ColdFusion.
Comments (1) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1140 Views
CFQuickDocs and ColdFusion 9 docs?
Posted At : October 6, 2009 9:48 AM
Related Categories:
ColdFusion,Adobe
I have had a few people ask me if I am going to update CFQuickDocs to include ColdFusion 9 tags and function documentation. The quick answer is...it depends. ;)
[More]
Comments (8) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1436 Views
Passionate about Software
Posted At : September 11, 2009 7:00 PM
Related Categories:
Security,ColdFusion
Something that has been on my mind for a long time is the concept of being passionate about software. I often use this to measure how good software is before I buy it. If a company is not passionate about their software (according to a few metrics I've come up with), then I don't want to use their product. So how do I know if they are passionate? Here are a few things I look for:p
[More]
Comments (5) | Print |
del.icio.us
| Digg It!
| Linking Blogs
| 1409 Views
More Entries
yacoubean
Jake Munsonbr
36 Yrs old
Kuna ID, US
My Wife
My Mom
Religion
Cubs Fan
Web Developer
My Gnome
Contact me
My Projects
CFQuickDocs
CFFormProtect
Regex Tester
null-masterly
Search
Recent Comments
JavaScript isNumeric function
Josh Berke said: Yes in many contexts it is but if you are accepting user input and you need to verify that it is ind...
[More]JavaScript isNumeric function
Jake Munson said: Josh, thanks for the addition for people that may want to add commas to their. However, to be nit p...
[More]JavaScript isNumeric function
Josh Berke said: While I like the simplicity of isNaN(parseFloat(+ this.value)) or any of the variants proposed here ...
[More]JavaScript URL variables
John Rivers said: I have used
(function(){ // Import GET Vars :D
document.getVars = [];
var urlHalves = String...
[More]Good spam fighting idea
matt said: Great idea Jake. The general CFFormProtect idea is a really good one anyway, and making it easier fo...
[More]
Archives By Subject
Adobe (21) [RSS]Adoption (1) [RSS]Ajax (2) [RSS]Apple (3) [RSS]BlueDragon (1) [RSS]Books (3) [RSS]Cars (1) [RSS]CFFormProtect (8) [RSS]CFUnited (4) [RSS]ColdFusion (248) [RSS]Computer News (26) [RSS]Databases (5) [RSS]Eclipse (13) [RSS]Games/Software (12) [RSS]Google (19) [RSS]Humor (9) [RSS]IBM (1) [RSS]Internet (21) [RSS]JavaScript (8) [RSS]Linux (19) [RSS]Microsoft (49) [RSS]Misc (7) [RSS]Mozilla (28) [RSS]My Blog (18) [RSS]MySQL (3) [RSS]Open Office (1) [RSS]Personal (20) [RSS]PHP (1) [RSS]Politics (11) [RSS]Religion (25) [RSS]Science (1) [RSS]Security (2) [RSS]Sports (0) [RSS]SQL (1) [RSS]Technology (46) [RSS]Video (2) [RSS]Web Design (15) [RSS]
Calendar
lt; lt;
March 2010
gt; gt;
Sun
Mon
Tue
Wed
Thu
Fri
Sat
123456
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
RSS
Subscribe
Enter your email address to subscribe to this blog.
BlogCFC was created by Raymond Camden. This blog is running version 5.9. Contact Blog Owner
|
| 正在更新 |
| 桌面软件: | MyIP网站信息状态条 WebShot网页快照 SiteMapMaker网站地图生成 |
| 网站信息: | Alexa排名查询 PageRank查询/真假PR鉴别/PR劫持检测 外链检查 搜索引擎收录 搜索引擎反向链接 域名注册查询 |
| 网页编辑: | 颜色代码选择器 Html特殊符号 |
| 网站调试: | 蜘蛛抓取模拟 网站Header信息 网页源代码查看 |
| 代码转换: | 火星文查询 繁体/简体转换 Html/js代码转换 Html/UBB代码转换 |