Posts by RafaelTheodoro • 559 points
11 posts
-
0
votes1
answer341
viewsA: How to "capture" an IP stream stream stream using HTML 5
I managed to solve so I hope I help someone in the future. <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="1024" height="768"…
-
2
votes1
answer341
viewsQ: How to "capture" an IP stream stream stream using HTML 5
I am using the Viewer DVB to transmit TV signal over the network. Using, for example, the VLC, I "pick up" the network stream and have the broadcast. I would like to know how to do this using HTML.…
-
4
votes1
answer2749
viewsQ: Import Excel Data to SQL Server
I need to import the data that is in excel into a table in sql. I looked at several websites but nothing has worked so far. Using sql server management studio I have done the following so far,…
-
3
votes4
answers1428
viewsA: Application of 5S in agile methods
SOURCE I believe that yes the 5s have influence with the development. 5s is a methodology, a method tells us what to do and not how to do, think to do quality teamwork which better than…
-
6
votes2
answers4840
viewsA: What are AMD and Commonjs?
There is a similar question in ONLY, I put some snippets of the translated response, I find it very difficult but if by chance the link goes offline at least we have to be guided by this answer, I…
-
6
votes1
answer523
viewsA: Why is it risky to run Java applets in browsers?
The Matter of G1, It’s too long, I summed it up. If you want to take a look at the link, there are several hyperlinks and the article much more complete! There are many malicious websites exploiting…
-
4
votes3
answers21251
viewsA: What is a virtual class, attributes and methods?
CLASS: A class is a construction that allows you to create your own custom types by grouping variables of other types, methods and events. A class is like a model. It defines the data and behavior…
-
2
votes1
answer102
viewsA: Windows Phone, how to import data (Isolatedstoragefile)?
Isolated Storage is how we can record information from our Windows Phone applications on the device without having to use an SQL Server Compact database to do so. This saves a lot of time that we…
-
8
votes2
answers746
viewsA: What is BDD and its relation to TDD?
The "move" of TDD is that there are many developers focused on "how" when writing their unit tests, so that they ended up with too many fragile tests that did nothing more than confirm that the…
-
3
votes1
answer1066
viewsQ: How to make a hover effect change another "object" selected in jqGrid?
I have two classes A and B, I need that when you mouse over A what changes is the value, color etc of B. I don’t know if I can do this in CSS or using Onmouseover.
-
3
votes0
answers278
viewsQ: JQGRID Frozen Columns - Duplicating information
I am using the Frozen column option, as it is in the documentation, as follows: jQuery(grid_selector).jqGrid({ url:urllst, datatype: 'json', height: 'auto', width: 'auto', ignoreCase: true,…