Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 21-05-2008, 12:22 AM   #1 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Few Basic questions


hi all...

actually i am not a programmer or know anything.. except some basic stuffs...

so here are myu questions///

1.) is there a way to make a frame or javascript to appear on the directed site from my page .... i mean whenever i redirect a user from my site to another.. is there a possiblity for me to attach a frame or bar or coloumn on top of the reffered page ?? i have seen many sites doing it.. thats why i asked,/...

2.) is there a way to put javascript into a flash file ?

3.)i want a little pop up for my site.. i want it to be transparent / moves along with the page and stays on top always.. i mean even when the users move the page donw...my pop up or anything similar to it be placed on top always..
could it be done ??

4,)is there a way to convert javascript into html link ??




may be someone can hep me .... with these simple things...

thanks ,....waiting for ur reply guys...
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-05-2008, 12:31 AM   #2 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Few Basic questions

1. Yup. Open the page in a frame of your site.
2. Yep. It is called Actionscript
3. You will get a floating menu script at dynamicdrive.com
4. Didnt get the question. Something like obml?
__________________
My new blog: www.pathikshah.com
Pathik is offline  
Old 21-05-2008, 09:24 AM   #3 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

thanks pathik...

just tell me whether all these can be incoporated into XML file...
since i need to implement them on blogger... or blogspot.com... whtever.. they dont use html , they use XML file.. or say all i get is a XML file to edit..

so help me in this regard...
leave the last question.. will come to it later...
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Old 21-05-2008, 09:53 AM   #4 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: Few Basic questions

@naveen,
Did you try using 'Layout' tab ? There is an option to add HTML/javascript. You can put that floating menu script there.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 21-05-2008, 10:35 AM   #5 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

ya i have that option... but my modification like this http://www.dynamicdrive.com/dynamicindex17/floatbar.htm

need to be written in a html or xml file...

i dont hink that add html/javascript will work??

please help..

and check in ur inbox
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Old 14-06-2008, 05:23 PM   #6 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

guys anyone help me..
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Old 15-06-2008, 02:53 AM   #7 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Few Basic questions

You tried adding the JS to your template?
__________________
My new blog: www.pathikshah.com
Pathik is offline  
Old 15-06-2008, 08:00 AM   #8 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

Quote:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The entity name must immediately follow the '&' in the entity reference.
i am getting this whenever i edit my blogger template with this code

Quote:
<script type="text/javascript">

/******************************************
* Popup Box- By Jim Silver @ jimsilver47@yahoo.com
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/

var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

//drag drop function for NS 4////
/////////////////////////////////

var dragswitch=0
var nsx
var nsy
var nstemp

function drag_dropns(name){
if (!ns4)
return
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}

function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}

function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}

//drag drop function for ie4+ and NS6////
/////////////////////////////////


function drag_drop(e){
if (ie4&&dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx
crossobj.style.top=tempy+event.clientY-offsety
return false
}
else if (ns6&&dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+"px"
crossobj.style.top=tempy+e.clientY-offsety+"px"
return false
}
}

function initializedrag(e){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage
var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "html" : document.compatMode && document.compatMode!="BackCompat"? "documentElement" : "body"
while (firedobj.tagName!=topelement.toUpperCase() && firedobj.id!="dragbar"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}

if (firedobj.id=="dragbar"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY

tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)

dragapproved=true
document.onmousemove=drag_drop
}
}
document.onmouseup=new Function("dragapproved=false")

////drag drop functions end here//////

function hidebox(){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
document.showimage.visibility="hide"
}

</script>

help me...

still now i cant add them...??

Guys can i usethis trick to use it with adsense ???
seems nice trick to me...


http://www.dynamicdrive.com/dynamici...ajaxticker.htm


please help ..

another thing i want to know is that

is there a way to redirect the user , i mean the links in my site.. for example in my article i have a link to Microsoft.com ... but i want the users to redirect them to a intermediate site.. wait there for 5 seconds and automatically redirect them to microsoft.com...

that would be great since i can paste my referrals .. best articles of my site... ads.. and other news.. etc while they are automatically moved to microsoft.com....

please help me...
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com

Last edited by naveen_reloaded; 15-06-2008 at 12:21 PM. Reason: Automerged Doublepost
naveen_reloaded is offline  
Old 15-06-2008, 03:26 PM   #9 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: Few Basic questions

^How are you editing template?
Are you doing it as Layout>Page elements>Add/remove page elements?
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 15-06-2008, 06:31 PM   #10 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

yup... thats how i do...

i ddo know that some editing cant be done thru this .. only thru FTP....

wht shalll i do now ??
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Old 21-06-2008, 03:45 PM   #11 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

anyone there ???
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Old 27-06-2008, 11:13 PM   #12 (permalink)
!! RecuZant By Birth !!
 
naveen_reloaded's Avatar
 
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
Default Re: Few Basic questions

guys ... any help...

its been long .... time i got a solution for this...
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
naveen_reloaded is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Debian Questions FilledVoid Open Source 12 10-04-2008 07:40 PM
Have some basic questions about processor and SLI debsuvra CPU / Motherboards 6 19-11-2007 02:25 AM
C++/C to Basic Shikhar Programming 2 24-03-2006 01:48 PM
Questions...lots of questions... Arachnid Open Source 16 15-06-2005 12:05 PM
All Basic Linux Questions /Faq/Doubts whatever klinux Open Source 7 15-02-2005 11:42 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:01 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2