Change pitch: down -1 top
Change speed:
Bass boost: 216 14
Thursday, June 23, 2011
Wednesday, June 22, 2011
How to Include Link Files in Word and HTML Ajax Include and Javascript Tutorials
In MS Word click Insert > Object > From File and tick the Link to File Box.
For HTML you can use:
http://www.dynamicdrive.com/dynamicindex17/ajaxincludes.htm
----------------------------------------------
ajaxinclude.js
/***********************************************
* Ajax Includes script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//To include a page, invoke ajaxinclude("afile.htm") in the BODY of page
//Included file MUST be from the same domain as the page displaying it.
var rootdomain="http://"+window.location.hostname
function ajaxinclude(url) {
var page_request = false
if (window.XMLHttpRequest) // if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){ // if IE
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")
}
catch (e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (e){}
}
}
else
return false
page_request.open('GET', url, false) //get page synchronously
page_request.send(null)
writecontent(page_request)
}
function writecontent(page_request){
if (window.location.href.indexOf("http")==-1 || page_request.status==200)
document.write(page_request.responseText)
}
-----------------------------------------------------
In the HTML put in between the script tag:
Link to the above ajaxinclude.js in every page
----------------------------
ONMOUSEOVER LINK
In anchor tag add
style="font-family:arial; color:#093; text-decoration:none;"
onmouseout="this.style.color='#093'" onmouseover="this.style.color='#000'"
ONMOUSEOVER CHANGE THE IMAGE
In anchor tag add
onmouseover="document.imagename.src='1o.jpg'" onmouseout="document.imagename.src='1.jpg'"
---------------------------
DROP DOWN NAVGATION
http://cssmenumaker.com/builder/menu_info.php?menu=057
[
For HTML you can use:
http://www.dynamicdrive.com/dynamicindex17/ajaxincludes.htm
----------------------------------------------
ajaxinclude.js
/***********************************************
* Ajax Includes script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//To include a page, invoke ajaxinclude("afile.htm") in the BODY of page
//Included file MUST be from the same domain as the page displaying it.
var rootdomain="http://"+window.location.hostname
function ajaxinclude(url) {
var page_request = false
if (window.XMLHttpRequest) // if Mozilla, Safari etc
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){ // if IE
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")
}
catch (e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (e){}
}
}
else
return false
page_request.open('GET', url, false) //get page synchronously
page_request.send(null)
writecontent(page_request)
}
function writecontent(page_request){
if (window.location.href.indexOf("http")==-1 || page_request.status==200)
document.write(page_request.responseText)
}
-----------------------------------------------------
In the HTML put in between the script tag:
Link to the above ajaxinclude.js in every page
ajaxinclude("httP://www.domain.com/en/header.html")
-----------------
OPEN IN NEW WINDOW
Just addhref="javascript:popup('testimonies/svetlana.html')"
----------------------------
ONMOUSEOVER LINK
In anchor tag add
style="font-family:arial; color:#093; text-decoration:none;"
onmouseout="this.style.color='#093'" onmouseover="this.style.color='#000'"
ONMOUSEOVER CHANGE THE IMAGE
In anchor tag add
onmouseover="document.imagename.src='1o.jpg'" onmouseout="document.imagename.src='1.jpg'"
---------------------------
DROP DOWN NAVGATION
http://cssmenumaker.com/builder/menu_info.php?menu=057
[
Sunday, June 19, 2011
Sunday, June 12, 2011
How to send an update to all your Facebook fans. How to message all your Facebook fans?
This feature is very useful, but hard to find. Here is how to find it, right here on DMT.
- Click Edit Page
- Click Resources
- Click Send an Update
Friday, June 10, 2011
Monday, June 6, 2011
The CSS Gallery List
- http://cssbased.com/showcase/?pg=2&c=Portal-Magazine
- http://www.makebetterwebsites.com/tag/green/
- http://www.premiumpixels.com/wordpress-themes
- http://www.cssmania.com/page/712
- http://www.cssmania.com/topics/media/magazines/page/2/
- http://www.csswinner.com/category/Marketing/29/more/2 - creative designs
- screenalicious - tons
- http://www.cssplayers.com/page/25/ - good interfaces and converting sites
PORTFOLIOS
http://www.newconcept.eu/web-design-portfolio - hompage and subpage images
Subscribe to:
Posts (Atom)
web hosting reviews
Top 3 Web Hosting for Designers
Our reviews of the best web hosting providers for Designers.
Rank | Features | Features | Extra Features | Web Hosting Review | ||||
1 |
|
Disk Space: Unlimited Bandwidth: Unlimited Email Accounts: Unlimited MySQL Databases: Unlimited FTP Accounts: Unlimited |
- Streaming audio/video capabilities - Ready to go scripts: E-commerce, gallery, forums etc |
|
||||
2 |
|
Disk Space: Unlimited Bandwidth: Unlimited Email Accounts: Unlimited MySQL Databases: Unlimited FTP Accounts: Unlimited |
- Ready to go scripts: E-commerce, gallery, forums etc - $25 Google Credit - Advertise on google. They give you $25 credit - $25 Yahoo Credit |
|
||||
3 |
|
Disk Space: Unlimited Bandwidth: Unlimited Email Accounts: Unlimited MySQL Databases: Unlimited FTP Accounts: Unlimited |
- $4.44 One of the cheapest - You get FREE Domain too - $30 Google AdWords Marketing Credit - Ready to go scripts: E-commerce, gallery, forums etc |
|