Web development , php , ajax , symfony, framework, zend
This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.
4 Responses to Krento is an Application Manager and Widget Engine for Windows
fmdeveloper_tim
February 8th, 2010 at 3:08 pm
Do you want to output a dynamic link on your site?
<a href="<?php print ?>">Link</a>
<a href="<?php print $myvariablelink ?>"><?php print $myvariable title ?></a>
<?php print "<a href="$myvariablelink">$myvariabletitle</a>" ?>
Are you wanting to forward the user to a different page? (Must be sent before any output is printed.)
<?php
header( "Location: );
exit;
?>
or (can be executed after output has already been sent to the browser, but requires javascript or a click)
<?php
print '<script language="javascript">window.location =
print '<noscript>Please click <a to move along</noscript>';
?>
Do you want to read in another web page and output it on your own? (Requires allow_url_fopen to be enabled in the configuration.) Be careful about doing this sort of thing, because if a hundred people hit your page, your server makes one hundred sudden requests to download. If this is the route you're after, look into cacheing/saving the result for a period of time or get fancy and ask the web server if the page has been updated.
<?php
$url =
$f = fopen( $url, "r" );
if( !$f ) die( "Could not open $url for reading" );
while( !feof( $f ) ) {
$data = fread( $f, 1024 );
// Print it out
print $data;
// Or store it in a variable
$text .= $data;
}
fclose( $f );
?>
Hope that helps.
vbmica
March 20th, 2010 at 2:45 am
Of course this would be in violation of the program makers license agreement. Yahoo answers does not allow us to advise you how to do this.
However, if you want to edit the registry, just use Windows to run regedit.
Back up the registry before you do anything,
Delete the wrong key and Windows stops running.
Leon D
March 23rd, 2010 at 2:00 am
http://www.youtube.com/watch?v=L4kboPPRj7o
wullie D
March 27th, 2010 at 10:49 am
Just cut them off as low as you can, just below ground level is fine. They may come back a bit but repeat the process and they will die. Much better than any chemicals