I**A 发帖数: 2345 | 1 Thanks
我倒是装了firebug,YSlow is based on firebug.
等我找找看where I can measure rendering time using firebug...If you know it,
could you please let know?
thanks again |
|
r*****n 发帖数: 4844 | 2 前言
你是否觉得自己从学校毕业的时候只做过小玩具一样的程序?走入职场后哪怕没有什么
经验也可以把以下这些课外练习走一遍(朋友的抱怨:学校课程总是从理论出发,作业
项目都看不出有什么实际作用,不如从工作中的需求出发)
建议:
不要乱买书,不要乱追新技术新名词,基础的东西经过很长时间积累而且还会在未来至
少10年通用。
回顾一下历史,看看历史上时间线上技术的发展,你才能明白明天会是什么样。
一定要动手,例子不管多么简单,建议至少自己手敲一遍看看是否理解了里头的细枝末
节。
一定要学会思考,思考为什么要这样,而不是那样。还要举一反三地思考。
注:你也许会很奇怪为什么下面的东西很偏Unix/Linux,这是因为我觉得Windows下的
编程可能会在未来很没有前途,原因如下:
现在的用户界面几乎被两个东西主宰了,1)Web,2)移动设备iOS或Android。Windows
的图形界面不吃香了。
越来越多的企业在用成本低性能高的Linux和各种开源技术来构架其系统,Windows的成
本太高了。
微软的东西变得太快了,很不持久,他们完全是在玩弄程序员。详情参见《Windows编
程革命史》
所以... 阅读全帖 |
|
n******r 发帖数: 869 | 3 贡献好文:
http://coolshell.cn/articles/4990.html
月光博客6月12日发表了《写给新手程序员的一封信》,翻译自《An open letter to
those who want to start programming》,我的朋友(他在本站的id是Mailper)告诉
我,他希望在酷壳上看到一篇更具操作性的文章。因为他也是喜欢编程和技术的家伙,
于是,我让他把他的一些学习Python和Web编程的一些点滴总结一下。于是他给我发来
了一些他的心得和经历,我在把他的心得做了不多的增改,并根据我的经历增加了“进
阶”一节。这是一篇由新手和我这个老家伙根据我们的经历完成的文章。
我的这个朋友把这篇文章取名叫Build Your Programming Technical Skills,我实在
不知道用中文怎么翻译,但我在写的过程中,我觉得这很像一个打网游做任务升级的一
个过程,所以取名叫“技术练级攻略”,题目有点大,呵呵,这个标题纯粹是为了好玩
。这里仅仅是在分享Mailper和我个人的学习经历。(注:省去了我作为一个初学者曾
经学习过的一些技术(今天明显... 阅读全帖 |
|
T**********n 发帖数: 480 | 4 去年发过帖子招人, 今年继续扩招,职位全部在Mountain View
重点招测试,数据分析和Web工程师
测试有经验的和新毕业生都招
数据分析和Web要求有经验
同时也招有经验的iOS,Android和Core Java工程师
请投简历至 [email protected]
/* */,关于公司情况也欢迎邮件交流
职位描述
QA:
Responsibilities
Contribute to the testing strategy for the client applications
Prepare and update test plans
Coordinate with Development to resolve issues
Test new releases on mobile handsets
Suggest ways to preemptively avoid bugs
Collaborate with Server testing
Build tools and utilities
Requirements
Strong desire to work ... 阅读全帖 |
|
d********g 发帖数: 10550 | 5 关键时刻输完验证码后页面居然卡了1秒多,然后才能点accept
检查了下发现是Firebug造成的,狗日的Firefox/Firebug
经验表明抢OO用Firefox不靠谱,最好用Opera裸奔 |
|
x*****e 发帖数: 34 | 6 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: xiaolee (lee), 信区: BuildingWeb
标 题: 【原创】网页加载速度优化实例分析
发信站: BBS 未名空间站 (Fri Oct 21 18:25:28 2016, 美东)
不久前帮助一个客户做网站优化。打开这个使用Wordpress模板的主页竟然需要19秒!
经过检查和初步调整,我成功将加载时间缩短到4秒。如果进一步优化有把握把速度再
提高3~5倍。在本文中我将和大家分享网页加载速度优化的一些基础知识。
网站的速度取决于多方面的因素,包括服务器带宽、处理器速度、并发请求数量、用户
带宽等等。还有地理位置的考量,如果服务器在中国,美国的用户通常会体验到较慢的
速度。因此选择网站服务器时需要考虑用户的位置。在本文的例子里服务器和主要客户
都在美国,所以可以排除这方面的因素。
Wordpress插件的优化
客户的网站使用了一个叫做Lambda的主题,当网页加载时会显示进度如下。
这个设计的本意是为了提高网页打开时的用户体验,实际上却达到了相反的效果。本来
页面会一边下载一边显示。用户看到前面的内容一... 阅读全帖 |
|
k******a 发帖数: 2436 | 7 下策中策上策
用firebug可以连小x号以及透明的层都删掉,firebug中选中了按delete键即可
更简单的做法是运行一段script
最NB还是VPN |
|
x*****e 发帖数: 34 | 8 不久前帮助一个客户做网站优化。打开这个使用Wordpress模板的主页竟然需要19秒!
经过检查和初步调整,我成功将加载时间缩短到4秒。如果进一步优化有把握把速度再
提高3~5倍。在本文中我将和大家分享网页加载速度优化的一些基础知识。
网站的速度取决于多方面的因素,包括服务器带宽、处理器速度、并发请求数量、用户
带宽等等。还有地理位置的考量,如果服务器在中国,美国的用户通常会体验到较慢的
速度。因此选择网站服务器时需要考虑用户的位置。在本文的例子里服务器和主要客户
都在美国,所以可以排除这方面的因素。
Wordpress插件的优化
客户的网站使用了一个叫做Lambda的主题,当网页加载时会显示进度如下。
这个设计的本意是为了提高网页打开时的用户体验,实际上却达到了相反的效果。本来
页面会一边下载一边显示。用户看到前面的内容一般也就不在乎后面还没有打开的部分
。现在这个进度条挡住了所有内容,必须要等到全部下载完再一块显示。不知道有多少
用户会有耐心等待。所以我做的第一件事就是关闭了这项功能。
除此之外网站上还装了许多插件。这些插件不论有没有用到都要加载到主页上,使速度
变慢。经过分析我关... 阅读全帖 |
|
c******n 发帖数: 16666 | 9 嗯 firebug最近决定断更了
不过ff自己dev tool出来之后 firebug存在意义就不大了
chrome |
|
S****h 发帖数: 558 | 10 Yeah. I do use firebug or development tool in Chrome (similar as firebug in
firefox). Nevertheless, it is not as useful as IDE like others point out.
This partly due to the language nature of javascript. For example, if you
have some simple syntax error at some rarely used logic, you will never see
it until it gets executed.
And you will see how difficult to write some GOOD ajax code in raw
javascript without help from those framework.
I personally will limit javascript to the display logic... 阅读全帖 |
|
d****y 发帖数: 910 | 11 别扯淡了。
1. 在FireFox里面安装Firebug插件调试一下,就可以看到那个页面把JavaScript和一
两个.bin文件下下来后,之后所有命令行都没有网络连接操作。所谓的命令执行也就是
在browser里面捕捉各种鼠标键盘事件而已(安装Firebug事件插件可以浏览这些事件)。
2. Browser里面使用JavaScript跑真正的虚拟机,连理论基础都没有,怎么可能呢?空
中楼阁?
3. 这年头很多东西就跟魔术一样:可以欣赏它,但别给它唬住了。 |
|
r****y 发帖数: 26819 | 12 intellij是不是还得给firefox装插件?那跟firebug比有啥区别?firebug和chrome的d
evelop tools合起来应该有的东西都有了吧。 |
|
s****r 发帖数: 31686 | 13 【 以下文字转载自 History 讨论区 】
发信人: firebug (焔龜), 信区: History
标 题: Re: 这么多傻逼指点江山,却连基本的是非也分不清。
发信站: BBS 未名空间站 (Sun May 15 15:18:42 2011, 美东)
算了,跟你这样的没法说 |
|
n*****t 发帖数: 22014 | 14 这个你们市西就是不行:
FF 装个 firebug,F12 直接改网页 |
|
d********g 发帖数: 10550 | 15 赞原理讲解
其实呢,只要舍得错过一两次OO(或者让别人代点,自己专心抓包),Firefox +
Firebug + HttpFox一分析就出来了。知识就是力量啊,赞大牛 |
|
|
t**r 发帖数: 3428 | 17 Required Skills:
• Object oriented Perl, development of Perl modules and tests (*.t
files)
• XML, its validation/parsing and basic Web Services (SOAP)
• Excellent UNIX scripting skills in bash and ksh and proficiency in
gcc/make/ar for compiling XS portions of non-pure Perl modules.
• Good knowledge of networking (TCP/IP, DNS, TLS) and socket
programming
• C/C++
• Knowledge of build release processes
• Java
• Apache advanced web server configuratio... 阅读全帖 |
|
b***e 发帖数: 1419 | 18 // You can run this code in your browser console, e.g. firebug with
firefox or chrome console.
var a = [0,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1];
var getMaxZeroOneSeq = function(a) {
var sum = 0;
var max = 0;
var map = {0: 0}; // <-- here is the O(n) space needed
for (var i = 0; i < a.length; i++) {
if (a[i] == 1) {
sum++;
} else { // if (a[i] == 0)
sum--;
}
if (map[sum] == null) {
map[sum] = i;
} else {
max = Math.max(max, i - map[sum] + 1);
}
}
return max;... 阅读全帖 |
|
b***e 发帖数: 1419 | 19 /*
You can run this code in your browser console, e.g. firebug with
firefox or chrome console.
*/
var a = [0,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1];
var getMaxZeroOneSeq = function(a) {
var sum = 0;
var max = 0;
var map = {0: -1}; // <-- here is the O(n) space needed
for (var i = 0; i < a.length; i++) {
if (a[i] == 1) {
sum++;
} else { // if (a[i] == 0)
sum--;
}
if (map[sum] == null) {
map[sum] = i;
} else {
max = Math.max(max, i - map[sum]);
}
}
return max;... 阅读全帖 |
|
r*****d 发帖数: 1924 | 20 【 以下文字转载自 WashingtonDC 讨论区 】
发信人: Westridge (西岭), 信区: WashingtonDC
标 题: Java开发人员知识点(更新)
发信站: BBS 未名空间站 (Wed Apr 18 00:03:19 2012, 美东)
Java开发人员知识点
1.听说过James Gosling,SUN和Oracle公司。知道网上下载Java的地址,在哪讨论Java
。练习过Java在Windows下的安装和配置。知道Java应用系统中常见的几种license和JCP。了
解bytecode和Java在不同系统下可以轻松移植的原理。
2.懂得基本的Java编程和行命令格式。了解面向对象的编程思路。
几个基本点:Java基本语法和控制结构,命名和代码风格,结构化,对象封装,继承,
抽象,多态,接口,异常处理,堆空间,栈空间,垃圾回收器,static,this,
synchronized,annotations,JUnit,JDBC,JSP/servlet
Java Core APIs: java.lang,java.util,java.io,java.a... 阅读全帖 |
|
|
A*****a 发帖数: 20 | 22 我们是一家在加州Santa Barbara做SaaS的startup。主打产品是AppFolio Property
Manager,为美国的房产管理商提供一站式的在线管理系统,另外也涉足Virtual Data
Room和美国法律软件领域。公司正处在高度发展期,急需计算机人才。在AppFolio,你
会直接参与到我们infrastructure的开发和维护,亲自解决我们成长过程中的各种技术
难题,而在其他老牌IT公司,你很少能有这样的机会。我们主要使用Ruby on Rails/
MySQL,但我们不要求申请者有相关经验。对国际学生,我们支持H1-B。
公司介绍: www.appfolio.com/about
工作地点: Santa Barbara, CA
详情和职位申请: www.appfolio.com/jobs 或 http://www.indeed.com/cmp/Appfolio/jobs
Software Engineer
AppFolio is the fastest growing provider of online property management
soft... 阅读全帖 |
|
m***2 发帖数: 595 | 23 此full非彼full,
现在fullstack的job description上的关键词基本都是js 和css
We are looking for seasoned full-stack engineers with experience building
highly scaleable database-backed web applications with rich interactive
experiences; someone who's passionate about web technologies, such as
RequireJS, BackboneJS, Highcharts, jQuery, PhantomJS, and Node.js. In this
position, you'll be collaborating with product managers, designers, and
fellow engineers to implement prototypes and PSDs into launch-ready, pixel-
perf... 阅读全帖 |
|
S**********w 发帖数: 132 | 24 A new start-up company undertaking a major web application project is
looking for a candidate with a minimum of 5 years experience developing
large-scale web user interfaces. The candidate will work with a distributed
development/management team to develop a web-based, e-commerce oriented
application. Superior communication skills and the ability to understand
business requirements are essential. Responsibilities include consuming wire
frames, comps and style guides to develop complex web based ... 阅读全帖 |
|
S**********w 发帖数: 132 | 25 We are providing opportunities to learn new technology. Outstanding
interns will be considered job offers. Provide free internship certificate
and recommendations when needed.
Also the company is looking for:
1. Web page designer: HTML, CSS, Photoshop or equivalent graphic packages
2. Web UI Engineer: HTML, CSS, JavaScript, JQuery or similar JavaScript
frameworks, Java/JSP is a plus
3. Back-end Engineer: Java Web technologies such as JSP/JSTL/J2EE or Spring
framework, Web Service, SQL (Postgr... 阅读全帖 |
|
S**********w 发帖数: 132 | 26 Company with new innovation is looking for:
1. Web page designer: HTML, CSS, Photoshop or equivalent graphic packages
2. Web UI Engineer: HTML, CSS, JavaScript, JQuery or similar JavaScript
frameworks, Java/JSP is a plus
3. Back-end Engineer: Java Web technologies such as JSP/JSTL/J2EE or Spring
framework, Web Service, SQL (PostgreSQL/MySQL/ORACLE), JavaScript
4. Marketing analyst
5. Venture Capital Specialist
Experience with GIS technology such as OpenLayers is desirable.
A new start-up compan... 阅读全帖 |
|
S**********w 发帖数: 132 | 27 1. Web page designer: HTML, CSS, Photoshop or equivalent graphic packages
2. Web UI Engineer: HTML, CSS, JavaScript, JQuery or similar JavaScript
frameworks, Java/JSP is a plus
3. Back-end Engineer: Java Web technologies such as JSP/JSTL/J2EE or Spring
framework, Web Service, SQL (PostgreSQL/MySQL/ORACLE), JavaScript
4. Marketing analyst
5. Venture Capital Specialist
Experience with GIS technology such as OpenLayers is desirable.
A new start-up company undertaking a major web application projec... 阅读全帖 |
|
b******n 发帖数: 66 | 28 eBay Seattle position, 可以sponsor h1b, 有兴趣的话PM我。要求如下:
Primary Job Responsibilities:
Can you bring the ideas, energy, and dedication needed to reach and engage
the next 100M eBay users? The Traffic team is responsible for the systems
and algorithms powering all of eBay''s advertising, as well as its affiliate
program and outbound e-mail. The E-Mail team in Traffic is hiring!
We are seeking a highly motivated engineer to enhance and support eBay’s
email platform.
In this role, you will :
Design and... 阅读全帖 |
|
b******n 发帖数: 66 | 29 eBay Seattle position, 可以sponsor h1b, 有兴趣的话PM我。要求如下:
Primary Job Responsibilities:
Can you bring the ideas, energy, and dedication needed to reach and engage
the next 100M eBay users? The Traffic team is responsible for the systems
and algorithms powering all of eBay''s advertising, as well as its affiliate
program and outbound e-mail. The E-Mail team in Traffic is hiring!
We are seeking a highly motivated engineer to enhance and support eBay’s
email platform.
In this role, you will :
Design and... 阅读全帖 |
|
|
K***s 发帖数: 2063 | 31 我也发现这个问题了,以前可以用无数张,现在只允许两张。
第二张的输入框被故意隐藏了。
如果你懂html的话,安装一个firebug插件,就可以修改源代码,把隐藏的显示出来。 |
|
K***s 发帖数: 2063 | 32 昨天下了两单,没问题。
在firebug里面,把 display:none的删除就可以了。
对懂得人很容易。 |
|
l*****h 发帖数: 5005 | 33 我们现在有jumperoo,还有Vtech的learning cube,learning walker(当然他也只能
坐着玩这个walker上的音乐盒子),还有一些小型的stuffing animal,还有一个
lamaze的firebug等等……他最喜欢的是jumperoo,不过我下午和晚上不敢给他玩,一
玩high了晚上就不好好睡觉 |
|
M***0 发帖数: 1180 | 34 搜索maxthon,这是官方名
最强大的功能就是鼠标拖拽。自己设置一下,所有操作都是鼠标单手原地完成,不需要
移到上面点击任何tab和menu,什么操作都是瞬秒,很适用论坛狂人。上班时老板走来
的时候鼠标随便一甩所有tab关闭
其他几个很常用的功能是智能填表,网址快捷键,分屏,地址嗅探。 还有各种插件自
己找你需要的另外装
缺点是用IE内核,linux下不能用;没有给程序员用的像firebug之类的web
development toolkit |
|
|
c***c 发帖数: 21374 | 36 够呛
firebug,web developer这样好的控件都是免费的 |
|
|
e******x 发帖数: 925 | 38 firebug只是FireFox的一个插件。
BHO是IE的一个接口标准,用来开发IE的插件的。 |
|
c****7 发帖数: 4192 | 39 看了一下firebug,好像不是我想要的。谢谢 |
|
b******y 发帖数: 9224 | 40 同感,而且动不动firefox就crash了。也许是install了firebug的缘故
看来软件做大了, 往往有问题 |
|
a**********1 发帖数: 148 | 41 我们现有两名团队成员(Designer+Programmer),正在共同开发一个概念网站,并已与
风投有初步的接触。我们希望再找1-2个有网站开发经验的同学利用业余时间共同创业
,报酬可以是股份,也可以按小时计算。具体要求如下(不一定要全部满足,兴趣和热
情是关键)。有兴趣的同学请站内信联系,或发邮件至m***********[email protected]。 非
诚勿扰,公司勿扰。
基本要求:
- 对SNS类网站开发有热情和一定的了解;
- 熟练掌握PHP;
- 精通HTML+CSS,并能处理浏览器兼容问题;
- 掌握Javascript或Actionscript;
- 能够使用JS框架,如jQuery/YUI等,并解读过源码;
- 精通Ajax技术;
- 熟悉开发调试工具,如Firebug等;
- 对SEO有一定的了解,尤其是HTML结构和标签的使用;
- 有创业的热情。
加分项:
- 了解服务器方面基本知识;
- 对移动开发有一定的了解和涉入;
- 有过自己的网站; |
|
b******y 发帖数: 9224 | 42
我一般就用notepad++. 合作过的designer用fireworks或者dreamweaver + photoshop.
我发现用Chrome也不错,可以直接看html source code外加动态修改页面,然后马上见
结果。类似firefox里的firebug. |
|
c******a 发帖数: 6951 | 43 How do u know it's firebug in the daytime? |
|
b*****4 发帖数: 103 | 44 Sr. Cable TV Network Test and Integration Eng
Scope of Responsibilities/Expectations
Configure, debug, and test interactive video application and equipment
functionality on Motorola digital headend and cable settop products. Design
and developed test equipment and test software to test interactive video
application performance within the Motorola headend environment.
Specific Knowledge/Skills
- BS in Electrical, Computer, or Software Engineering, 5+ years experience
using C or C++ or C# (.NET)... 阅读全帖 |
|
a**********1 发帖数: 148 | 45 我们现有两名团队成员,正在共同开发一个概念网站,并已与风投有初步的接触。我们希望再找1-2个有网站开发经验的同学利用业余时间共同创业,报酬可以是股份,也可以按小时计算。具体要求如下(不一定要全部满足,兴趣和热情是关键)。有兴趣的同学请站内信联系,或发邮件至m***********[email protected]。 非诚勿扰,公司勿扰。
基本要求:
- 对SNS类网站开发有热情和一定的了解;
- 熟练掌握PHP;
- 精通HTML+CSS,并能处理浏览器兼容问题;
- 掌握Javascript或Actionscript;
- 能够使用JS框架,如jQuery/YUI等,并解读过源码;
- 精通Ajax技术;
- 熟悉开发调试工具,如Firebug等;
- 对SEO有一定的了解,尤其是HTML结构和标签的使用;
- 有创业的热情。
加分项:
- 了解服务器方面基本知识;
- 对移动开发有一定的了解和涉入;
- 有过自己的网站; |
|
x********n 发帖数: 56 | 46 这算不算另类BSO啊
【 以下文字转载自 Dreamer 讨论区 】
发信人: Dreamer (不要问我从哪里来), 信区: Dreamer
标 题: 猥琐码农的猥琐一天
发信站: BBS 未名空间站 (Tue Oct 30 19:36:07 2012, 美东)
6点半起床,喝上两口牛奶和一杯水,然后去gym练P90X。8点钟练完,洗澡,
上班。8点半到公司,泡上latte,盛一盘早餐。坐在电脑面前,一边吃一边看
alley insider的八卦。一边看一边鄙视,现在alley insider的vanity article越
来越多。飞快读完不多的几篇干货,开始一边喝咖啡一边在reddit,
hackernews, twitter,greader上打发时间。突然看到greader上一篇文章
谈rolling hash。尼玛似曾相识,细想全无记忆。于是细细读完,顺便用正在
学的Scala实现一下。一边实现一边感慨人Ted Neward 2006年就开始推介
Scala,自己怎么如此后知后觉。不知不觉,10点钟了。于是开始编程。
中午12点,和同事一起吃午饭。都是nerds,从不谈体育... 阅读全帖 |
|
x**n 发帖数: 12542 | 47 ☆─────────────────────────────────────☆
Westridge (西岭) 于 (Wed Apr 18 00:03:19 2012, 美东) 提到:
Java开发人员知识点
1.听说过James Gosling,SUN和Oracle公司。知道网上下载Java的地址,在哪讨论Java
。练习过Java在Windows下的安装和配置。知道Java应用系统中常见的几种license和JCP。了
解bytecode和Java在不同系统下可以轻松移植的原理。
2.懂得基本的Java编程和行命令格式。了解面向对象的编程思路。
几个基本点:Java基本语法和控制结构,命名和代码风格,结构化,对象封装,继承,
抽象,多态,接口,异常处理,堆空间,栈空间,垃圾回收器,static,this,
synchronized,annotations,JUnit,JDBC,JSP/servlet
Java Core APIs: java.lang,java.util,java.io,java.awt,javax.swing,JFrame
,String,java.sql... 阅读全帖 |
|
m**t 发帖数: 1292 | 48 great, thanks, i was wondering what kind of site would not support iframe
today.. didn't bother to firebug etc
how |
|
t**s 发帖数: 6972 | 49 它网页上有个java applet的按钮,selenium可能处理不了。要是能用,就是很简单的
事情。
不行就用chrome developer console和firefox firebug,看看发出的请求,然后写个
脚本构造一下就好了。selenium也能编程定制。 |
|