1. m4p to mp3 & retain tag info

    Date: 02/22/06 (Computer Geeks)    Keywords: google

    Google turns up many advertisements, but I thought I'd go to the source:

    Aside from burning and ripping, is there a way to convert an m4p (from iTMS) to an mp3 and retain the tag info?

    Mac app preferred, but not a deal breaker if it's Windows based.

    Thanks!

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

  2. Html emails in Outlook

    Date: 02/22/06 (WebDesign)    Keywords: html, google

    A client of mine has requested an html email template to be used in Outlook. I'm almost positive this can be done, because I used to do them for clients at my last workplace. Problem is I never actually did the set up portion in Outlook.

    I use Thunderbird so I can't really mess around with it that way, and google has failed me. I seem to only find how-to's on inserting a single picture or link. Rar.

    Okay, there's my problem. Does anybody here know a link to a tutorial or can explain to me how you can set a template from a pre-existing html document?

    thanks!

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

  3. Google unveils Web page creator

    Date: 02/23/06 (Web Technology)    Keywords: html, google

    Beta of Google Page Creator lets people type in content, upload images and publish pages without knowing HTML.

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

  4. Not really PHP

    Date: 02/24/06 (PHP Community)    Keywords: php, web, google

    This is not really PHP related but I know you're all smart and someone will be able to help. :) It's to do with .htaccess and rewrite rules and stuff..

    I've got a website with a page structure like this:
    /page.php?p=page_name_here

    I want the urls to be this:
    /page/page_name_here

    It has a category structure like this:
    /cat.php?c=1

    I want the urls to be this:
    /category/1

    A friend suggested:
    RewriteEngine on
    RewriteRule ^page/([A-z0-9-_]*)/$ page.php?p=$1 [QSA,L]
    RewriteRule ^category/([0-9]*)/?$ cat.php?c=$1 [QSA,L]

    ..but it's just giving me Internal Server Errors. Any suggestions? I've googled like mad but can't see what's wrong.

    Resolved. Used this:
    RewriteEngine on
    RewriteRule ^page/(.*)$ page.php?p=$1 [QSA,L]
    RewriteRule ^category/(.*)$ cat.php?c=$1 [QSA,L]

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

  5. Google GMail Continues To Ignore India and Europe

    Date: 02/24/06 (Java Web)    Keywords: google

    Google GMail SMS signup supports Australia, Indonesia, Malayasia, New Zealand, Philippines, Singapore, Thailand, Turkey and of-course US of A. If you belong to any of the above countries you can signup here. India and Europe continues to be ignored. Why?

    Source: http://blog.taragana.com/index.php/archive/google-gmail-continues-to-ignore-india-and-europe/

  6. Google Pages Introduced and Withdrawn

    Date: 02/24/06 (Java Web)    Keywords: web, google

    Google seems to have developed a habit of introducing new services and then withdrawing them due to high demand and reintroducing them selectively later. Google Web Accelerator, Google Analytics and now Google Pages, all follow this overused pattern. So it is with (now withdrawn) Google Pages. Google Pages allows you to create Geocities style static home [...]

    Source: http://blog.taragana.com/index.php/archive/google-pages-introduced-and-withdrawn/

  7. Google Pages Allows GMail Email Harvesting

    Date: 02/27/06 (Java Web)    Keywords: web, spam, google

    Google has newly introduced Google Pages which allows you to create your webpages with AJAX interface (Web 2.0?) . It is quite a slick product, provides 100MB of space, file uploading etc. However it also exposes your GMail email address (which it requires for signup) to be harvested by spammers. Google Pages creates your home page [...]

    Source: http://blog.taragana.com/index.php/archive/google-pages-allows-gmail-email-harvesting/

  8. Google Image Search

    Date: 03/01/06 (WebDesign)    Keywords: web, google

    Howdy! Does anyone have any idea how Google indexes images for their Image search? I have an artist client who would like her paintings to come up under 'Images' as well as the Web search, but I can't seemt o find any info on how to do this.

    Alt-tagging seems to have no effect and - judging by the images that come up when I image-google my own site - they're not catalogued that often anyway (the image is about six months old). The criteria for listing an image seem to be completely abitrary, but maybe there's something I don't know?

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

  9. Search.ini

    Date: 03/02/06 (Opera Browser)    Keywords: google

    Hey!

    I would like to make http://freekat.com/ an option for the search bar, in fact, I'd like to make it default to replace Google. I don't know how to edit the search.ini file, meaning I don't know what to replace with what. I know there are some useless search engines in there that I could replace, but I don't know the specifics of what to put in. Does anyone here know how I can do this?

    Source: http://community.livejournal.com/opera_browser/52076.html

  10. How To Ask Questions The Smart Way (link)

    Date: 03/01/06 (Computer Geeks)    Keywords: web, google

    How To Ask Questions The Smart Way is a web site I find very informative and I thought I would share it with the group. Everyone should read this website from top to bottom before ever posting on any forum (technical or not), before dashing off a emails, or bothering someone by IM.

    Here is example of the wonderful wisdom imparted by this website:

    There is an ancient and hallowed tradition: if you get a reply that reads “RTFM”, the person who sent it thinks you should have Read The Fucking Manual. He or she is almost certainly right. Go read it.

    RTFM has a younger relative. If you get a reply that reads “STFW”, the person who sent it thinks you should have Searched The Fucking Web. He or she is almost certainly right. Go search it. (The milder version of this is when you are told “Google is your friend!”)

    In Web forums, you may also be told to search the forum archives. In fact, someone may even be so kind as to provide a pointer to the previous thread where this problem was solved. But do not rely on this consideration; do your archive-searching before asking.

    Often, the person telling you to do a search has the manual or the web page with the information you need open, and is looking at it as he or she types. These replies mean that he thinks (a) the information you need is easy to find, and (b) you will learn more if you seek out the information than if you have it spoon-fed to you.

    You shouldn't be offended by this; by hacker standards, your respondent is showing you a rough kind of respect simply by not ignoring you. You should instead be thankful for this grandmotherly kindness.

    This website should be a primmer and required for anyone using the intarwebs! Don't Thank me, just RTFA!

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

  11. Google AdSense Misfiring Often

    Date: 03/02/06 (Java Web)    Keywords: google

    Nowadays I see irrelevant Google AdSense ads much more than usual and they are often pretty outrageous. Here is a glaring example (click on image for larger view): I think it is trying to over-optimize or simply running out of ads. Not even a single relevant ad!

    Source: http://blog.taragana.com/index.php/archive/google-adsense-misfiring-often/

  12. Unrest in Googleplex

    Date: 03/02/06 (Java Web)    Keywords: google

    In a rather sad story a Googler (Google employee) narrates his misery with paltry salary and poor chance of a raise. Apparently in Google you can get a raise (merely 5-8%) with only a promotion. You shouldn't expect promotions more than once every 18 months (and what's normal is more like once every 24 [...]

    Source: http://blog.taragana.com/index.php/archive/unrest-in-googleplex/

  13. Live: Google faces off with analysts

    Date: 03/03/06 (Web Technology)    Keywords: google

    Co-founder Brin tells how a censored site helps China, why the feds are wrong, and what's up with Google's revenue.

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

  14. MapQuest offers open-source API

    Date: 03/07/06 (Web Technology)    Keywords: technology, web, yahoo, google

    Company follows Google, Yahoo in offering mapping, routing technology for Web developers focused on mashups.

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

  15. Uncapping?

    Date: 03/08/06 (Computer Geeks)    Keywords: web, google

    So I actually have questions along the lines of my cable modem. It's a Scientific Atlanta WebStar (BrightHosue service), and after looking into some research on my Cable box (to TV) I just decided to google my modem as well, and saw a few forums that mentioned uncapping. Now, I got the jist of what it is... I think. In a nutshell, it's deleting/enlarging the restrictions of the modem, right?

    I don't want to know how to do this, as I think it's illegal. But why would it be illegal? Someone 'stealing' bandwidth? Has anyone ever done this? Guess I'm just curious about it. Thanks.

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

  16. Firefox to get phishing shield

    Date: 03/09/06 (Security)    Keywords: browser, technology, google

    Upcoming version of the open-source browser will offer protection against phishing scams, using technology that might come from Google.

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

  17. Google says click fraud settlement near

    Date: 03/09/06 (Web Technology)    Keywords: google

    Under proposed $90 million settlement, Google would give ad credits for fraudulent clicks on ads dating back to 2002.

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

  18. Google To Pay 90 Million USD to Settle Click-Fraud Class Action Lawsuit

    Date: 03/09/06 (Java Web)    Keywords: google

    Google Inc. said on Wednesday that it had agreed to pay up to $90 million to settle a class action lawsuit over advertising fraud by outside parties on its site, in a bid to put the controversy behind it. Read more in the Phil Law Blog.

    Source: http://blog.taragana.com/index.php/archive/google-to-pay-90-million-usd-to-settle-click-fraud-class-action-lawsuit/

  19. Web Hosting Question

    Date: 03/10/06 (WebDesign)    Keywords: web, hosting, google

    Hey guys. I've taken up a project to help out the family of a missing person in North Carolina. I'm researching some cheap web hosting plans for them.. something they could pay monthly.. and was just wondering if any of you had ever purchased a plan like that before. I don't want them to have to pay a ton of money for this, but I don't have the space for them on my own host either. Been looking around on Google, but wanted to hear some personal experiences/recommendations if they are any.

    Thanks!

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

  20. Best Java Blog

    Date: 03/10/06 (Java Web)    Keywords: java, google

    To my delight today I discovered the best java blog on the net. Check for yourself - Google I'm lucky search for best java blog

    Source: http://blog.taragana.com/index.php/archive/best-java-blog/

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