1. Quad update...

    Date: 01/10/06 (Computer Geeks)    Keywords: html

    ...dear goodness http://www.dell.com/html/us/products/ces/index.htm

    Source: http://www.livejournal.com/community/computergeeks/855877.html

  2. free calendar app that doesn't suck?

    Date: 01/13/06 (Web Development)    Keywords: html, sql, java, web, yahoo, google

    i'd like to add a calendar to my site. it doesn't need to be editable by visitors to the page, only by me.. but it does need to have functionality that would allow visitors to flip through different months and see what days i'm available. ideally it could also be colorcoded based on different categories (completely available, someone has requested me but nothing is confirmed, not at all available.)

    i have come to ask the experts if you know a useful app for this purpose. i'm definitely not a true webdev person... i only know basic html and a little sql/javascript/etc. i googled, but most of the results were for calendars which remain on the site of the calendar's creator (e.g. calendar.yahoo.com) vs. ones which could integrate into my own site's design.

    (to give you an idea of my preferences, some of my favorite web-based tools are flickr, allconsuming.net (and 43 things), dodgeball, yelp, etc.)

    any advice would be greatly appreciated =]

    Source: http://www.livejournal.com/community/webdev/285230.html

  3. August Burns Red

    Date: 01/13/06 (PHP Community)    Keywords: php, mysql, html, database, sql, web

    Hey Guys

    I'm new to this community. I am starting a web design company, and although I used to be decent at PHP, that was a couple of years ago and my knowledge is now pretty much non-existent. I need a script coded for a band website and I was wondering if some of you would give me a price estimate on it.

    The script is for bands that want to add shows to their website. The script needs to do the following

    - Allow a user to add / edit / delete shows to their website. The shows will be in 2 categories (which will be 2 HTML tables) which are Upcoming shows, and past shows.
    - The user puts in information in a form and it's stored in a MySQL database. The most important information is displayed in an HTML table, and in the last cell of the table will have a link for more information. When a user clicks on this link it opens up a popup window and displays ALL the information of the show (eg. Date, time, venue, cost, directions, other notes yada yada yada) in another HTML table (within the pop-up window)

    I realise that this is a pretty simple script (in comparison to what you guys have probably coded in the past, so I hope someone out there can code it for me at a reasonable price

    Thanks in advance

    Source: http://www.livejournal.com/community/php/394319.html

  4. Update / Seeking Guidance

    Date: 01/14/06 (PHP Community)    Keywords: php, html, web

    Alright so in light of the responses with my previous post, I've decided to code this myself (I could really use the challenge and I've been meaning to get back into PHP for a while now anyways)

    I've already got the code to add information to the datebase, now I'm working on displaying it. I have a question.

    How can i have the HTML table add more rows to accomodate the added entry's in the "shows" section whenever the band chooses to add another show to their website? (so all the current shows are being displayed).

    Thanks

    Source: http://www.livejournal.com/community/php/395014.html

  5. need help here

    Date: 01/14/06 (HTML Help)    Keywords: html, yahoo

    hello room i need some help here...bout coding, ive got my lj so mess coz the coding is wrong... any way, is there any one wanna help me out??

    http://www.geocities.com/thexeapquachvolkty_zrx/saree.html /lj> i really appreciate it if u help me...

    my mail: thexeapquachvolkty_zrx@yahoo.com and my yahoo mesenger is: thexeapquachvolkty_zrx

    Source: http://www.livejournal.com/community/htmlhelp/2236727.html

  6. PHP layout/database question

    Date: 01/17/06 (PHP Community)    Keywords: php, css, html, database, web

    I have a website, just a little personal project where I archive my writing. Over the years I have streamlined the code of this page as my knowledge of web design grows, so that it has gone from ugly frames to a smooth CSS-based design. However, this site has many identical pages (as far as layout is concerned, not content), and every time I significantly update the site layout, I always end up having to update each and every page manually. This is a pain.

    So here is what I would like to do about this:

    1) Create a database of some sort, or maybe just a collection of .txt files, and when a user clicks on a link (say, to one of my poems), have PHP generate the page based on information parsed in the link. I have no idea if this is even possible.

    or

    2) Create one file containing all of the layout's HTML information, and have each page access it instead of having to hardcode such into each file. This file could also contain the CSS information if possible.

    The trick to all this is that while I am a master of HTML/CSS design, I know next to nothing about PHP, beyond how to write the simplest of scripts and how to upload it to my domain. Is what I'm proposing even feasible, and if so, does anyone have any suggestions/advice/code/places to go for more information to help me make it work?

    Thanks so much if you can help me, and apologies for being such a newbie pain!

    Source: http://www.livejournal.com/community/php/395976.html

  7. Firefox problem?

    Date: 01/17/06 (Javascript Community)    Keywords: html

    I've got some tooltip code underway for a project I'm working on. The only thing is, I've come accross something very odd. It works in Opera and IE, but not Firefox. Either there's something particulary odd in my code, or there's a weird bug in firefox.
    Any of you JS guru's out there see anything blatantly wrong?








    There's a demo here

    Thanks :)

    Source: http://www.livejournal.com/community/javascript/90826.html

  8. name based virtual hosts, suse

    Date: 12/04/05 (Apache)    Keywords: php, html, web, yahoo, google, apache

    I am beginning to work on multiple sites on my home test server and need to set up virtual hosts. 

    My server is running SuSE 10 with Apache 2, and is accessed by typing in "talon" in firefox's address bar.  I copied vhosts.template to site1.conf and edited it as follows:



    Next I opened /etc/hosts and edited as follows:



    Then, rcrestart apache2.... ok.

    And here is where I am stumped..  (and btw I googled the bit about /etc/hosts - i'm not sure if that's how it should be).    If I type in http://talon/site1 Apache says page can't be found.  If I try http://site1 page can't be found.    My site1 files exist in the DocumentRoot listed in the site1.conf file above. 

    I also read through apache's documentation on virtual hosts but the way they explained it didn't make as much sense to me. 

    Thanks for any and all help.. I've wanted to learn vhosts for some time now. 

    Source: http://community.livejournal.com/apache/27604.html

  9. Content Negotiation in Apache 2

    Date: 07/10/05 (Apache)    Keywords: php, html, apache

    I've set up content negotiation according to http://httpd.apache.org/docs-2.0/content-negotiation.html (using Options MultiViews in my Directory sections), and it all sort of works. Kind of.

    UPDATE: Resolved; see note.

    To test things, I've created a file in the root of my server called phpinfo.php. In it, I'm calling PHP's phpinfo() function. If I call the file with its extension, I get the expected results. However, if I call the file without its extension, I get a prompt to download a file of type appliation/x-httpd-php named phpinfo.

    Here is the relevant section of /etc/apache2/sites-enabled/000-default (which is a link to /etc/apache2/sites-available/default):

            DocumentRoot /var/www/
            
                    Options Indexes FollowSymLinks MultiViews
                    AllowOverride None
                    Order allow,deny
                    allow from all
                    # This directive allows us to have apache2's default start page
                    # in /apache2-default/, but still have / go to the right place
                    RedirectMatch ^/$ /apache2-default/
            
    I have the information for parsing PHP in /etc/apache2/apache2.conf (actually, it was already there; I merely had to uncomment it):
    AddCharset shift_jis   .sjis
    
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    
    AddType application/x-tar .tgz
    The reasoning behind using MultiViews right now instead of type-maps is because I don't want to have to define type-maps for every single file/resource I'm going to provide. If a type-map doesn't exist for a resource, content negotiation will fall back to MultiViews.

    Am I missing something? Obviously, I am. Why am I being prompted to download the file? Why isn't the file being parsed by the server, like I'm telling it to?

    NOTE: I had content negotiation working with Apache 1.3. It was only when I upgraded to Apache 2 that it stopped working as expected.

    NOTE: I've further edited my configuration, and I've noticed something very peculiar. Both my machine's IP address and cparker15.com point to the same place now. If I call phpinfo (without the extension) from cparker15.com, everything works as expected. However, if I swap cparker15.com for the IP address, I get a prompt to download the file. Any ideas?

    NOTE: Nevermind! I cleared Firefox's cache and tried again and all works now as expected. Thanks go to sub and TBF in #apache on EFnet for their help diagnosing my "problem".

    cross-posted to '[info]'cparker

    Source: http://community.livejournal.com/apache/22070.html

  10. virtual hosting

    Date: 01/03/06 (IT Professionals)    Keywords: html, web, hosting, google

    I need some iis help here. (or meta refresh/redirect?)

    I'm not a web guy by trade, but this thing falls on my lap anyway.

    --
    ok: I just did a domain transfer of mydomainB.com from some china registrar to godaddy.com

    godaddy.com doesn't seem to have URL forwarding, only domain forwarding and A and Cnames, mx

    (as opposed to the one i use for my own private domain www.domainbooking.com)

    I just turned on domain forwarding to point to mydomainA.com/mywebsite but I'm not sure if it will corrupt the mx entries for mail. (which should point to mail.mydomainB.com , in turn A for mail.mydomainB.com = 12.34.56.78)

    assuming it does and I reverse the domain forwarding.
    then what I have is that my current A for www.mydomainA.com = 11.22.33.44
    and my new A for www.mydomainB.com points to 11.22.33.44 as well

    but they are supposed to be two distinct websites.

    so I need to redirect by url? perhaps on my index.html. those that originate from www.mydomainA.com proceed to index1.html and those from www.mydomainB.com proceed to 11.22.33.44/mywebsite/index.html

    I think this falls under the category of virtual hosting, i've been searching google for bit with not much luck.
    I'm not sure host headers work for wan/internet domain names, and godaddy/A addressing doesn't quite allow you to specify port numbers either.

    to add to the complication, the website is also hosting an exchange outloook mobile access site. so http://www.mydomainA.com/exchange should be accessible.

    so how do I do this?

    Source: http://community.livejournal.com/itprofessionals/31972.html

  11. Media Player Classic

    Date: 10/19/05 (IT Professionals)    Keywords: software, html

    I was at work the other day and complaining about how I wish Media Player hadn't become so froofroo. And I was delighted when my co-worker showed me this:



    http://www.divx-digest.com/software/media_player_classic.html

    It works with all the new codecs and stuff unlike mplayer.exe. And its compact, unlike Media Player.

    Source: http://community.livejournal.com/itprofessionals/26694.html

  12. need help here

    Date: 01/14/06 (HTML Help)    Keywords: html, yahoo

    hello room i need some help here...bout coding, ive got my lj so mess coz the coding is wrong... any way, is there any one wanna help me out??

    http://www.geocities.com/thexeapquachvolkty_zrx/saree.html /lj> i really appreciate it if u help me...

    my mail: thexeapquachvolkty_zrx@yahoo.com and my yahoo mesenger is: thexeapquachvolkty_zrx

    Source: http://community.livejournal.com/htmlhelp/2236727.html

  13. Hypothetical Pricing Question

    Date: 01/09/06 (WebDesign)    Keywords: html, web

    "If you had a the money, and wanted someone to make you a webpage with five pages of content, minimal serverside stuff, and a bit of spiffy DHTML on the clientside, how much would you be willing to pay?"

    I ask this, and will also give a bit of background on why. I'm starting up a part-time on the side webdesign studio with two other people. Between the three of us we have a lot of experience and each of us specializes in a different area; graphics, serverside code, and dynamic clientside code.

    I'd like to know what any of you would be willing to pay as a lower-end figure (I do not however, plan to partake in 'bidding' wars to get a client) for a non-corporate page, and a corporate page.

    Many thanks in advance!



    ***EDIT***
    I should of mentioned, I have read the past articles about pricing by the hour, but I would like to have a nice figure for a base price for that kind of site. A friend of mine suggested something in the range of $300-$500, this including 2 months of 'customer support', basically helping the user to update their site/set them up with FTP, or fix minor bugs (read: limited warranty).

    Source: http://community.livejournal.com/webdesign/1039341.html

  14. Questions and first post here.

    Date: 01/08/06 (WebDesign)    Keywords: html

    How do you do an email page like this?
    http://www.shardcore.org/contact/index.html

    And a picture page like this:
    http://www.elisabet.com/

    thanks! Also, if anyone is up to helping me design my site please let me know.

    Source: http://community.livejournal.com/webdesign/1038813.html

  15. File upload control issues with ASP.NET (playing with fire)

    Date: 01/03/06 (C Sharp)    Keywords: html, asp, security, web

    Heya all, I'm working on a web-based application (using ASP.NET and C# on .NET 1.1.4322, supporting only IE6 for Windows) that allows for file uploads. It seems to be a universally agreed that the file upload control is as ugly as they come, so I want to set its style to "display: none;" and interact only with the standard file upload dialog (which can be summoned by firing the click() method of the control, which is exposed under IE6 but not recent versions of Mozilla).

    Attempting programmatic access of a file upload control is generally playing with fire, and this time is apparently no exception. Once I call the click() method, it seems, the page is no longer able to post back. When I attempt to submit the form, the value of the file upload control is cleared and the page just sits there. However, if I make the file upload control visible and manually click its "Browse..." button, the page posts back correctly.

    For those of you familiar with Gmail's attachment upload interface, this is very close to the effect I am trying to achieve, but something about ASP.NET is apparently interfering (perhaps for my own protection) with the process. Has anybody experienced similar behavior under the same platform, and if so, explain the behavior or point to a KB article or security documentation that might be enlightening ? Thanks greatly for your time. Toy code can be found after the cut.



    Codeahead:

    <%@ Page language="c#" Codebehind="Foo.aspx.cs" AutoEventWireup="false" Inherits="FooApp.Foo" %>
    
    
    
    
    

    Postback info:
    Codebehind:
    
    using System;
    using System.Collections;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Web;
    using System.Web.SessionState;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.HtmlControls;
    
    namespace FooApp
    {
    	public class Foo : System.Web.UI.Page
    	{
    		protected HtmlInputFile f;
    		protected HtmlGenericControl s;
    
    		private void Page_Load(object sender, System.EventArgs e)
    		{
    			if (this.IsPostBack)
    			{
    				s.InnerText = String.Format("{0} file(s) posted", Request.Files.Count);
    				if (1 == Request.Files.Count) { s.InnerText += String.Format(", content length: {0}", Request.Files[0].ContentLength); }
    			}
    		}
    
    		override protected void OnInit(EventArgs e)
    		{
    			InitializeComponent();
    			base.OnInit(e);
    		}
    	
    		private void InitializeComponent()
    		{    
    			this.Load += new System.EventHandler(this.Page_Load);
    		}
    	}
    }
    
    

    Source: http://community.livejournal.com/csharp/45787.html

  16. A system call that should never fail has failed.

    Date: 11/10/05 (C Sharp)    Keywords: html, web

    I'm writing a program that basically is supposed to go to a site that has a mailing list archive on it and download each message from the archive, month by month. I've got all the parsing stuff taken care of to where it's getting the correct links and downloading the correct messages, etc. I've also got it so that it'll download about 6 months of messages. After that, I get a socket exception with the message "A system call that should never fail has failed." Does anyone have any idea what could be causing this?

    More details
    I'm using the System.Net.WebClient class to get the content of the page. First I get the content of the index page and parse the relevant links out. Here's the index page, I'm grabbing the links that say "date."

    After that, it goes into each month's archive and downloads all of the messages and writes them to a text file(after stripping out the html, etc.)

    If I just do 5-7 months, they work just fine. After that, I get the following error with the following stacktrace:

    Unable to read data from the transport connection: A system call that should never fail has failed.   at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       at System.IO.StreamReader.ReadBuffer()
       at System.IO.StreamReader.ReadToEnd()
       at MListGetter.Form1.getPage(String address) <==this method should download the message
       at MListGetter.Form1.getMsgText(String url)
       at MListGetter.Form1.processMonth(String dateline, String url)
       at MListGetter.Form1.button1_Click(Object sender, EventArgs e)
    


    Here is the text of the method where the exception is thrown:
    private string getPage(string address)
    {
    	System.Net.WebClient cl =  new System.Net.WebClient();
    
    	System.IO.Stream s = cl.OpenRead(address);
    	System.IO.StreamReader sr =  new System.IO.StreamReader(s);
    			
    	string res = sr.ReadToEnd();
    			
    	sr.Close();
    	s.Close();
    	cl.Dispose();
    			
    
    	return res.Replace("\n", "\r\n");
    }
    




    I would be eternally grateful to anyone who can shed some light on this.

    Source: http://community.livejournal.com/csharp/41360.html

  17. Big list to start

    Date: 12/16/05 (See my site)    Keywords: html

    Well having just joined I though I'd put a big list up.

    This is my portfolio and place for experimenting, so it ends to get a bit messy.
    Confundo.net
    Totally flashed based site, still developing, very much a rush job. I have started using streaming flash FLV's on this site, they are soooo cool
    Alterego.net
    Online shoe store, very simple but it works.. not much else to say really.
    Shoequeen.biz
    Not to everyones taste but of all the sites I have done I think I like this one the best, because I was allowed to be colourful.
    Technokitty.com
    Clothing designer, bit of dhtml in it for the displays, never really got finished.
    srahwattersdesign.com
    Experiment for a DJ, allows streaming of mp3's, eventually the desks will work properly.
    Flash experiment
    A work in progress converting a flash site to HTML, I hated the flash site and have finally persuded them that HTML is a better bet for e-commerce and content management, the original version is Here
    Mazuki.com
    When sites go wrong! I have no excuses for this one...
    When sites go wrong!

    Your thoughts?

    Source: http://community.livejournal.com/see_my_site/93088.html

  18. Jeffy cooks up another website

    Date: 12/03/05 (See my site)    Keywords: html, web


    jeffjr5
    Originally uploaded by geozila.
    anounceing my latest website ....its a free one at tripod ....i have included some of the latest and most popular animations ...it also contains two very popular picture gallerys 2 to 5 thousand page views a month average so far on just the gallerys alone ...well enough of the promo here it is at [http://jeffypod.tripod.com/index.html] i only hope everyone is inspired by it and enjoys it ...since it is a free site and i have never made any money from it

    Source: http://community.livejournal.com/see_my_site/92614.html

  19. its like a pizza pie

    Date: 09/20/05 (See my site)    Keywords: html, web

    chief jeffy cooks up another free web site at
    ...........................
    [http://www.freewebs.com/artandahalf/index.html]
    ...................
    i found another free webserver and built another one its like a small building that people can wander threw and i have already added it to my linkpage so its listed automaticly in a bunch of places

    Source: http://community.livejournal.com/see_my_site/88729.html

  20. How to write unmantainable code - The Kama Sutra

    Date: 12/02/05 (Code WTF)    Keywords: html

        This technique has the added advantage of driving any users or documenters of the package to distraction as well as the maintenance programmers. Create a dozen overloaded variants of the same method that differ in only the most minute detail.
        I think it was Oscar Wilde who observed that positions 47 and 115 of the Kama Sutra were the same except in 115 the woman had her fingers crossed.
        Users of the package then have to carefully peruse the long list of methods to figure out just which variant to use. The technique also balloons the documentation and thus ensures it will more likely be out of date. If the boss asks why you are doing this, explain it is solely for the convenience of the users.
        Again for the full effect, clone any common logic and sit back and wait for it the copies to gradually get out of sync.


    Боянец, хотя почитать через год все-таки интересно, полная версия - http://thc.org/root/phun/unmaintain.html

    Source: http://community.livejournal.com/code_wtf/19552.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home