oldnewbie ;)
If I had an option of getting a 56 kbps modem working in my room, I'd already do it. In developed country I live in, we have ADSL but no ordinary phone, we all use mobile phones instead of it... Grrr! But as you see, sometimes even this is horror, hehe.
Hey, ticke!
Thanks for the tips. But the problem is to exactly see how all flashs in THE SITE come up, not only one flash. And some of flash even download some images from other server and some of images destinations are retrieved from database. I'd like to see the whole picture (THE SITE...
Hey there!
I bet most of you have broadband connections. But if you develop applications for countries with mostly 56k modems, you ought to have a 56k yourself to test how the flash/site loads. I don't have 56k myself but a 2024kb. Now I'm wondering, if there's a program that slows you...
hmm, thanks for posts. however sure i was to be exact, i'm not anymore.
let's say that $string is something like this:
<title>nasegage</title><table><tr><td>asrgasegaef</td><tr>blalalabargagregaseg</table><row></row>asregasegage<yeah>asegeagaseg</year>aersgasegahthsragref<sth...
is there a simple function that does this:
$string = '<abc x="12">sth</abc>';
$start_part = '<abc x="12">'; //left to searched value
$end_part = '</abc>'; //right to search value
$value = separate($string, $start_part, $end_part);
echo "value: " . $value;
---------
OUTPUT:
value: sth...
Regards,
I'd like to know if there's a program that can list all files from specific folder and provide as many information as "Windows Explorer" can in Details mode (that means also author of Office documents etc.).
Thanks for any suggestions.
L.
Regards. I'd want to have one SWF (canvas) that would be 100%x100% of browser window with a scaled photography for it's background.
On this I would want to have pixel fonts and gifs (elements), that wouldn't be scalable - that means fixed.
So the effect would be, that if you resize the browser...
hmm, you can't. you can only post the data to some server side script language (php, asp) that converts the posted data into txt file.
try flashkit.com tutorials.
Let's say we have a linking table for three tables.
tbl_SPJ
-----------------
sID | pID | jID |
1 2 3
1 2 4
2 3 6
1 5 3
-----------------
Is it possible now to have distinct like:
"SELECT DISTINCT sID, jID FROM tbl_SPJ"
and then returning only...
Go to this awesome site (maybe just to rest your eyes on a beautiful lady) and check the navigation:
http://www.federicafontana.it/index2.html
I'm searching for a component/script/movie with such dynamic navigation. Do you have any sites that offer tutorials or components itself for a...
Regards,
one big problem that I cannot solve. When I paste the swampBoogie's SQL (which seems fine) to phpMyAdmin, it outputs what it should - winners by ratings.
But when I store this SQL into $SQL_winners and run following script:
$result = mysql_query ($SQL_winners);
while ($row =...
DRJ478, thank you on that! I'll check the software, though I'm not sure if the program is PHP/mySQL itself or does it need Apache modules to be installed. The problem is, I don't have full access to server.
You probably saved me a lot of time. Thanks again!
Just a quick question. How would you solve the problem if you had a site (e.g. www.microsoft.com) and you had to put SEARCH field in it, that searches all the pages on the site and returns pages where selected string appears?
Using PHP / Apache / mySQL that is?
Any solution would be greatly...
Dear swampBoogie, thank you for your quick response. However, the exact thing you proposed doesn't work. I've tried to pass it into phpMyAdmin debugger and it says: Not unique table/alias: 'tbl_public_work_ratings'. What could be the problem?
Here's the SQL:
SELECT tbl_submitted_works.id...
I have works in tbl_works with tbl_works.id as primary key. Then I have table named tbl_rating that has tbl_rating.rate and tbl_rating.work_id, that is linked with 1:M with tbl_works.id.
tbl_works.id ----1 : M---- tbl_rating.work
tbl_rating.rate
Is it possible, that...
I've read somewhere that the variables that are static are have the same value for all objects created from same class. Is that true? How to count people then in the all instances of Class withouth some other class. Is this approach right? I don't know if I'm right, at first I wanted to make a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.