Showing posts fromWeb

Apple Is Trying to Kill Web Technology

  • 06 Dec, 2020

The programming languages used to build the web often find their way into apps, too. That’s largely due to software that allows developers to “reuse” the code they write for the web in products they build to run on operating systems like Linux, Android, Windows, and macOS. See the full article here(https://onezero.medium.com/apple-is-trying-to-kill-web-technology-a274237c174d)

Apple Is Trying to Kill Web TechnologyRead More

Configuring Cross Origin Resource Sharing on a Liberty server

  • 08 Mar, 2018

You can enable Cross Origin Resource Sharing (CORS) for your web applications on a Liberty server. Enabling CORS will allow JavaScript clients to make requests against your application on the Liberty server even if the client and the server are on two different domains. Web browsers prevent these requests due to same-origin policy. I create the following configuration on my local machine  on server.xml file:

Configuring Cross Origin Resource Sharing on a Liberty serverRead More

Customer Experience Digital Data Layer 1.0

  • 10 May, 2016

This specification describes a method for surfacing customer experience digital data on a web or other digital resource as a JavaScript Object which can be used for communicating this data to digital analytics and reporting servers. https://www.w3.org/2013/12/ceddl-201312.pdf

Customer Experience Digital Data Layer 1.0Read More

Google plans to start blocking Flash in Chrome this year

  • 16 May, 2016

Flash's death has been slow and painful, and now Google is planning to deal it another blow. Google has detailed plans to start blocking most Flash content with Chrome, with the change targeted toward the end of this year. Under its current vision, nearly every website would have Flash content blocked by default. Visitors would still be able to enable Flash content on a site-by-site basis, but they would have to specifically choose to do so. Chrome would display a prompt offering to enable Flash; if chosen, Chrome would remember to run Flash on that site for all future visits. See the full article here(http://www.theverge.com/2016/5/15/11679394/chrome-to-block-flash-later-2016)

Google plans to start blocking Flash in Chrome this yearRead More

How to manage size of HTTP Request Log files

  • 06 Dec, 2010

When you have problems with HTTP Server IBM request the req logs for troubleshooting. These files can full fill the disk,   Use this TN(http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21098527) to manage the req files

How to manage size of HTTP Request Log filesRead More

Implement IBM HTTP Server reverse proxy to avoid CORS in AngularJS

  • 21 Sep, 2016

Working this week on a new WebSphere Portal Project. Several content are using AngularJS and some calls to get data go to another server in another domain. To avoid CORS(https://en.wikipedia.org/wiki/Cross-originresourcesharing) we implement a reverse proxy on the IHS side. Bellow the config of my httpd.conf. LoadModule proxy\module modules/mod\proxy.so LoadModule proxy\connect\module modules/mod\proxy\connect.so LoadModule proxy\http\module modules/mod\proxy\http.so LoadModule ibm\ssl\module modules/mod\ibm\ssl.so SSLProxyEngine on KeyFile /opt/IBM/HTTPServer/bin/key.kdb SSLStashfile /opt/IBM/HTTPServer/bin/key.sth Proxypass /acme/products  https://anotherdomain/api/v1/products Proxypa

Implement IBM HTTP Server reverse proxy to avoid CORS in AngularJSRead More

JSLint to validate JavaScript and JSON

  • 16 Aug, 2017

In a world full of API's and JSON this is a nice tool. JSLint(http://jslint.com/) is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.

JSLint to validate JavaScript and JSONRead More

Node-red. & NGINX on Centos 8

  • 11 Jun, 2020

I am creating a server (Centos 8) to develop a system that will use an application using REACT as a front end to show data from different sensors.I will use NGINX as a webserver and Node-red as a back end.In this first post I describe how to install NGINX. Install nginx package using the yum command on CentOS 8: sudo yum update sudo yum install nginx Update firewall settings and open TCP port 80 and 443. Run: sudo firewall-cmd --permanent --zone=public --add-service=https --add-service=http sudo firewall-cmd --reload Enable nginx service by running systemctl command so that it starts at server boot time: sudo systemctl enable nginx start the service, run: sudo systemctl start nginx

Node-red. & NGINX on Centos 8Read More

Portal 6.1.x and Remote HTTP Server serios Bug

  • 29 Dec, 2009

We are migrating an installation of Portal 6.0.1.3 to 6.1.0.1. After several errors and corrections applied is time to finalize and put the last piece of IBM HTTP Server. But the Bug described in this TN(http://www-01.ibm.com/support/docview.wss?rs=688&context=SSHRKX&context=SS3JLV&context=SS3NNG&context=SSYJ99&context=SSRUWN&context=SS6JVW&q1=1411193&uid=swg21411193&loc=enUS&cs=utf-8&lang=en) seems to be the last headache. Beware of  remote HTTP Server and Portal 6.1.x Estamos migrando uma instalação do Portal 6.0.1.3 para 6.1.0.1. Após vários erros e correções aplicadas é hora de finalizar e colocar a última peça IBM HTTP Server.
 Mas o Bug descrito no TN(http://www-01.ibm.com

Portal 6.1.x and Remote HTTP Server serios BugRead More

Secure Nginx server with LetsEncrypt

  • 12 Jun, 2020

You need A Fully Qualified Domain Name (FQDN) pointing to a dedicated IP address of the webserver. This needs to be configured by your DNS administrator or provider. 1 - Install Certbot in Centos 8 sudo curl -O https://dl.eff.org/certbot-auto chmod 0755 /usr/local/bin/certbot-auto 2 - Configure Nginx server\name on nginx.conf Edit nginx.conf an change the variable server\name to the same FQDN of your server for example: server\name www.mysphere.com.br; 3 - Run the certbot command: Execute sudo /usr/local/bin/certbot-auto --nginx and follow the instructions Test if your Nginx server using https://

Secure Nginx server with LetsEncryptRead More

Setup Node.js development environment

  • 05 Mar, 2019

Setup a Node.js development environment is easy but when you need to work in a team, the best option is document all installation steps for everyone. Every developer must use the same setup or things can be wrong. Bellow are small steps to setup a simple Node.js development environment 1 - Setup Node.js:  https://nodejs.org/en/(https://nodejs.org/en/) 2 - Setup VS Code: https://code.visualstudio.com/docs/setup/setup-overview(https://code.visualstudio.com/docs/setup/setup-overview) 3 - Open VS Code create a folder and in this folder save an file as app.js 4 - Setup nodemon: Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect f

Setup Node.js development environmentRead More

This is my city - Belo Horizonte

  • 30 Apr, 2018

I meet several people when i was in Las Vegas. No one know about my city until i talk about 2014 Soccer World Cup and tell about Germany 7 x 1 Brazil game. The video bellow,  show another face of the city.

This is my city - Belo HorizonteRead More

Um pouco de Web 2.0

  • 05 Jun, 2009

Depois do LCTY em Belo Horizonte resolvi brincar um pouco mais de Web 2.0.
Já tenho este blog e agora criei meu perfil no LinkedIn(http://www.linkedin.com//) e também uma conta no twitter(http://twitter.com//) vamos ver o que acontece.
!View Kenio Carvalho's profile on LinkedIn(http://www.linkedin.com/img/webpromo/btnmyprofile160x33.gif)
(http://www.linkedin.com/in/keniocarvalho)

Um pouco de Web 2.0Read More

Wordle

  • 01 Jul, 2008

Hoje passeando pelos blogs favoritos, entre eles o do Ed Brill(http://www.edbrill.com/ "http://www.edbrill.com") li sobre o Wordle(http://www.wordle.net/ "http://www.wordle.net"), que
gera tags com textos colocados em um campo. Coloquei meu curriculum no wordle e veja no  que deu:
!wordle2.JPG(http://platao.plansis.com.br/blogkenio.nsf/dx/wordle2.JPG/$file/wordle2.JPG)

WordleRead More