My ideas

Sunday, November 26, 2006

synchronzie bookmarks between internet explorer and firefox

share ,synchronzie and even save bookmarks between internet explorer and firefox

http://del.icio.us/

lets you do all

Firefox plugin : http://del.icio.us/help/firefox/extension
IE plugin : http://del.icio.us/help/ie/extension

Wednesday, November 22, 2006

Javascript add to favorites , book mark the page

Works on both IE and Firefox
Javascript add to favorites , book mark the page


CLICK HERE TO VIEW CODE

Tuesday, November 21, 2006

How to save dynamic information on user client computer

Keywords: How to save dynamic information on user client computer, How to save a file that has not been created on user computer, how to save a file in memory on user computer

1. Convert the data in the file that you want to write into String

2. Then do as below

'here str is a string

Dim str As String = "THIS IS AN XML FILE"
Response.ContentType = "application/octet-stream"
Response.AddHeader("Content-Disposition", "attachment; filename=ad.xml")
Response.Write(str)
Response.End()

How to show a save as in ASP .net

How to show a save as in ASP .net , How to show a SaveAs in ASP .net , How to show a Save Dialog Box in ASP .net , How to show a SaveAs Dialog Box in ASP .net , How to show a Save As Dialog Box in ASP .net.

'ad.xml is a virtual path, on server, or directory that should exist
Dim filePath As String = Server.MapPath("ad.xml")
Dim targetFile As System.IO.FileInfo = New System.IO.FileInfo(filePath)



Response.Clear()
Response.AddHeader("Content-Disposition", "attachment; filename=" + targetFile.Name)
Response.AddHeader("Content-Length", targetFile.Length.ToString)
Response.ContentType = "application/octet-stream"
Response.WriteFile(targetFile.FullName)

Monday, November 20, 2006

Make an alert box in asp .net version 2.0 appear before page load , refresh

in the Page_Load add

Me.Button.Attributes.Add("onClick", "alert('You Message')")

And after it has been clicked once, and u dont want to see it again
Me.Button.Attributes.Remove("onClick")

You can put a condition on that, to check if its clicked or not

Sunday, November 19, 2006

University Font, College Font, Font for College Sweat Shirts, Font for University Sweatshirts

Yes I found it

and yes its FREEEE!!!!!!!


CLICK HERE TO DOWNLOAD

Friday, November 17, 2006

3G UMTS device as Internet for Desktop PC


How to make your GPRS or UMTS Windows Mobile Device or Pocket PC act as a wireless modem to connect to the internet throught your Desktop PC


Most UMTS/GPRS Pocket PC's have a software ( WModem) which lets your device act like a Wireless Modem

But how to run this

Once you run this software your computer will detect it and install it as a modem

You can connect between your Pocket PC and Desktop with a USB port, Bluetooh or Infrared


Now set up dial up connection using this new modem(ur device)

what after that???

GPRS and UMTS device need a special no. to connect

*99#

is the usual dial up no.

depending upon ur service provider you will be asked to choose a username and pass before completing the dial up connection setup / oderwise u can leave it blank


once done use your device to connect to d net


these devices need access points (in the POCKET PC Configuration)

which u can get from your service provide

telstra:

3G : telstra.wap

GPRS : telstra.gprs


CDMA device as Wireless Modem to be used on the Desktop

Same as 3G

Picture Guide

Friday, November 10, 2006

how to retain scroll position in asp.net

version : 2.0 and 3.0

A new trick in ASP.NET 2.0 to maintain position upon postback is as follows: <%@ Page Language="VB" MaintainScrollPositionOnPostBack="true" %> <%@ Page Language="C#" MaintainScrollPositionOnPostBack="true" %>

you can also use me.Page.MaintainScrollPositionOnPostBack = True as you boolean condition in the source code

version : 1.0

not tested by me, but everyone says it works

download

Click Here

copy this to your aspx page

"<%@ Register TagPrefix="jlc" Namespace="JLovell.WebControls" Assembly="StaticPostBackPosition" %>"

in you body put the below code
""

more info
http://aspalliance.com/356


keywords : retain scroll bar on postback ; hold scroll bar on postback ; retain hold scroll bar position on postback ; maintain scroll bar position ; asp .net vb .net c# .net v 2.0 v 1.0 v 3.0

Wednesday, November 01, 2006

How to Cut and Convert mp3 to wav or amr ringtones

Click Here To Download Software

Read ReadMe.pps for instructions

Video Conferencing Through Skype


The New Skype Beta allows you to have a one on one video chat

But to have a video conference, for this you need a plugin

This is where vSkype aKa Festoon comes in.

This plugin lets you hold video conference between your skype as well as Google Talk friends

Ofcourse they also need to have vSkype installed on their computer

Another thing is when you invite someone to the conference they get a message , with a link, which looks more like an invitation to download again, and people don't click that. But that has to be clicked, once someone clicks that he has an option to either join the conference(if u have vSkype installed already) or download it.

They could have used a better way of doing the invitations

Download

Click Here To Download Festoon

Screen Shots