
softwareishard.com
Software is hardMore musings on software development
http://www.softwareishard.com/
More musings on software development
http://www.softwareishard.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
3.9 seconds
16x16
32x32
Jan Odvarko
Jan Odvarko
Zelez●●●●●ska 5
Ceske●●●●●ovice , Not Applicable, 37006
CZ
View this contact
Jan Odvarko
Jan Odvarko
Zelez●●●●●ska 5
Ceske●●●●●ovice , Not Applicable, 37006
CZ
View this contact
THINline interactive s.r.o.
Mat?j Kloubek
Nádra●●●●●ažní 42/82
Pr●● 5 , 15000
CZ
View this contact
17
YEARS
3
MONTHS
1
DAYS
GRANSY S.R.O D/B/A SUBREG.CZ
WHOIS : whois.regtons.com
REFERRED : http://regtons.com
PAGES IN
THIS WEBSITE
22
SSL
EXTERNAL LINKS
164
SITE IP
91.239.200.165
LOAD TIME
3.875 sec
SCORE
6.2
Software is hard | softwareishard.com Reviews
https://softwareishard.com
More musings on software development
Pixel Perfect 2, Developer Tool Extension Architecture | Software is hard
http://www.softwareishard.com/blog/extension-architecture/pixel-perfect-2-developer-tool-extension-architecture
More musings on software development. Pixel Perfect 2, Developer Tool Extension Architecture. March 31st, 2015. I have been recently working on Pixel Perfect. Extension that allows web designers to overlay a page with semi transparent image and tweak the page HTML/CSS with per pixel precision - till it's matching the overlay. This extension hasn't been working for several years (not maintained) and since requested by many users Firebug Working Group. We had two goals in mind when building the extension:.
Pixel Perfect | Software is hard
http://www.softwareishard.com/blog/category/pixel-perfect
More musings on software development. Pixel Perfect 2, Developer Tool Extension Architecture. March 31st, 2015. I have been recently working on Pixel Perfect. Extension that allows web designers to overlay a page with semi transparent image and tweak the page HTML/CSS with per pixel precision - till it's matching the overlay. This extension hasn't been working for several years (not maintained) and since requested by many users Firebug Working Group. We had two goals in mind when building the extension:.
Extension Architecture | Software is hard
http://www.softwareishard.com/blog/category/extension-architecture
More musings on software development. Pixel Perfect 2, Developer Tool Extension Architecture. March 31st, 2015. I have been recently working on Pixel Perfect. Extension that allows web designers to overlay a page with semi transparent image and tweak the page HTML/CSS with per pixel precision - till it's matching the overlay. This extension hasn't been working for several years (not maintained) and since requested by many users Firebug Working Group. We had two goals in mind when building the extension:.
HAR 1.2 Spec | Software is hard
http://www.softwareishard.com/blog/har-12-spec
More musings on software development. This document is intended to describe a HTTP Archive 1.2. Frozen) format that can be used by HTTP monitoring tools to export collected data. HTTP Archive v1.2. The format described below is based on HTTP Archive 1.1. The format is based on JSON. Please follow-up in the newsgroup. An online HAR viewer. Report any problems in the issue list. See list of tools. Summary of HAR object types:. This object represents the root of exported data. Browser [object, optional].
HTTP Archive Specification | Software is hard
http://www.softwareishard.com/blog/firebug/http-archive-specification
More musings on software development. October 21st, 2009. We have been working with Simon Perkins. On an open format for exporting HTTP tracing information. It's called HTTP Archive (HAR). And we have just finished spec v1.1. The format is already supported by Firebug. Extension installed), HTTPWatch 6.2. And also DebugBar 5.3. Further tools like Show Slow. Could be the next. There is already a few. About this, explaining all details and so, let me just summarize the most important links here. Sorry, the...
TOTAL PAGES IN THIS WEBSITE
22
Sam 网摘: 三月 2011
http://samwz.blogspot.com/2011_03_01_archive.html
使用面向对象的技术创 建高级 Web 应用程序. Create Advanced Web Applications With Object-Oriented Techniques. How JavaScript Timers Work. A Step-by-Step Guide to dynaTrace Ajax Edition, available today for public download Performance, Scalability and Architecture – Java and .NET Application Performance Management (dynaTrace Blog). Http:/ www.infimum.dk/HTML/references.html. TML and DHTML Reference. Http:/ msdn.microsoft.com/en-us/library/ms533050(VS.85).aspx. Document Object Model Events. 添 加 AJAX 和客户端功能 (通读). Http:/ msdn&...
nsIProcess now works with Unicode | Snippets code from my daily experience
https://dafizilla.wordpress.com/2010/07/24/nsiprocess-now-works-with-unicode
Snippets code from my daily experience. July 24, 2010. NsIProcess now works with Unicode. 8212; dafi @ 5:55 pm. I’ve spoken about my problems passing Unicode arguments to nsIProcess.run(), due to these problems I’ve created the IWinProcess. Yesterday I’ve discovered that Firefox 4.0b2 is shipped with a revisited nsIProcess implementation containing two new awesome. The ‘w’ stays for wide string). These methods have identical run() and runAsync() signatures but they accept UTF-16 strings as arguments.
Firefox 4, packed XPI files and extensions test environments | Snippets code from my daily experience
https://dafizilla.wordpress.com/2010/09/26/firefox-4-packed-xpi-files-and-extensions-test-environments
Snippets code from my daily experience. September 26, 2010. Firefox 4, packed XPI files and extensions test environments. 8212; dafi @ 8:50 am. My test environment is simple. Create an XPI file with all files unzipped (no jar file inside). Install the XPI on a separated (and clean) profile, this is applicable to any Gecko application: Firefox, Thunderbird, Komodo, SeaMonkey 2.x. Run unit tests or use the extension. If some test fails I edit code (xul, js, css) directly on installed files. See https:/ dev...
Firefox Developer Tools London Meetup | dave camp
https://campd.wordpress.com/2012/03/26/firefox-developer-tools-london-meetup
Firefox Developer Tools London Meetup. March 26, 2012. My first day with the Firefox Developer Tools team was during a work week a bit more than a year ago. The five people in the room (and two that couldn’t make it) were working hard to ship their first feature: the Web Console that shipped with Firefox 4. We took a group photo, which you can see here. On Tuesday we had a few talks. Some highlights:. Gave a talk about the new Spidermonkey Debugger API. Tanvi Vyas and Mark Goodwin from the security team ...
Developer Tools at the Firefox Work Week | dave camp
https://campd.wordpress.com/2012/05/03/developer-tools-at-the-firefox-work-week
Developer Tools at the Firefox Work Week. May 3, 2012. Last week the Firefox team got together for a week in our Toronto office. I gave a talk about the state of the team. The slides are here. And give a quick overview of the work we’ve done so far this year, and some of the work we have planned. The scratchpad was a pretty popular target for hacks during the week:. From the spidermonkey team wrote a patch. To expose the Debugger object. I put together an addon. And follow progress on the bug. The develo...
March | 2012 | dave camp
https://campd.wordpress.com/2012/03
Firefox Developer Tools London Meetup. March 26, 2012. My first day with the Firefox Developer Tools team was during a work week a bit more than a year ago. The five people in the room (and two that couldn’t make it) were working hard to ship their first feature: the Web Console that shipped with Firefox 4. We took a group photo, which you can see here. On Tuesday we had a few talks. Some highlights:. Gave a talk about the new Spidermonkey Debugger API. Tanvi Vyas and Mark Goodwin from the security team ...
haprobadoconreiniciar.blogspot.com
¿Ha probado con reiniciar?: FireUnit: pruebas unitarias en javascript
http://haprobadoconreiniciar.blogspot.com/2009/11/pruebas-unitarias-en-javascript-con.html
Lunes, 23 de noviembre de 2009. FireUnit: pruebas unitarias en javascript. He encontrado por la web un plugin para firefox, realmente es un plugin para otro plugin existente, el firebug, mi favorito :D. El componente al que me refiero es uno llamado fireunit. Creado por Jan Odvarko. El creador de jQuery. Y mas cosas), por lo visto es para pruebas unitarias de código en javascript, como el jUnit. En la página de John Resig, tiene un post sobre el uso de fireunit. Apoyándome en los ejemplos que he visto:.
newschuyl : ColdFire
http://www.mischefamily.com/nathan/index.cfm/ColdFire
ColdFire 1.11 Released. Posted At : January 21, 2013 7:36 AM Posted By : Nathan Mische. Some notes about this release:. The debugging template has been updated to include ORM queries for ColdFusion 10. The debugging template and extension have been updated to better serialize and deserialize JSON messages. This will hopefully allow the extension to finally be listed on the Mozilla addons site. Downloads have moved back to RiaForge due to Github deprecating downloads. ColdFire 1.9 Released. I'm hoping thi...
A survey on Safari 5, Chrome and Firefox extensions API | Snippets code from my daily experience
https://dafizilla.wordpress.com/2010/06/10/a-survey-on-safari-5-chrome-and-firefox-extensions-api
Snippets code from my daily experience. June 10, 2010. A survey on Safari 5, Chrome and Firefox extensions API. 8212; dafi @ 2:28 pm. A couple of hours after Safari. 5 publication I’ve received an email asking me to port Table2Clipboard to Safari, after two days I’ve received five emails asking to port on Safari both Table2Clipboard. The same happens with Google Chrome. People asks to migrate extensions to their new favorites browsers but this is in many cases very difficult or impossible. Below you find...
TOTAL LINKS TO THIS WEBSITE
164
softwareiseasysoftwareisfun.com
Hover
This user has not enabled any redirections. Hover lets you easily create simple ways to access your digital life.
softwareiseatingtheworld.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
softwareiseatingtheworld.net - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
softwareiseatingtheworld.org - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
Cynergy - The Experience Agency
How We Do It. See how Cynergy helped Trane increase revenue by 22% with a transformational sales enablement tool. See how Cynergy helped a leading wireless provider transform their retail sales process and re-energize the sales floor. Helping consumers diagnose their vehicles quickly and easily through a Bluetooth-enabled, iOS and Android mobile experience. Connecting the Halo universe through a data rich, multi-device, and multi-platform experience. CYNERGY IS NOW KPMG. CYNERGY IS NOW KPMG. Use digital ...
Software is hard
More musings on software development. Pixel Perfect 2, Developer Tool Extension Architecture. March 31st, 2015. I have been recently working on Pixel Perfect. Extension that allows web designers to overlay a page with semi transparent image and tweak the page HTML/CSS with per pixel precision - till it's matching the overlay. This extension hasn't been working for several years (not maintained) and since requested by many users Firebug Working Group. We had two goals in mind when building the extension:.
Software is Hard | This stuff makes it easier.
This stuff makes it easier. July 27, 2015. Solution to Exercise 2.1 (Functional Programming in Scala). As I was reading. Functional Programming in Scala. By Paul Chiusano and Runar Bjarnason, I ran into Exercise 2.1. It goes something like this:. Write a recursive function to get the. The first two Fibonacci numbers are 0 and 1… Your definition should use a local tail-recursive function. To see the “right” answer, skip to Solution #3. Solution #1: Naive Recursion. On my laptop, for. Forget the fact that ...
Software Is Hard Work — Coming Soon
This page is used to test the proper operation of your recent MOJO Marketplace. If you can read this page it means your installation was successful! The owner of this website is working on making this site awesome. Why not bookmark it. And come back again later. We are sure you will not be disappointed. Are you the Site Owner? To your WordPress installation and prepare your site for launch. To launch your site just click the link in the banner at the top of the screen. Make My Site Look Like the Demo.
softwareishuman.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain name has expired - renewal instructions. This domain is registered at Namecheap. This domain name has expired - renewal instructions. The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
Software is in the details
Software is in the details. Sunday, March 15, 2015. Universal App Platform (UAP) in the Windows 10 SDK. Microsoft finally disclosed the first information about app development for Windows 10 at the Mobile World Congress in Barcelona. I was lucky enough to be there in person, so I'll try to recap here what's new in the Windows 10 SDK for those who weren't. One of the most important point is that Windows 10 takes the Universal App Platform (UAP) concept to the next level:. If WINDOWS PHONE APP. The trick i...
Informatica 6 | Centro de tecnológia Informática
Informatica6 es una empresa que nace con la necesidad de crear soluciones tecnológicas sobre la base de la sostenibilidad, en esta Sociedad basada en el conocimiento como motor del desarrollo. Ofrecemos soluciones integrales de Mantenimiento Informático desarrollo de Software y Servicios de Consultoría y Asesoramiento Tecnológico. Nuestro trabajo está orientado a la pequeña y mediana empresa en la búsqueda de satisfacer las necesidades de los clientes y generar bienestar de la sociedad.
SOCIAL ENGAGEMENT