Wednesday, July 6, 2011
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
Tuesday, May 31, 2011
Monday, May 30, 2011
Wednesday, May 25, 2011
Thursday, May 19, 2011
Wednesday, May 18, 2011
Tuesday, May 10, 2011
Scrollable CSS Table that Works in Most Browsers
Here is a simple script you can use to create a Scrollable CSS Table:
Simply view source and copy the code into your html editor.
Simply view source and copy the code into your html editor.
Monday, May 9, 2011
Using the JCE Editor in Joomla 1.5. The best Joomla WYSIWYG Editor
The JCE Editor is a very powerful Joomla editor. It has many features like
Easy Image Roll Overs with the JCE Editor
You used to depend on Dreamweaver to do image rollovers. Well this rockin Joomla CMS with JCE editor plugin allows you to create Image Rollovers online! Here's how to do it:
Precise Slicing with JCE Tables
When you copy HTML slice codes from Dreamweaver/Firewoks/Photoshop, you may notice that the output in JCE may not me exactly the same. If this happens, you simply need to click on the table cell thats not aligned properly and add in the exact width or height. Voila, that should fix it.
Easy Image Roll Overs with the JCE Editor
You used to depend on Dreamweaver to do image rollovers. Well this rockin Joomla CMS with JCE editor plugin allows you to create Image Rollovers online! Here's how to do it:
- Click on the image and then click on the image icon on the toolbar.
- Click on the Rollover tab and fill in the fields. Thats it.
Precise Slicing with JCE Tables
When you copy HTML slice codes from Dreamweaver/Firewoks/Photoshop, you may notice that the output in JCE may not me exactly the same. If this happens, you simply need to click on the table cell thats not aligned properly and add in the exact width or height. Voila, that should fix it.
Friday, May 6, 2011
Best Wordpress Themes in the Install Panel
Thursday, April 28, 2011
Diseases that may affect Designers and Computer Users
Mainly posture related diseases. The 2 main ones are:
Craniomandibular Dysfunction and Temporomandibular Dysfunction
Temporomandibular Dysfunction is a term covering acute or chronic inflammation of the temporomandibular joint, which connects the mandible to the skull. The disorder and resultant dysfunction can result in significant pain and impairment. Because the disorder transcends the boundaries between several health-care disciplines — in particular, dentistry and neurology — there are a variety of treatment approaches. Google these terms and see how to treat them.
Craniomandibular Dysfunction and Temporomandibular Dysfunction
Temporomandibular Dysfunction is a term covering acute or chronic inflammation of the temporomandibular joint, which connects the mandible to the skull. The disorder and resultant dysfunction can result in significant pain and impairment. Because the disorder transcends the boundaries between several health-care disciplines — in particular, dentistry and neurology — there are a variety of treatment approaches. Google these terms and see how to treat them.
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 |
|

