Groups
Groups
Sign in
Groups
Groups
Tech Posts and Tips
Conversations
About
Send feedback
Help
Tech Posts and Tips
1–30 of 46
Mark all as read
Report group
0 selected
Justin
10/16/08
Setting/ Accessing values of Controls on the Master Page - ASP.NET
Label mpLabel = (Label) Master.FindControl("lblPageHeader"); mpLabel.Text = "Change
unread,
Setting/ Accessing values of Controls on the Master Page - ASP.NET
Label mpLabel = (Label) Master.FindControl("lblPageHeader"); mpLabel.Text = "Change
10/16/08
Justin
1/14/08
Running python code online
The following link helps you execute python code online http://www.mired.org/home/mwm/try_python/
unread,
Running python code online
The following link helps you execute python code online http://www.mired.org/home/mwm/try_python/
1/14/08
Justin
10/14/07
Session authentication code - Asp.net
1st page - default.aspx =================== protected void Button1_Click(object sender, EventArgs e)
unread,
Session authentication code - Asp.net
1st page - default.aspx =================== protected void Button1_Click(object sender, EventArgs e)
10/14/07
Justin
9/8/07
File create - simple example
output ------- file create ++++++++++ create file ++++++++++++ **************************************
unread,
File create - simple example
output ------- file create ++++++++++ create file ++++++++++++ **************************************
9/8/07
Justin
9/8/07
lesson 10.6 - Binary file
output ===== create a new binary file ++++++++++++ write to binary file +++++++++++++ ++++++++++++
unread,
lesson 10.6 - Binary file
output ===== create a new binary file ++++++++++++ write to binary file +++++++++++++ ++++++++++++
9/8/07
Justin
9/1/07
Component program
//The following program has 2 files 1) comobjfile.vb This contain the code for the component, and the
unread,
Component program
//The following program has 2 files 1) comobjfile.vb This contain the code for the component, and the
9/1/07
Justin
8/19/07
List box program
Public Class Form1 Dim sngItm As String Dim mulItm As String Dim i As Integer Dim sngItmArray(3) As
unread,
List box program
Public Class Form1 Dim sngItm As String Dim mulItm As String Dim i As Integer Dim sngItmArray(3) As
8/19/07
Justin
,
nandu
2
8/12/07
VB notpad file program
Hehe ..Do u think this one is too gud than the one in Java?? :P On Aug 5, 6:21 pm, Justin <uit_...
unread,
VB notpad file program
Hehe ..Do u think this one is too gud than the one in Java?? :P On Aug 5, 6:21 pm, Justin <uit_...
8/12/07
Justin
,
nandu
2
7/29/07
todays ip address
Time to play the game.... On Jul 29, 3:31 pm, Justin <uit_...@yahoo.com> wrote: > 61.17.
unread,
todays ip address
Time to play the game.... On Jul 29, 3:31 pm, Justin <uit_...@yahoo.com> wrote: > 61.17.
7/29/07
nandu
2/25/07
EJB
Pgm1 ====== import javax.ejb.EJBObject; import java.rmi.RemoteException; public interface Calculator
unread,
EJB
Pgm1 ====== import javax.ejb.EJBObject; import java.rmi.RemoteException; public interface Calculator
2/25/07
Justin
, …
Clustering Project -- Java/Linux
4
1/22/07
GUI for cluster computing
//Donwnload the component (xPopup) from the sitementioned below //http://www.javaside.com/us/tips/j_9
unread,
GUI for cluster computing
//Donwnload the component (xPopup) from the sitementioned below //http://www.javaside.com/us/tips/j_9
1/22/07
Justin
1/19/07
socket programming using java - Server side
import java.net.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.io.*
unread,
socket programming using java - Server side
import java.net.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.io.*
1/19/07
nandu
1/17/07
Geolocation by IP Address
http://www.linuxjournal.com/node/7856/print
unread,
Geolocation by IP Address
http://www.linuxjournal.com/node/7856/print
1/17/07
nandu
1/17/07
Site for obtaining location of ipadress-open source too
http://www.maxmind.com/app/locate_ip
unread,
Site for obtaining location of ipadress-open source too
http://www.maxmind.com/app/locate_ip
1/17/07
nandu
1/17/07
Deriving the multipe addresses of a particular host
//InetTest.java import java.net.*; import java.util.Scanner; import java.io.*; public class InetTest
unread,
Deriving the multipe addresses of a particular host
//InetTest.java import java.net.*; import java.util.Scanner; import java.io.*; public class InetTest
1/17/07
nandu
1/13/07
JSP Programss -JSP Implicit objectss
JSP Implicit Objects ------------------------ //implicit.jsp <%@ page language= "java" %
unread,
JSP Programss -JSP Implicit objectss
JSP Implicit Objects ------------------------ //implicit.jsp <%@ page language= "java" %
1/13/07
Justin
1/4/07
Cool java awt program - Just for Karim
//5.button listner to handle action events class ButtonLIstenr imolements ActionListner { PrinterJob
unread,
Cool java awt program - Just for Karim
//5.button listner to handle action events class ButtonLIstenr imolements ActionListner { PrinterJob
1/4/07
melvin
1/3/07
Python
hey all i need to study python... and i need a good way to study python.. any suggestions??????? one
unread,
Python
hey all i need to study python... and i need a good way to study python.. any suggestions??????? one
1/3/07
Justin
3
11/19/06
Chat program using RMI -- built 4
Future enhancements --------------------------------- short term ========= + Add scrollpane to the
unread,
Chat program using RMI -- built 4
Future enhancements --------------------------------- short term ========= + Add scrollpane to the
11/19/06
htby2001
11/9/06
WHY NOT MAKE MONEY AND CHANGE YOUR
WHY NOT MAKE MONEY AND CHANGE YOUR LIFE FOREVER< THIS REALLY DOES WORK. I found this on a bulletin
unread,
WHY NOT MAKE MONEY AND CHANGE YOUR
WHY NOT MAKE MONEY AND CHANGE YOUR LIFE FOREVER< THIS REALLY DOES WORK. I found this on a bulletin
11/9/06
melvin
, …
Justin
4
10/13/06
CG assighment and xam cummin...
Hi, Nithin will be completing assignement by Sunday so you can get it from him. or I will give my
unread,
CG assighment and xam cummin...
Hi, Nithin will be completing assignement by Sunday so you can get it from him. or I will give my
10/13/06
Justin
9/17/06
Networking programs (simple) from NIIT
//Cleint program //To be run in the client pc //chatting using tcp/ip //client side programming
unread,
Networking programs (simple) from NIIT
//Cleint program //To be run in the client pc //chatting using tcp/ip //client side programming
9/17/06
nandu
9/15/06
Progranm-Application to play sound in java(W/O JMF)
import java.applet.*; import java.net.*; /**Simple program to try out the "new sound" */
unread,
Progranm-Application to play sound in java(W/O JMF)
import java.applet.*; import java.net.*; /**Simple program to try out the "new sound" */
9/15/06
Justin
,
nandu
2
9/15/06
projects.html
Cool work man NAndu
unread,
projects.html
Cool work man NAndu
9/15/06
Justin
9/3/06
index.html
<html> <head> <title>Homepage of Justin</title> <body bgcolor = black>
unread,
index.html
<html> <head> <title>Homepage of Justin</title> <body bgcolor = black>
9/3/06
Justin
8/5/06
Mimicing dont send report - illustration of box layout
/* The following program mimics the send report of windows. The main use of this program is to
unread,
Mimicing dont send report - illustration of box layout
/* The following program mimics the send report of windows. The main use of this program is to
8/5/06
Justin
,
melvin
5
7/23/06
Java program - to open internet explorer in java
machooooo, ur really rokin man... real gr8 ideaz... typin tutor huhhh hmm i too want to do sumtthin
unread,
Java program - to open internet explorer in java
machooooo, ur really rokin man... real gr8 ideaz... typin tutor huhhh hmm i too want to do sumtthin
7/23/06
Justin
,
melvin
2
7/22/06
Our syllabus and the teacher who teach them - I see a good deal here : )
hmm this sem we all must rockkkkkkkkk but the only barrier may be the great ######## teacher hehe
unread,
Our syllabus and the teacher who teach them - I see a good deal here : )
hmm this sem we all must rockkkkkkkkk but the only barrier may be the great ######## teacher hehe
7/22/06
uit cs3
7/22/06
Java border factory
The following is a prgm to demonstrate use of Border in java How low will we go? Check out Yahoo!
unread,
Java border factory
The following is a prgm to demonstrate use of Border in java How low will we go? Check out Yahoo!
7/22/06
Justin
2
7/20/06
Learning begins at EXAM BELLS, preparation for Science & Technology Communication paper
One of the columns that we are supposed to read is : IT Trends column by Anand Parthasarathy, So i am
unread,
Learning begins at EXAM BELLS, preparation for Science & Technology Communication paper
One of the columns that we are supposed to read is : IT Trends column by Anand Parthasarathy, So i am
7/20/06