<=LASTN_TALK_LINKS

GLOBAL_HEAD<=
Share your audiobooks !




<=GLOBAL_HEAD

FRIENDS_TALK_LINKS<=



<=FRIENDS_TALK_LINKS

LASTN_TALK_READLINK=>Read%%messagecount%%

LASTN_OPT_ITEMS=>8

LASTN_DATE_FORMAT=>%%monlong%% %%dth%% %%yyyy%%

FRIENDS_TALK_READLINK=>Read%%messagecount%%

FRIENDS_DATE_FORMAT=>%%monlong%% %%dth%% %%yyyy%%

LASTN_WEBSITE<=
  1. Where Can I Find an Out-of-the-Box Rich Text Editor?

    Date: 02/26/07 (Web Development)    Keywords: blogging, software, database, web

    Hey guys,

    I'm trying to put together a project in which users will be able to interface with a rich text input editor, kind of like what you see when you click the "rich text" tab on the Update page of Livejournal; that would allow a user to insert images, create link anchors, etc.

    More generally, though, I'm trying to figure out in this project a way to let some users of my website to be able to create new pages and modify them using this rich text interface. You may ask, why not use a blogging tool? The reason I'm not using Wordpress or other blog software is unfortunately I cannot use a database in this project (don't ask), and those tools practically demand one. I can use a folder and file structure. So now you know the outlines of my challenge.

    What do you think are the odds of creating a system like this without a database? I initially figured it would be a piece of cake until I stopped to think of how and where the data would be stored, etc.

    Moreover, do you know any out of the box apps to use in this project?

    I know a few people here contributed to Wordpress and other open source projects like Geeklog. I'd appreciate your input.

    Thank you!

    Source: http://community.livejournal.com/webdev/388772.html

  2. Kazaa's creators do latest venture by the book

    Date: 02/27/07 (Web Technology)    Keywords: programming, web

    Joost, the new Web video venture of Niklas Zennstrom and Janus Friis, has struck the mother lode of television programming through its deal with Viacom.
    The New York Times

    Source: http://news.zdnet.com/2100-9588_22-6162401.html

  3. Storm Worm variant targets blogs, bulletin boards

    Date: 02/27/07 (Security)    Keywords: web

    Blogs, bulletin board notices posted by victims of Trojan horse contain links to malicious Web sites.

    Source: http://news.zdnet.com/2100-1009_22-6162623.html

  4. Downtime monitoring and Resolution checking

    Date: 03/01/07 (WebDesign)    Keywords: web

    Do any of you know what website that offers downtime monitoring that is hassle-free and the service is reasonable good?

    On the same boat, if I couldn't depend on my web server cron job, will that website help me, too? Or is there any other website you can recommend? The cron job I'm talking about is to check a web page content for every specific time.

    And the last, I'm doing a form for dummies. I need them to input their screen resolution, if they don't know, I would like to redirect them to a web page that will output their monitor resolution. Is there such a thing? (I understand it might need cookies enabled)

    Thanks.

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

  5. Microsoft Office and PDAs

    Date: 03/01/07 (Computer Geeks)    Keywords: web, microsoft

    Ok, so I need to get my hands on Microsoft Office.

    I'm a student so student discounts are viable.

    Where would be the cheapest place to get it?

    I've got a trial of Office Pro 2003 pre-loaded on my new system, so I guess upgrading to Office Pro 2007 would be the way to go..?

    Thanks..

    Also, I'm looking into picking up a PDA.. I've got my eyes set on an HP Ipaq H4350. It seems to fit what I'd be looking for. My biggest concern is that it may not be compatible with Vista and/or my online school's website. (Particularly the Word and Acrobat files)

    Anyone have any input on this device and/or it's possible compatibility (problems)?

    Thanks again..

    Source: http://community.livejournal.com/computergeeks/1043851.html

  6. News Pictures

    Date: 03/01/07 (Computer Geeks)    Keywords: web, linux

    Hello All,

    Does anyone have a static source for news type pictures? I am creating a personal screensaver that goes out and gets news type of pictures and updates a directory. These pictures will be displayed as my screensaver.

    Right now I have lots of neat weather data from the NOAA website. Radar, IR, and general satellite pics for my area and nationally. All of these images have a static location. For instance: http://www.weather.gov/forecasts/national_forecast.jpg always has a national forecast image.

    I'm looking for something like this, but not necessarily weather.

    BTW, I use Linux, so I don't need a Windows program to do this (if it matters.)

    Thanks in advanced

    Source: http://community.livejournal.com/computergeeks/1044087.html

  7. Firefox 2.0.0.2 crashs on phpBB2-based forums

    Date: 03/01/07 (Mozilla)    Keywords: php, html, web

    Hi!

    It happens two times today that my Firefox 2.0.0.2 crashed. The first time in my own forum when I clicked on "Who is online?". And second time just happened a few minutes ago when I was clicking on the category title in a friends forum. Both forums are the same version (phpBB2 Plus 1.53) and it was not the first time it happened there. And both forums are the only ones where Firefox crashes. Maybe I should mention that problem to the developers (of phpBB2) as well, but I doubt they can do anything.

    Any ideas what could cause this?

    If useful, these are the installed extensions:

    Adblock 0.5.3.043
    deviantMessage 0.9.1
    DOM Inspector 1.8.1.2
    Firebug 1.01
    Forecastfox 0.9.5.2
    Gmail Notifier 0.5.6.5
    Html Validator [de] 0.7.9.5
    IE Tab 1.3.1.20070126
    NoScript 1.1.4.6
    Plain Text Links [de] 0.3
    Tab Effect 1.1 (disabled)
    Talkback 2.0.0.2
    WebDeveloper 1.1.3

    X-Posted in '[info]'firefoxusers

    Source: http://community.livejournal.com/mozilla/386208.html

  8. Embedding video

    Date: 03/01/07 (Javascript Community)    Keywords: html, java, web

    Hi,

    I'm really new to java and I am looking to embed a video from ifilm in a popup window.

    This is the script I have so far:

    start script

    function openindex()
    {
    OpenWindow=window.open("", "newwin", "height=400, width=500,toolbar=no,scrollbars="+scroll+",menubar=no");
    OpenWindow.document.write("")
    OpenWindow.document.write("")
    Open.Window.document.("bracket embed width="448" height="365" src=weblinkhere quality="high" bgcolor="000000" name="efp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="flvbaseclip=2687058" >")
    OpenWindow.document.write("")
    OpenWindow.document.write("")
    OpenWindow.document.close()
    self.name="main"
    }

    end script

    The link is supposed to be: http://www.ifilm.com/efp
    I had to put it like that so everyone could see the code.

    Also, bracket embed is supposed to be < embed (no space of course)

    The problem is in the embed tag.
    If I dont have that there I get a popup box to come up no problem.

    At ifilm, that was the embed html code they supplied.
    When I put it in the body text it worked (not as java, as plain html).
    But I want it to popup in a separate window when you click on some text or a button.

    Can someone help me figure out what I'm doing wrong?

    Source: http://community.livejournal.com/javascript/128770.html

  9. USB 2.0 port on a dell computer

    Date: 03/02/07 (Computer Help)    Keywords: web

    Hello, i've checked that I have a USB 2.0 port on my dell cpu using device manager. However, whenever i connect anything to the available (& visible) USB ports, the locations of them are not the same as the usb 2.0 port. Forgive me if I'm being stupid, but how can I find the USB 2.0 port? Thnk you!





    I have no idea what Dell model this is as they've taken it down from the website. I know on other models, one can lift off the front panel, but it's not possible with this one it seems.

    Source: http://community.livejournal.com/computer_help/753145.html

  10. asp.net/sql help?

    Date: 03/02/07 (IT Professionals)    Keywords: database, asp, sql, web, google

    Hi! I'm currently making a website for a school project using ASP.NET and SQL and it has a registration form. How do I keep the registered entries unique like say...make sure no two people get the same login name? My 'loginname' variable in my database is data type nvarchar(50). I've tried google and some other sites but I don't think I'm getting the keywords correctly.

    Thanks for your time!

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

  11. ohh geez...

    Date: 03/03/07 (WebDesign)    Keywords: web

    pardon me for barging in unannounced...but I have a dilemma. It's been awhile since I made any sort of webpage and now someone wants me to do some updates to their page. I've been doing stuff to the site which is great but my problem is this:

    I want to put a background image on the page that just sits there while the rest of the page scrolls over top of it.

    have a look if you like, at the Home History Research Project
    news page (which is normally inside a frame, but that's not important).

    So I just want one instance of the background image, and the list of links to scroll over top of it while the image stays put.

    much MUCH thanks - I have no idea how to do this!

    Thank you.

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

  12. damnit...

    Date: 03/03/07 (WebDesign)    Keywords: asp, web, hosting

    Hey, can someone tell me why after submitting an email form on my website, it will reload my website in a different window? You can test it all you want, go ahead submit to see....

    Heres my the script in the action layer:
    set(mailuser, "wendy922@gmail.com");
    set(targetpage, "none");
    stop();



    and heres the script on the SUBMIT button:
    on (release) {
    getURL("gdform.asp", "lower", "GET");
    }
    on (release) {
    gotoAndPlay(75);
    }



    It maybe just be my control panel with my hosting service. I'll check.
    The Website: http://www.staaadesigns.com

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

  13. Username links in a community not visible in firefox

    Date: 03/03/07 (HTML Help)    Keywords: web

    Hello,
    I'm not sure what piece of code it is, but the hyperlinks of users' names on entries is invisible/hidden on Firefox, but is completely fine on IE.
    How can I get the username links to look like the standard links on my community [which are all visible on both Firefox & Mozilla]?

    Thank you!


    FRIENDS_WEBSITE<=







    http://img377.imageshack.us/img377/5913/hilarydf4of3.jpg" style="visibility:visible; position:absolute; top:0; left:126;">

    <=FRIENDS_WEBSITE

    LASTN_TALK_LINKS<=

%%readlink%%comment

%%readlink%%comment








http://img352.imageshack.us/img352/434/labsic8.jpg" style="visibility:visible; position:absolute; top:0; left:210;">


<=LASTN_WEBSITE

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

  • newbie question...

    Date: 03/04/07 (WebDesign)    Keywords: web

    Sorry if this is terribly mundane, but I'm finally getting into the swing of making my website, and I have a design problem.

    I'll try to explain what I'm looking for: I want what looks like two in-line frames on the page, one that contains a number of text links (ie, About, Writing, Links, Email, etc), and the other that appears blank until you roll the mouse over the text of the text links. Then I want a description of the link to show up in the second frame. Normally, I think I'd just use two frames and a target command of some sort (I did it once before), but this time I don't really want the second frame to be a frame. I want it more like a transparent (invisible) table cell where the background of the main page can show through. I just want it there as a blank spot so that words can show up there on mouse-over of my text links.

    Am I coherent? It's late. maybe not. Anyway! If anyone knows what I'm on about and can help, I would greatly appreciate it! Thanks in advance!

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

  • Lightbox

    Date: 03/04/07 (WebDesign)    Keywords: web

    I'm trying to create an artwork gallery, and I want to put Lightbox (or something similar) on my webpage. The problem is, the entire layout I've created uses iframes, and the lightbox window only opens within the frame (which kind of defeats the purpose.

    How could I set it up, so that I can have links on the page within the iframe that open a picture in a lightbox window outside of the frame (covering the entire whole page)?

    I've found one solution (I think) online (in a forum by somebody going by the name "Sean K")...but the explaination was far too complicated for me to understand.
    If anybody could help me, I'd greatly appreciate it!

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

  • Quick question.

    Date: 03/04/07 (PHP Community)    Keywords: php, mysql, html, database, asp, sql, web, yahoo

    Okay, I'm still getting the grasp of php... I went off for a while to actually learn html... Okay, well. I'm having the most troubles with mysql. It's quite confusing, along with cookies. Anyways, this isn't going to be about cookies. I want to just know how I can somehow get a nice list of... everything. Somehow. I really want know what's IN my mysql database and what names, etc. I'm using a pre-made script, so I'm rummaging around in circles with no straight answers on what what is.

    Anyways, I'm going to go to sleep, tomorrow I'll check back for answers for this... I'd like to know if I need to make a page or something like... www.website.com/mysqltestpage.php and go there.


    Eh. Anyways, I need a lot of advise, if someone has msn/yahoo/aim/irc/skype/etc. uhhh tell me if you'd let me add you and ask questions from time to time.

    Source: http://community.livejournal.com/php/547218.html

  • YouTube ?

    Date: 03/04/07 (Computer Help)    Keywords: web

    Why wasn't I here ages ago? I'll start off with what I think would be an easy one however I have no idea why this happens. I cannot get a background on my YouTube account in the place for URL link I put the link from my WeBlog image account. It even shows the background as up on the preview but when I click ok it says enter valid URL and doesn't work on the page. No the world won't end if I go backgroundless it just aggravates me that it works on every page from here to MySpace. I'm sure I'll have plenty of better questions in the future but I just wondered what was happening there. Thanks in advance, Kelly.

    Source: http://community.livejournal.com/computer_help/753679.html

  • What does Web Application Projects template in VS .NET 2003 do?

    Date: 03/05/07 (Web Development)    Keywords: java, web, microsoft

    hey guys,

    I'm installing the Web Application Projects for Visual Studio .NET 2003. It's taking forever to download, and I have some doubts about whether it's what I need for my project. I guess I'm wondering what a web application project actually does for a developer. Teh Microsoft site, as usual, was vague about the topic, although they very successfully illustrate "how" to use a Web Application Project. I thought I'd seek some guidance here. Basically I'm hoping to create a interactive console to move files in and out of the server. Does the Web Application Projects template permit you to do that?? (The reason I ask is, during my research, I came across this implementation, which has roughly the same objective as my own, but they use Java applets to build their primary interface, and that planted a seed of doubt in my mind about the Web Applications Project template.)


    Thanks!

    Source: http://community.livejournal.com/webdev/391088.html

  • Microsoft to blast Google over copyrights

    Date: 03/06/07 (Web Technology)    Keywords: software, web, microsoft

    Microsoft plans to launch a blistering attack on its rival for what the software giant argues is the Web search leader's "cavalier" approach to copyright protection.

    Source: http://news.zdnet.com/2100-9588_22-6164568.html

  • French film bible to go online in English

    Date: 03/06/07 (Web Technology)    Keywords: web

    Translation of monthly review Les Cahiers du Cinema will be available on Web beginning Friday.

    Source: http://news.zdnet.com/2100-9588_22-6164615.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