-
Dreamweaver setup/work arounds
Date: 08/16/06
(Web Development) Keywords: html, hosting, apache
This is how I have my apache setup for virtual hosting on a win32 box.
d:/httpRoot/lc.clientSite.com/
with
d:/httpRoot/lc.clientSite.com/public_html/ being the actual http doc root.
is there a way I can tell dreamweaver my doc root is
d:/httpRoot/lc.clientSite.com/ while still being able to press F12 and get http://lc.clientSite.com/ instead of http://lc.clientSite.com/public_html/ which translates out to d:/httpRoot/lc.clientSite.com/public_html/public_html/ which is wrong.
The reason I want to see below the root is so I can stay in Dreamweaver and be able to edit the secureScripts dir and read my log entries.
Source: http://community.livejournal.com/webdev/346156.html
-
Inserting a scroll-box
Date: 08/16/06
(HTML Help) Keywords: html
Hey guys, I was wondering if you could help me with some probably very simple html.
I want to put a code into one of my journal posts, so that people can see it, and copy-paste it or whatever. I've just stupidly posted the entire thing and obviously LJ has converted it into the actual table, instead of just the original code in a text format. (It's just a simple code for an icon table, if that's important).
Can anyone tell me a way of keeping the code as it is? I've tried looking in the LJ FAQs and it said something about using a raw tag but I really am such a html newbie I couldn't get it to work.
Ideally I'd love to know how to make one of those small boxes that you can use to hold long codes, and people can just scroll down them and highlight the lot.
And help is greatly appreciated; thanks in advance!
Source: http://community.livejournal.com/htmlhelp/2346275.html
-
Bottom Aligning of Picture
Date: 08/18/06
(HTML Help) Keywords: html
I've recently taken on the task of creating a layout, and finding myself with more trouble coding it than I bargained for. XD;
http://www.dancing-blade.org/lollipop/lolli.html
I thought it was all finished, but now it shows up differently in different resolutions. I've created it in div aligns (as tables freak me out), and it looks fine in IE6, 800x600.
Now my friend uses Firefox, with a huge resolution, and she gets this:
Link to image
Anyone have any idea how to fix this? Is there an easy code to just stick an image to the bottom left without messing with the coding I already have?
Help would be appreciated. ^^
Source: http://community.livejournal.com/htmlhelp/2347008.html
-
Help!?!
Date: 08/18/06
(HTML Help) Keywords: templates, html, web
Hey, I know a little bit about HTML, and my sister wanted me to look at her friend's layout on her webpage, here: http://www.kimsmith.ca/
I would like it to look like this: http://www.templatesbox.com/templates/157.htm and I have downloaded the file but I don't know what to do!
Source: http://community.livejournal.com/htmlhelp/2347470.html
-
Site Help... Again
Date: 08/20/06
(WebDesign) Keywords: html
Is there anyway I can get my page to look like it does right now, but not have the 'double scrolling'?
Test site:
http://www.suga-shikao.net/suganew.html
Thanks!
Kay
Source: http://community.livejournal.com/webdesign/1153450.html
-
Oregon Job Opening: Web Developer – XHTML, DHTML, CSS, JavaScript
Date: 08/20/06
(Web Development) Keywords: templates, software, css, html, xml, java, web
The employee will be responsible for providing web publishing support to multiple internal clients by developing, supporting, or modifying web sites using the processes, tools and techniques approved for web development within the company’s corporate environment.
Requirements:
· Mastery of "hand-coded" HTML, DHTML, CSS, and JavaScript.
· Understanding and implementation of graphic design principles using Adobe Photoshop.
· Experience with XML
· Experience with Flash development
· Demonstrated knowledge and experience with version control software, quality assurance processes, and defect tracking tools.
· Strong customer management skills.
· Ability to coordinate with Project Managers and understand, translate and define complex technical requirements.
· Ability to work independently and with teams.
· Proven client interaction or consulting experience.
· Attention to detail and ability to quickly learn new technologies and tools.
· Ability to comply with corporate dictated design standards and provided templates.
Highly Desired Qualifications:
· Previous Intel (or other corporate) experience
· Experience with NGIP/CIP
· Intel Web Author certification (current or previous)
Additional Information:
This is expected to be a long-term, benefited opportunity on a growing team.
Hours are 8AM-5PM Monday through Friday, onsite in Hillsboro. No telecommuters please.
In-person interviews will be required. Local candidates will have first preference.
If interested, please send your resume, URLs to some of your work or your portfolio, and your expected pay rate for the position described above to: meagan.johnson[ at ]cdicorp[ dot ]com.
Feel free to repost or share with a qualified friend. Note: No, I wouldn't be your boss. I'm helping with the recruiting, and I'll probably do some phone screens. :]
Source: http://community.livejournal.com/webdev/348661.html
-
When Bunnies Attack
Date: 08/21/06
(Computer Geeks) Keywords: html
http://content.techrepublic.com.com/2346-10878_11-6064-1.html
Kinda reminds me of my older computers.
Source: http://community.livejournal.com/computergeeks/968169.html
-
Hi
Date: 08/21/06
(PHP Community) Keywords: php, software, html, asp
Hi folks. I'm looking for a way to convert word documents to html using PHP. I've seen this done with various services, like gmail (using whatever it is they use) and monster.com (using asp) and some others, and I was wondering if there was a way to do that in PHP. Most of the stuff I've found is just some software that makes you do it manually, not meant for using as a library. So, anyways, I know this can be done, I'm just wondering what I can use to do it. Thanks for any info.
Source: http://community.livejournal.com/php/485643.html
-
css not showing in opera/firefox or navigator
Date: 08/21/06
(WebDesign) Keywords: css, html, web
Why would css not show in anything except IE? I have done css before and never had an issue. PLease help if you can
Heres a link
http://www.designiquewebsites.com/ptf/newstemp/news.html
Also if it shows for people I'm having an issue where the securing the bond and featured team boxes are not up towards the banner like they should be. thank you for any and all help!
Source: http://community.livejournal.com/webdesign/1154342.html
-
Prettier Accessible Forms
Date: 08/22/06
(WebDesign) Keywords: html, web
I just found this article over at A List Apart (a design/web usability blog) about making better looking accessible forms. I thought others may find it interesting. An example of what they're talking about is below:
http://alistapart.com/articles/prettyaccessibleforms
"It can be time consuming to make web forms both pretty and accessible. In particular, laying out forms where the form label and input are horizontally adjacent, as in the image below, can be a real problem. We used to use tables, which worked well in this scenario—but forms don’t constitute tabular data, so it’s a semantic faux pas.
I’ve tried to create a form-styling solution that is both accessible and portable (in the sense that I can move the code from one project to the next). Floats have often provided a solution to my problem, but given the complexity of some layouts and the numerous float bugs associated with Internet Explorer, it’s not always easy to reuse a float solution. I wanted to create something that anyone could easily reuse on any project: a style sheet that, when applied to a correctly marked up HTML form, would produce the basis of the required layout. So here it is—my attempt at portable, accessible forms."
They give you the full code on the web page. I hope this helps others.
x-posted to graphicdesign
Source: http://community.livejournal.com/webdesign/1154583.html
-
Из MSDN
Date: 08/23/06
(Code WTF) Keywords: html, web
Про StaticSiteMapProvider примерчик
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref12/html/T_System_Web_StaticSiteMapProvider.htm
public override SiteMapNode RootNode
{
get
{
SiteMapNode temp = null;
temp = BuildSiteMap();
return temp;
}
}
В чем сокровенный смысл? Почему бы не написать
get
{
return BuildSiteMap();
}
неясно...
Source: http://community.livejournal.com/code_wtf/49741.html
-
Job Opening: Flash Developer - ActionScript, XML, JavaScript
Date: 08/23/06
(Web Development) Keywords: software, css, html, xml, java, web
Basic Information:
This is expected to be a long-term, benefited opportunity on a growing team.
Hours are 8AM-5PM Monday through Friday, in Hillsboro Oregon. NO TELECOMMUTERS PLEASE. Local candidates only (this is an immediate need).
The primary responsibility will be to create data-driven Flash designs from the “ground up” (from concept to execution) using ActionScript 2.0 and XML. The designs will support the company's corporate brand, and will be developed using the processes, tools and techniques approved for Flash development within the company's corporate environment. Additional duties may include Flash support and web publishing support to multiple internal clients, as well as coding of pages working with HTML and CSS.
Requirements:
• Mastery of Flash, ActionScript 2.0, Photoshop.
• Demonstrated ability to build data-driven Flash files, preferably with XML.
• 2+ Years of Flash or web development in a business environment.
• Understanding and implementation of graphic design principles and Flash optimization.
• Demonstrated experience with version control software and content management systems.
• Ability to understand, translate and define complex technical requirements and recommend solutions based on those requirements.
• Ability to comply with corporate dictated design standards and brand identity.
• Strong customer management skills, and ability to coordinate with Project Managers.
• Ability to work independently and with teams.
• Proven client interaction or consulting experience.
• Attention to detail and ability to quickly learn new technologies and tools.
Highly Desired Qualifications:
• Previous Intel experience
• Previous corporate Flash development experience
• Web Development/Design using XHTML, JavaScript, CSS and DHTML
To apply, please send your resume and portfolio (or URLs to examples of your work) to meagan|dot|johnson|at|cdicorp|dot|com. Please be sure to include the pay rate you are seeking.
Source: http://community.livejournal.com/webdev/349596.html
-
links
Date: 08/24/06
(HTML Help) Keywords: html
it's been a while since i've done html and the answer might be right in front of me and i'm just not realizing it.
i stole my codes from an old lj i had a while back to make my new journal. i used the same html, only changing the links and titles and such. however, the links aren't showing up on my journal.
what do i need to fix?
Source: http://community.livejournal.com/htmlhelp/2348529.html
-
Secure download system
Date: 08/25/06
(PHP Community) Keywords: html
I offered to help out a musician friend of mine who wants to sell some of his music video's and donate the funds to UNICEF. Trying to keep this stupid simple... so my thoughts are like this.
CC gateway -Paypal
Sale form that records the user's IP address (redundant because I always do this) and either makes a md5 hash of their first name and IP address or assigns a uniqueID to them.
Processing page (maybe xajax, not sure if I am ready to use it in production environment)
Output buffer a processing page then print a link/JS redirect on response from paypal.
If IPN data comes back good, changes a bool to true and purchase date.
1st option
Redirect to gateway form that takes via GET the unique ID hash and filename(validated against a regExp&ls listing of the secure file directory)
If the uniqueID matches the customer table, the specified file name/title is in the sold field, and their IP is the same... redirects to a download page that sends header for the content type then prints the video file to the client. To prevent file corruption, I'd used ob_start before the verification code, do a ob_get_contents() then log/email that to me if its length is > 0, then ob_clean_end output buffering, post the header and print the file on success. On failure, post txt/html or something and tell them why they can't get the video and to enter their name, email address. Most likely the customers will be French so this is going to be a bitch if something breaks. Estimated file size is 70-120 megabytes.
OR
On verification of emails, via Swift mailer, their invoice and requested video file is sent.
Source: http://community.livejournal.com/php/488389.html
-
trouble with having my website email me if someone places an order
Date: 08/28/06
(WebDesign) Keywords: php, html, web
hi i am trying to update my boss's website for our small business. his brother set it up years ago, and i know enough html that generally i have been able to tweak whatever needs tweaking.
right now we had to change to a new email address, and so we want to make the site email our NEW email address if we get an order placed at the site.
I went into the html and changed the email address info, but it still doesn't email us. would someone be able to help me with this?
if so, i'll post the content of "mailform.php" into a comment on here so you can see if maybe that is it... (something is wrong in there), or i can post whatever else might need posting for your help.
thank you very much!!
(one thing i should mention is that the website USED to (until i started tweaking it today) have people email an info@ email address which is redirected into our old AOL account (which is the one that caused the need to change email accounts.) so maybe that will give you an idea. thanks)
Source: http://community.livejournal.com/webdesign/1158829.html
-
How easy is it to put Flash in HTML emails?
Date: 08/28/06
(WebDesign) Keywords: html
Hey there, I have a client who needs to put Flash in an HTML email. Or rather, his particular client would like this done and he is now asking me what it takes. I thought it was that big of an issue because it can just be like a regular HTML page calling all the elements from a particular directory. Am I mistaken or are there special requirements of which I am not aware? If so, can anyone point to a good tutorial or resource? The alternative of course, is to use gifs. The primary client's previous HTML newsletters have been 54k total including images and links. I just want to ensure which is the best and easiest way to deliver this.
Thanks.
x-posted to graphicdesign & all_too_swf
Source: http://community.livejournal.com/webdesign/1159152.html
-
Style Sheet Switcher - Opera Bug?
Date: 08/29/06
(Web Development) Keywords: html, java
A while ago I got some great help while working on building my own style sheet switcher (which is mostly ripped off of this one from ALA). I was happily setting up multiple designs on old pages when I realized that it wasn't working in Opera. Any idea what's going on?
HTML
Javascript
style sheet 1
style sheet 2
Some notes: the first paragraph and the first two text links are generated via Javascript. I added the last two text links on the odd chance that Javascript-generated content was part of the problem, but so far I haven't noticed anything different. In my final design the goal was to have the Javascript create all style sheet switching content so that users who have Javascript turned off won't see a bunch of non-functioning links. It's also a goal of mine to leave the style sheets as main/alternate style sheets so that those same users can still switch style sheets according to W3C guidelines. Any help is greatly appreciated!
Source: http://community.livejournal.com/webdev/351006.html
-
Style Sheet Switcher - Opera Bug?
Date: 08/29/06
(Javascript Community) Keywords: html, java
A while ago I got some great help while working on building my own style sheet switcher (which is mostly ripped off of this one from ALA). I was happily setting up multiple designs on old pages when I realized that it wasn't working in Opera. Any idea what's going on?
HTML
Javascript
style sheet 1
style sheet 2
Some notes: the first paragraph and the first two text links are generated via Javascript. I added the last two text links on the odd chance that Javascript-generated content was part of the problem, but so far I haven't noticed anything different. In my final design the goal was to have the Javascript create all style sheet switching content so that users who have Javascript turned off won't see a bunch of non-functioning links. It's also a goal of mine to leave the style sheets as main/alternate style sheets so that those same users can still switch style sheets according to W3C guidelines. Any help is greatly appreciated!
Source: http://community.livejournal.com/javascript/110609.html
-
Progs to Know
Date: 08/30/06
(WebDesign) Keywords: php, css, html, xml, java, web
Greets folks. Apologies if this has been asked, but what all do you guys thinking is necessary to know to make it in the web design world?
Besides HTML/CSS/Javascript...
XML? Flash? PHP?
Thanks all ahead of time...
Source: http://community.livejournal.com/webdesign/1159897.html
-
Inline Frame
Date: 08/30/06
(WebDesign) Keywords: php, html
I know most likly I don't want to use an iFrame but this is what I want.
I want to have an index file that holds the contents while my header and footer are in seperate .html and/or .php files. I know I can do this using an iframe but I used one before and some of the users couldn't see everything. Any suggestions? I'm still learning just as all usually are.
Source: http://community.livejournal.com/webdesign/1160044.html