Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: Alexandro
Forum: Storage Sep 2nd, 2007
Replies: 5
Views: 5,598
Posted By Alexandro
I get an error with nero 7 for DVD-R type DVD: illegal disk, but for other DVD types DVD+r,Double layer,+RW is no problem.
Here is the log of nero:

Windows XP 5.1
IA32
WinAspi: -

NT-SPTI...
Forum: IT Professionals' Lounge Aug 28th, 2007
Replies: 0
Views: 1,568
Posted By Alexandro
I want to make a pdf catalogs with images and eps vectors.
How that sell vectors do pdf catalogs?
Forum: PHP Jul 26th, 2007
Replies: 5
Views: 1,086
Posted By Alexandro
It is not about finding them in the source code, I want the acces to see to be block for everithing, with the exception of the PHP file the acces the file, like a sql database with a password.
Forum: PHP Jul 26th, 2007
Replies: 5
Views: 1,086
Posted By Alexandro
if I don't have a htdocs I create one myself in the public area ?
This block also the search engines or i have to use a robot.txt file?
Forum: PHP Jul 26th, 2007
Replies: 5
Views: 1,086
Posted By Alexandro
I use PHP to access a XML data file. I don't want that XML to be access by browser(see) access only data with php. How to block the access to the XML for everithing else except the PHP file?
Forum: JavaScript / DHTML / AJAX Jul 18th, 2007
Replies: 3
Views: 6,656
Posted By Alexandro
I am back with an other question.

I want to put the xml elements values using a for cycle in input fields

for(i=2,i<13) ...
Forum: JavaScript / DHTML / AJAX Jul 18th, 2007
Replies: 3
Views: 6,656
Posted By Alexandro
thanks you , your example help me.
Yes I know about only one root element.The xml code it was just a example inside the root elemet to understand what I want.
Forum: JavaScript / DHTML / AJAX Jul 18th, 2007
Replies: 3
Views: 6,656
Posted By Alexandro
I need to parse a element from a XML file:

<a>
<b>45</b>
<c>67</c>
</a>

<a>
<b>98</b>
<c>89</c>
Forum: IT Professionals' Lounge Jul 15th, 2007
Replies: 0
Views: 659
Posted By Alexandro
I don't find a good section for this question so if it is in a wrong section I apologize.
What are the best methods to speed up emule.More then 150K.?
Forum: Pay-Per-Click Advertising Jun 28th, 2007
Replies: 2
Views: 2,162
Posted By Alexandro
What are the factors that influence adsense ads?
I ask this because there are different ads on site with related contents.(talking about the same subject).
MFA are not out after 1 June.
MFA and...
Forum: Search Engine Optimization Jun 20th, 2007
Replies: 21
Views: 4,010
Posted By Alexandro
I saw that in google webmaster tools are showed nofolow links.
So remain the question if are good or no.
Forum: Social Media and Online Communities Jun 16th, 2007
Replies: 36
Views: 12,027
Posted By Alexandro
Revenue sharing forums are free but I get out because :

- the revenue is very very low to zero
- and the most important i got many invalid clicks

so to be safe I get out.

Maybe other users...
Forum: Social Media and Online Communities Jun 15th, 2007
Replies: 36
Views: 12,027
Posted By Alexandro
In revenue sharing forums is not easy to earn because all people there are webmaster are in general blind to adsense.
I was in this scheme but I get out.
Forum: Search Engine Optimization Jun 15th, 2007
Replies: 21
Views: 4,010
Posted By Alexandro
Social bookmarking is useful if you have a good title tag asociated with good content on yor site.If the title is good but the content on the site is not useful you will be burried.
Also you need...
Forum: IT Professionals' Lounge Jun 13th, 2007
Replies: 1
Views: 984
Posted By Alexandro
What are the best software and languages programmers jobs?(reffer to money)
C,C++,Java,web languages,Maya,Zbrush,Symbian,Photoshop and others
Forum: Search Engine Optimization May 28th, 2007
Replies: 10
Views: 2,697
Posted By Alexandro
The google not show all the links, if you use link operator, but in webmasters sitemap you will see all the links.
If you look on yahoo the page have 418 links and in google also the links are...
Forum: Search Engine Optimization May 28th, 2007
Replies: 2
Views: 1,205
Posted By Alexandro
How people get a page in Google news?
Forum: Advertising Sales Strategies May 22nd, 2007
Replies: 2
Views: 2,140
Posted By Alexandro
The ads for adsense that you get depends on your SERP position,PR and traffic of the site.A site that is situated in top 5 for a keyword get better adsense ads then one is not in top 5?
Forum: Search Engine Optimization May 21st, 2007
Replies: 22
Views: 4,334
Posted By Alexandro
What is the fast method to get a site or a page indexed?How much time?
How do I know that a page is indexed?
Forum: JavaScript / DHTML / AJAX May 21st, 2007
Replies: 3
Views: 1,591
Posted By Alexandro
Yes it is a option.
I have this code:

[
f = Math.pow((i+1),m)-1;
f /= den;
f *= document.calform.total_invested.value;
d = String(f).indexOf(".");
s = String(f).substring(0,(d+3));...
Forum: JavaScript / DHTML / AJAX May 21st, 2007
Replies: 6
Views: 17,493
Posted By Alexandro
I am looking for something more simple,like in css.
The css example:

Begin with four stylesheets: simple1.css ,simple2.css,simple3.css,simple4.css reffering to navigation,headers,
special...
Forum: Search Engine Optimization May 20th, 2007
Replies: 7
Views: 1,849
Posted By Alexandro
If I encrypt my web page to prevent "visitors" from viewing and reusing my web page source code , will affect my site in search engine?
Forum: Graphics and Multimedia May 20th, 2007
Replies: 0
Views: 1,056
Posted By Alexandro
My Photoshop doesn't respond to restore all preferences to default settings:
Alt+Control+Shift.
I have all the updates.From the begining(fresh install) does that.
How can I solve it?
Forum: JavaScript / DHTML / AJAX May 20th, 2007
Replies: 6
Views: 17,493
Posted By Alexandro
I know that I can import an css file in other css file with @import
Ex: @import "style.css"; and i use this in allcss.css

Can I do something like this in javascript, import a javascript in other...
Forum: JavaScript / DHTML / AJAX May 20th, 2007
Replies: 3
Views: 1,591
Posted By Alexandro
I need to round a result number,by precision;

Example:
Math : y=x/1000000; x=5 => y=0.000005,
but if I do this in java script y=0.00000500001;(not right) ;how do I round a equation by precision...
Forum: Search Engine Optimization Sep 19th, 2006
Replies: 3
Views: 1,373
Posted By Alexandro
Many directory owners are building multiple related directories. Some search algorithms such as Google Hilltop will likely automatically filter out some of the relevancy score from a second directory...
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC