Intel and IBM announces a research result tothe use of alloy of hafnium to replace the silicon dioxide can makes Morrow's Law to be valid in the future.
New York Time
Showing posts with label News. Show all posts
Showing posts with label News. Show all posts
Saturday, January 27, 2007
Tuesday, January 31, 2006
Get Java Software Logo
For some reason, ur client might have no or old version of Java Virtual Machine installed.
To ensure they have correct JVM installed. Sun now introduced the "Get Java Logo"
After u signed up the http://logos.sun.com/spreadtheword. You will be able to enbed this logo on ur applet pages.
My registion provided me the follow code snippest:
Small Button
88 x 31
<a href="http://java.com/java/download/index.jsp?cid=jdp74840" target="_blank">
<img width="88" height="31" border="0"
style="margin: 8px;" alt="GetJava Download Button" title="GetJava"
src="http://java.com/en/img/everywhere/getjava_sm.gif?cid=jdp74840">
</a>
To ensure they have correct JVM installed. Sun now introduced the "Get Java Logo"
My registion provided me the follow code snippest:
Small Button
88 x 31
<a href="http://java.com/java/download/index.jsp?cid=jdp74840" target="_blank">
<img width="88" height="31" border="0"
style="margin: 8px;" alt="GetJava Download Button" title="GetJava"
src="http://java.com/en/img/everywhere/getjava_sm.gif?cid=jdp74840">
</a>
Medium Button

100 x 43
Large Button

170 x 100
100 x 43
<a href="http://java.com/java/download/index.jsp?cid=jdp74840" target="_blank">
<img width="100" height="43" border="0" style="margin: 8px;" alt="GetJava Download Button" title="GetJava" src="http://java.com/en/img/everywhere/getjava_med.gif?cid=jdp74840">
</a>
<img width="100" height="43" border="0" style="margin: 8px;" alt="GetJava Download Button" title="GetJava" src="http://java.com/en/img/everywhere/getjava_med.gif?cid=jdp74840">
</a>
Large Button
170 x 100
<a href="http://java.com/java/download/index.jsp?cid=jdp74840" target="_blank" >
<img width="170" height="100" border="0" style="margin: 8px;" alt="GetJava Download Button" title="GetJava" src="http://java.com/en/img/everywhere/getjava_lg.gif?cid=jdp74840">
</a>
<img width="170" height="100" border="0" style="margin: 8px;" alt="GetJava Download Button" title="GetJava" src="http://java.com/en/img/everywhere/getjava_lg.gif?cid=jdp74840">
</a>
For Your Users Who Don't Have Java Runtime Environment Yet
Content owners can dramatically improve their users' experience by embedding the GetJava button within their applet. Doing so means that, if users do not have the Java Runtime Environment (JRE) installed, they will see the GetJava button, rather than a grey box. Here's the sample applet code with the HTML snippet placed within the <applet> tags.
<applet code=applet.class width=425 height=400>
You have visited a page that contains an applet written with Java
technology. Please install the Java Runtime Environment before
refreshing this page. <br>
<a href="http://java.com/java/download/index.jsp?cid=jdp74840"><img width="88" height="31" border="0" style="margin: 8px;" alt="GetJava Download Button"
title="GetJava" src="http://java.com/en/img/everywhere/getjava_sm.gif?cid=jdp74840"></a>
<br>
</applet>
Content owners can dramatically improve their users' experience by embedding the GetJava button within their applet. Doing so means that, if users do not have the Java Runtime Environment (JRE) installed, they will see the GetJava button, rather than a grey box. Here's the sample applet code with the HTML snippet placed within the <applet> tags.
<applet code=applet.class width=425 height=400>
You have visited a page that contains an applet written with Java
technology. Please install the Java Runtime Environment before
refreshing this page. <br>
<a href="http://java.com/java/download/index.jsp?cid=jdp74840"><img width="88" height="31" border="0" style="margin: 8px;" alt="GetJava Download Button"
title="GetJava" src="http://java.com/en/img/everywhere/getjava_sm.gif?cid=jdp74840"></a>
<br>
</applet>
Tuesday, October 18, 2005
Top 10 Programmers Excuses
Source: http://www.cenriqueortiz.com/weblog/General/?permalink=Developers-Top-10-replies-when-code-doesnt-work.html
have fun !!!
Top 10 replies by developers when their programs don't work:
have fun !!!
Top 10 replies by developers when their programs don't work:
10. 'That's weird...' 9. 'It's never done that before.' 8. 'It worked yesterday.' 7. 'You must have the wrong version.' 6. 'It works, but it hasn't been tested.' 5. 'Somebody must have changed my code.' 4. 'Did you check for a virus?' 3. 'Where were you when the program blew up?' 2. 'Why do you want to do it that way?' and finally ... 1. 'I thought I fixed that.'
Subscribe to:
Posts (Atom)