Your Ad Here

Wednesday, October 31, 2007

My new skin for Invision Power Board

Hello!
I made new IP.Board skin. It is simply and nice.
Screen: http://www.bbstyle.pl/screen.jpg

What do you think about it?

You can buy it for only $10 (by PayPal)!
If you would like to buy it or if you have any questions, please contact me by private messanges system on this forum or by e-mail: pozycjoner.org(at)gmail.com

Topic Replies: 0

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

Not Getting Links?

Hello,

I am trying to link exchange with other websites and online directory. But i am not getting link back so what to do now ? and Google yahoo msn all show different back links for my website. Why is that ?

Can any one tell how many links are gud for one website ?

I have one page that come on yahoo @ 1 position and that page is not Google ..why ?

How to get more links do I have to buy linksplease tell me from where I should buy links?

Topic Replies: 3

Read More...

[Source: Ozzu - Posted by Kishore Vengala]
Your Ad Here

login php members

This is my code on the registration page (http://www.euroherp.com/register.php), that after a successful registration i get this error message
===
Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/a/n/danielphillips/html/01euroherp/register.php:Cool in /home/content/d/a/n/danielphillips/html/01euroherp/register.php on line 56
===
Where line 56 is to do with this:

===

CODE:

else
{
// Redirect to thank you page.
Header("Location: register.php?op=thanks");
}
} // end if


===

Here is the page code:

CODE:


// dbConfig.php is a file that contains your
// database connection information. This
// tutorial assumes a connection is made from
// this existing file.
include ("dbConfig.php");


//Input vaildation and the dbase code
if ( $_GET["op"] == "reg" )
{
$bInputFlag = false;
foreach ( $_POST as $field )
{
if ($field == "")
{
$bInputFlag = false;
}
else
{
$bInputFlag = true;
}
}
// If we had problems with the input, exit with error
if ($bInputFlag == false)
{
die( "Problem with your registration info. "
."Please go back and try again.");
}

// Fields are clear, add user to database
// Setup query
$q = "INSERT INTO dbUsers (username,password,email) "
."VALUES (".$_POST["username"].", "
."PASSWORD(".$_POST["password"]."), "
."".$_POST["email"].")";
// Run query
$r = mysql_query($q);

// Make sure query inserted user successfully
if ( !mysql_insert_id() )
{
die("Error: User not added to database.");
}
else
{
// Redirect to thank you page.
Header("Location: register.php?op=thanks");
}
} // end if


//The thank you page
elseif ( $_GET["op"] == "thanks" )
{
echo "

Thanks for registering!

";
}

//The web form for input ability
else
{
echo "
n";
echo "Username:
n";
echo "Password:
n";
echo "Email Address:
n";
echo "n";
echo "
n";
}
// EOF
?>




Also after verifying in mySQL the registration, and finding it successful, I go to the login page (http://www.euroherp.com/login.php)
and I already have these error messages:

===
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/d/a/n/danielphillips/html/01euroherp/login.php:Cool in /home/content/d/a/n/danielphillips/html/01euroherp/login.php on line 9

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/d/a/n/danielphillips/html/01euroherp/login.php:Cool in /home/content/d/a/n/danielphillips/html/01euroherp/login.php on line 9
===

And when I enter my correct login info, I get refused

Here is my code for the login page:

===

CODE:

session_start();
// dBase file
include "dbConfig.php";

if ($_GET["op"] == "login")
{
if (!$_POST["username"] || !$_POST["password"])
{
die("You need to provide a username and password.");
}

// Create query
$q = "SELECT * FROM dbUsers "
."WHERE username=".$_POST["username"]." "
."AND password=PASSWORD(".$_POST["password"].") "
."LIMIT 1";
// Run query
$r = mysql_query($q);

if ( $obj = @mysql_fetch_object($r) )
{
// Login good, create session variables
$_SESSION["valid_id"] = $obj->id;
$_SESSION["valid_user"] = $_POST["username"];
$_SESSION["valid_time"] = time();

// Redirect to member page
Header("Location: members.php");
}
else
{
// Login not successful
die("Sorry, could not log you in. Wrong login information.");
}
}
else
{
//If all went right the Web form appears and users can log in
echo "

";
echo "Username:
";
echo "Password:
";
echo "";
echo "
";
}
?>



I dont understand whats wrong

Topic Replies: 1

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

BlogRole

Hello

Im interested in 5+ PR sites related to programming to exchange links. my site is http://www.portadev.com and I have 5 PR. One page on my blog has 7 PR. Your backlink will be added to 7 PR page also. If someone interested feel free to contact me by pm. I will answer as soon as I can.

By the way, if your site doesnt have enough PR, you can purchase a backlink with affordable price.

Thanks

Topic Replies: 1

Read More...

[Source: Ozzu - Posted by Kishore Vengala]
Your Ad Here

AMD Vs INTEL which one is best?

hai all,
Buddys i have a plan to buy a new computer, but i dont know which motherboard is good to buy. so give me your suggestion for to buy a new personal computer. whether INTEL or AMD which is preferable one?

Topic Replies: 1

Read More...

[Source: Ozzu - Posted by Kishore Vengala]
Your Ad Here

Tuesday, October 30, 2007

i can't see google adsense

hey, can anyone tell me why i cannot view google adsense? i tried FF, IE and safari but on all of them it doesnt show. i remember i once installed an extension for firefox to disables them, but i removed it already. any ideas?

oh and by the way, i was browsing this forum and i came across a thread that deals with getting banned from adsense. there it was written

Quote:

The reason why banned from google

1. Never hide text with the same colour as the background, Google is too smart for that

2. Duplicate content



Point number 2 shocked me as my page is still under construction and ive got a lot of pages where the content is just lorem ipsum
does it matter or should i just leave the page blank?

thanks in advance

Topic Replies: 1

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

Showing empty cell.

I made an empty table cell and I need it visible so I can see its borders on my table. It works fine of course in FF. But in IE it doesnt display. I cannot use the non-breaking space "hack" because the cell needs to be smaller than the character and "empty-cells: show; " of course wont work in IE either. So is there anyway I can fix this besides using a 1px by 1px clear gif image?

Topic Replies: 0

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

Windows Server 2003 Network Problem: need help

Hi,

Let me give you a brief story prior to the incident for clues:

We have a Windows Server 2003 and recently changed our Router from DHCP to Static IP and soon after got a VPN hardware and connected it to the server. Now, because we signed up for a Static IP, cablevision had to change our modem and give us a cisco router to connect to it.

I dont know if the recent changes had to do with anything but that could lead to cause of our lost of online connection.

Soon after the recent changes, Ive been noticing that the server lose online connection and when it does, so is the rest of the workstations. And ODDLY enough, that problem can be solved if you right click on the network icon located at the bottom right of the screen and hit REPAIR. Everyday for almost every hour or two this keeps hapenning.

I tried disconnecting and unplugging the VPN hardware to see if it is the cause but its not.

I dont know what to do and I desperately need help please...

Topic Replies: 17

Read More...

[Source: Ozzu - Posted by Kishore Vengala]
Your Ad Here

google vs yahoo

Hi there

I have noted that for the same keyword my website is positioned in yahoo and google with a huge difference....

example some key is n1 in yahoo and not even listed in the top 100 in google or viceversa.

How can that be?
Arrow

Topic Replies: 0

Read More...

[Source: Ozzu - Posted by Kishore Vengala]
Your Ad Here

Tips from "Google Guy" on how to increase traffic.

Im sure some of you will have heard of "Google Guy".
He is an ex-employee of Google and once, kindly posted on WebmasterWorld a list of things that he knows Google to think well off.
Or rather, did at the time. Google are always changing their opinions but I think some things will always remain the same.
Here are some of the recommendations which I found particularly useful.

1. Four of the 26 pointers by Google Guy speak of adding content.

Add, add, add.
Google loves it, and your visitors will love it.
Assure it is quality content though. You are looking for quality over quantity here.
Sure, you can turn out 5 mediocre articles in the time it takes to write one excellent article.
However, once that excellent article is on your site, people will bookmark your page and recommend you to friends and online contacts.

2. Keep your pages small.

Aim for between 5K and 10K.
Many of your visitors will still be using dial-up connections.
Dont alienate these visitors by building pages that load slowly.

3. Use your keyword in the following ways:

Once in the title, once in the description tag, once in the heading, once in the url, once in bold, once in italic and once high on the page.
Dont aim for misspelled keywords.
The search engines are getting smarter and now often correct spelling mistakes as people search for them.

4. Create links from one page to another within your website.

In this way, you even-out the entire PR of your website, as opposed to having one page which ranks very highly and other pages which dont.
So, for example, if when writing one article, you mention a point which is covered in more detail in another article, link to that article.
Use the keyword for the other article in the link.

5. If you are using your website to promote your off-line business, dont just put up an online flyer.

Provide your visitors with information that they can use, not just information about you and your company.
Unless they are specifically looking for information about you, they will click away from your site.


He actually made 26 points altogether but some are quite obvious, others repetitive.
I have the complete list of pointers which I found helpful on my website at the following link: http://www.website-copy-writer.com/google-guy-recommendations.html

Hope yall find it helpful!

Topic Replies: 2

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

Fully functional mp3 player w/scrolling track info

Hey guys,

Im new to the site and I thought you guys could make a few suggestions and assist me. I have created an mp3 player with the play/pause toggle, next button, mute button, and track information text field. Now what I want to do is create a previous track button (back button) and I would like my track information to scroll horizontally. Does anyone know where I can find that tutorial or can someone share their knowledge on this? Thanks in advance. Your help is appreciated.

Here is my actionscript(this does not include the class actionscript or xml)

//Setup sound object
var s:Sound = new Sound ();
s.onSoundComplete = playSong;
s.setVolume(75);

//Array of Songs
var sa:Array = new Array();

//Currently playing song
var cps:Number = -1;

//Position of Music
var pos:Number;

//Load the songs XML
var xml:XML = new XML();
xml.ignoreWhite = true;
xml.onLoad = function()
{
var nodes:Array = this.firstChild.childNodes;
for(var i=0;i{
sa.push(new Song(nodesi.attributes.url,nodesi.attributes.artist,nodesi.attributes.track));
}
playSong();
}

xml.load("songs.xml");

//Play the MP3 File
function playSong():Void
{
s = new Sound();
s.onSoundComplete = playSong;
s.setVolume(75);
mute.gotoAndStop("on");
if(cps == sa.length -1)
{
cps = 0;
s.loadSound(sacps.earl, true);
}
else
{
s.loadSound(sa++cps.earl, true);
}
trackInfo.text = sacps.artist + " - " + sacps.track;
playPause.gotoAndStop("pause");
}

//Pauses the Music
function pauseIt():Void
{
pos = s.position;
s.stop();
}

//Pauses the Music
function unPauseIt():Void
{
s.start(pos/1000);
}

//Music Controls

//Play/Pause Toggle
playPause.onRollOver = function()
{
if(this._currentframe == 1)this.gotoAndStop("pauseOver");
else this.gotoAndStop("playOver");
}

playPause.onRollOut = playPause.onReleaseOutside = function()
{
if(this._currentframe == 10)this.gotoAndStop("pause");
else this.gotoAndStop("play");
}

playPause.onRelease = function()
{
if(this._currentframe == 10)
{
this.gotoAndStop("playOver");
this._parent.pauseIt();
}
else
{
this.gotoAndStop("pauseOver");
this._parent.unPauseIt();
}
}

//Next Button
next.onRollOver = function()
{
this.gotoAndStop("nextOver");
}

next.onRollOut = next.onReleaseOutside = function()
{
this.gotoAndStop("next");
}

next.onRelease = function()
{
this._parent.playSong();
}

//Mute Button
mute.onRollOver = function()
{
if(this._currentframe == 1)this.gotoAndStop("onOver");
else this.gotoAndStop("offOver");
}

mute.onRollOut = mute.onReleaseOutside = function()
{
if(this._currentframe == 10)this.gotoAndStop("on");
else this.gotoAndStop("off");
}

mute.onRelease = function()
{
if(this._currentframe == 10)
{
this.gotoAndStop("offOver");
s.setVolume(0);
}
else
{
this.gotoAndStop("onOver");
s.setVolume(75);
}
}

Topic Replies: 0

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

HTML drop down menu

hey, i have a small problem with my html dropdown menu. the problem is the bg color changed suddenly from white to light-yellow. i used exactly the same code as for the other pages where the bg still is white. i even compared them and they are 100% identical. so how can the other one be light-yellow?

here is my code:

CODE:



and here my css:

CODE:

option.main {
font-family: Arial;
font-size: 12px;
background-color: #4d4d4d;
font-weight: bold;
color: ffffff;}

option.under {
font-family: Arial;
font-size: 12px;
background-color: #ffffff;
font-weight: normal;
color: 000000;}

option.main2 {
font-family: Arial;
font-size: 12px;
background-color: #D34A0E;
font-weight: bold;
color: ffffff;}

select.selection {
border: 1px solid #4d4d4d;
background-color: #ffffff;
}



does anyone know why?
thanks Smile

Topic Replies: 5

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

this computer does not support the required audio compressio

i just got this laptop.

brand new Alienware laptop literaly out of the box.

playback works fine, i dont have a mic on it yet, but when i go into yahoo messenger and into conference with my girlfriend, i cant hear her talk, on my xp laptop (right next to this one) even without a mic, i could hear other people talk.

i keep having a popup that says "this computer does not support the required audio compression format" when i go into conference or chat rooms.

any idea on how i can fix this problem, vista is annoying the crap out of me.

thanks Smile

Topic Replies: 2

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

SITE REVIEW: Celandine Web Design

Hi,

Ive just uploaded my first website ever and Id love some constructive criticism (I hope to grow up to be a proper web designer, so dont be too gentle. But it is my first site ever, so do be a little bit gentle Smile

The site is at www.celandinewebdesign.com .

Celandine

Topic Replies: 0

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

Sunday, October 28, 2007

To prolong for restarting after windows update

Open Registry, Navigate to "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\windows\Windowsupdate\AU". If both the sub-keys "Windowsupdate\AU" are not present, create tjese with "Edit->new->key". Create a new entry "RebootWarningTimeoutEnabled" in the right side of the Registry editor by clicking on "Edit->new->DWORD-Value". Open it and set its value to 1. With this you enable the instruction of an interval. Create another value called "RebootWarning-Timeout". Enter the desired span in minutes as the value eg. 30. Additionally, the span between the consistent "Restart later" messages can also be prolonged. This can be done with other entries in the Registry key used above. Create a DWORD-Value with the name "Reboot-RelaunchTimeoutEnabled" and set it to 1. Then create the DWORD value, "RebpptRelaunch-Timeout" and enter the desired duration in minutes after which Windows should repeat the message.


Read More...

[Source: Hidden Tricks of Windows - Posted by FreeAutoBlogger]
Your Ad Here

Hidden Programs in Windows XP

Below are the lists of some of the Hidden Programs in the Windows XP operating System. Go to start and select Run. There typing the command on right side of the list will open the application in the left side.
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately)- sfc /scannow
System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanboot
System File Checker Utility (Return to Default Setting)- sfc /revert
System File Checker Utility (Purge File Cache)- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x
System Information- msinfo32
System Properties - sysdm.cpl
Task Manager - taskmgr
TCP Tester - tcptest
Telnet Client - telnet
Tweak UI (if installed) - tweakui
User Account Management- nusrmgr.cpl
Utility Manager - utilman
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed)- ntbackup
Windows Explorer - explorer
Windows Firewall- firewall.cpl
Windows Magnifier- magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows Picture Import Wizard (need camera connected)- wiaacmgr
Windows System Security Tool - syskey
Windows Update Launches - wupdmgr
Windows Version (to show which version of windows)- winver
Windows XP Tour Wizard - tourstart
Wordpad - write
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor - eudcedit
Quicktime (If Installed)- QuickTime.cpl
Quicktime Player (if installed)- quicktimeplayer
Real Player (if installed)- realplay
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
Malicious Software Removal Tool - mrt
Microsoft Access (if installed) - access.cpl
Microsoft Chat - winchat
Microsoft Excel (if installed) - excel
Microsoft Frontpage (if installed)- frontpg
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Powerpoint (if installed)- powerpnt
Microsoft Word (if installed)- winword
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Nero (if installed)- nero
Netmeeting - conf
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed)- nvtuicpl.cpl
Object Packager - packager
ODBC Data Source Administrator- odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed) - ac3filter.cpl
Outlook Express - msimn
Paint - pbrush
IP Configuration (Display Connection Configuration) - ipconfi/all
IP Configuration (Display DNS Cache Contents)- ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)- ipconfig /flushdns
IP Configuration (Release All Connections)- ipconfig /release
IP Configuration (Renew All Connections)- ipconfig /renew
IP Configuration(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns
IP Configuration (Display DHCP Class ID)- ipconfig/showclassid
IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid
Java Control Panel (If Installed)- jpicpl32.cpl
Java Control Panel (If Installed)- javaws
Keyboard Properties - control keyboard
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff.....
Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware - Wizardhdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed)- photoshop
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Control Panel - control
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)- directx.cpl
Direct X Troubleshooter- dxdiag
Disk Cleanup Utility- cleanmgr
Disk Defragment- dfrg.msc
Disk Management- diskmgmt.msc
Disk Partition Manager- diskpart
Display Properties- control desktop
Display Properties- desk.cpl
Display Properties (w/Appearance Tab Preselected)- control color
Dr. Watson System Troubleshooting Utility- drwtsn32
Driver Verifier Utility- verifier
Event Viewer- eventvwr.msc
Files and Settings Transfer Tool- migwiz
File Signature Verification Tool- sigverif
Findfast- findfast.cpl
Firefox (if installed)- firefox
Folders Properties- control folders
Fonts- control fonts
Fonts Folder- fonts
Free Cell Card Game- freecell
Game Controllers- joy.cpl
Group Policy Editor (XP Prof)- gpedit.msc
Hearts Card Game- mshearts
Help and Support- helpctr
HyperTerminal- hypertrm
Iexpress Wizard- iexpress
Indexing Service- ciadv.msc
Internet Connection Wizard- icwconn1
Internet Explorer- iexplore
Internet Properties- inetcpl.cpl
Internet Setup Wizard- inetwiz


Read More...

[Source: Hidden Tricks of Windows - Posted by FreeAutoBlogger]
Your Ad Here

Allow usrs to access system services

You can curtail the services used on the network. Such tasks are regulated by group policies. On a local system, in your case, you are however required to define security template. This way you can apply the desired settings on the machine via the Snap-in "Security Configuration and analysis".
First load the Microsoft Management Console. Click on Start->Run, type "mmc" and click on "OK". Open the existing console file or create a new one by clicking on "File->Add/Remove Snap-in". Then in the Standalone tab click on "Add". Now close all the dialog boxes that have been opened. In the console, now open the "Security template" by clicking on the preceding plus sign. Right click on the desired directory and select "New Template". Name the template, give a description for it and click on "OK". Open the "Security template" folder and the file with the new template that you created. Go to the entry "System Service" under "Compatws". Right click on the desired service for e.g. Print Queue" and select properties. Activate the option "Define this policy setting in the template". The security setting are opened. Here click on "Add" in the input field of the following dialog box, type the name of the user who should get the rights to the service. Click on "Verify name" and on successful colclusion, click ok. The new user is now added to the previous dialog box and is marked. Under this, you can define the authorizations for him. A user should at least able to "Read". "Start, pause and suspend" to be able to start and end a service. Activate the necessary control box in the "Allow" column. Finally, confirm the settings with "Apply" and "OK". Again, defina the start moder or the service in the original dialog box. Select Automatic" to do this, and reconfirm with "Apply" And "OK".


Read More...

[Source: Hidden Tricks of Windows - Posted by Kishore Vengala]
Your Ad Here

Restrict User Timely login

Xp offers a possibility of deciding the logon times for each user in the system.Comfortable access to the settings is howev er only possible with the server version. The quickest way to do this in XP is by command line.
The "net user" command followed by the appropriate user account and the option "/times" enabhle the configuration of the logon times. For example to restrict access to the guest account, enter the follwing command
net user guest /times:Mo Fr,10 18;Sa,9 12
The change is effective immediately. The user can login from Monday to Friday between 10 to 18 and Saturday between 9 to 12. Outside this range will ask for password. And even if you give correct password, it will reject it being wrong.
To cancel the timely constraing just type
net user guest /times:all


Read More...

[Source: Hidden Tricks of Windows - Posted by Kishore Vengala]
Your Ad Here

HitTest problem

i ve tired 2 different codes just making my rock go left to the right either way right to the left when it hit the blackL _mc or blackR_mc bar but doesnt work is there something wrong with my code?PLEASE HELP

1,

var MOVE_LEFT:Number = -5;
var MOVE_RIGHT:Number = 5;
var current_direction:Number = MOVE_LEFT;

function moveRock():Void {
this.rock_mc._x = this.rock_mc._x+current_direction;
if (this.rock_mc_.x<0) {
current_direction = MOVE_RIGHT;
rock_mc.gotoAndStop("right");
} else if (this.rock_mc._x>550) {
current_direction = MOVE_LEFT;
rock_mc.gotoAndStop("left");
}
}

2.This one when hit the movie clip it will turn to the right but not what i want to be , i want hit the bar.

function moveRock():Void {
this.rock_mc._x = this.rock_mc._x-10;
//for(i:Number=0;i<495;i+)
if (this.rock_mc.hitTest(_root.blackL_mc)) {
this.rock_mc._x = 500;

}
}

Topic Replies: 0

Read More...

[Source: Ozzu - Posted by FreeAutoBlogger]
Your Ad Here

Repairing Context Menu of Folders

Navigate to "HKEY_CLASSES_ROOT\Directory\shell" key. Select the incorrect command and delete it. Now on the right hand side of the Registry editor double click on the value named Default. Replace the name of the undesired context menu command with open. This way you transfer further controls to file type folder. Now open windows explorer. Click on tools->folder options. Select the entry none folder in the "File types" tab. Click advanced. Only one action other than "Open" can be defined in the dialog box, which should be set as default. Confirm the dialog box with "OK" and close.
Now when you open windows explorer, dbl clicking on any folder will open it rather than exploring.


Read More...

[Source: Hidden Tricks of Windows - Posted by Kishore Vengala]
Your Ad Here

Book List: Book List



Read More...

[Source: Hidden Tricks of Windows - Posted by FreeAutoBlogger]
Your Ad Here

Protecting A folder in Windows XP

I have just told you about CLSID. Its true that microsoft named all its COM objects with a unique CLSID. This ID is responsible for any behaviorial instinct in your file system. So the trick is very simple. IF we could somehow apply this trick to change the behaviour of a folder created by you with some system defined ones, our job will be over.
To do this let us create a folder named "abc" (without quotes). Now, you need to assign something to this folder so that it could be disallowed to open... Just there is a CLSID to do that.
open notepad and write
"ren abc abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" without quotes. Save the file with ".bat" extension. Let us save it as protect.bat (This is the extension of batch files) in the same location where the folder in so that it can be directly be called upon. I mean to say you need to create the batch file in the parent directory of abc. Double click on the file and your folder will be locked.
To unprotect it just change the line to this:
"ren abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} abc"
You will have to change the folder name in place of abc. Thats all.
To attach an application with your folder:
Well, you can attach any application with your folder. Even the System services like My Computer or Recycle bin. Just you will have to create a batch file and write
"ren abc abc.{FB0C9C8A-6C50-11D1-9F1D-0000F8757FCD}" to make it behave like Scanners and Faxes. This trick will be applicable to any of the folders or files.
To unprotect, you will need to write
"ren abc.{FB0C9C8A-6C50-11D1-9F1D-0000F8757FCD} abc". Where abc is the folder name. I am giving some of the CLSID. Try them and get your work done easily....
CLSID
"{85BBD920-42A0-1069-A2E4-08002B30309D}"="Briefcase"
"{BD84B380-8CA2-1069-AB1D-08000948F534}"="Fonts"
"{7007ACC7-3202-11D1-AAD2-00805FC1270E}"="Network Connections"
"{992CFFA0-F557-101A-88EC-00DD010CCC48}"="Network Connections"
"{E211B736-43FD-11D1-9EFB-0000F8757FCD}"="Scanners & Cameras"
"{FB0C9C8A-6C50-11D1-9F1D-0000F8757FCD}"="Scanners & Cameras"
"{905667aa-acd6-11d2-8080-00805f6596d2}"="Scanners & Cameras"
"{3F953603-1008-4f6e-A73A-04AAC7A992F1}"="Scanners & Cameras"
"{83bbcbf3-b28a-4919-a5aa-73027445d672}"="Scanners & Cameras"
"{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"="Scheduled Tasks"
"{0DF44EAA-FF21-4412-828E-260A8728E7F1}"="Taskbar and Start Menu"
"{2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}"="Search"
"{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}"="Help and Support"
"{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"="Help and Support"
"{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}"="Run..."
"{2559a1f4-21d7-11d4-bdaf-00c04f60b9f0}"="Internet"
"{2559a1f5-21d7-11d4-bdaf-00c04f60b9f0}"="E-mail"
"{D20EA4E1-3957-11d2-A40B-0C5020524152}"="Fonts"
"{D20EA4E1-3957-11d2-A40B-0C5020524153}"="Administrative Tools"
"{01E04581-4EEE-11d0-BFE9-00AA005B4383}"="&Address"
"{FF393560-C2A7-11CF-BFF4-444553540000}"="History"
"{7A9D77BD-5403-11d2-8785-2E0420524153}"="User Accounts"
"{32714800-2E5F-11d0-8B85-00AA0044F941}"="For &People..."
"{5464D816-CF16-4784-B9F3-75C0DB52B499}"="Yahoo! Mail"
"{B41DB860-8EE4-11D2-9906-E49FADC173CA}"="WinRAR shell extension"
"{BDEADF00-C265-11D0-BCED-00A0C90AB50F}"="Web Folders"
"{F2CF5485-4E02-4f68-819C-B92DE9277049}"="&Links"
"{416651E4-9C3C-11D9-8BDE-F66BAD1E3F3A}"="PhoneBrowser"


Read More...

[Source: Hidden Tricks of Windows - Posted by FreeAutoBlogger]
Your Ad Here

20 things you dont know about Windos XP

You've read the reviews and digested the key feature enhancements and operational
changes. Now it's time to delve a bit deeper and uncover some of Windows XP's secrets.
1. It boasts how long it can stay up. Whereas previous versions of Windows were coy
about how long they went between boots, XP is positively proud of its stamina. Go to the
Command Prompt in the Accessories menu from the All Programs start button option,
and then type 'systeminfo'. The computer will produce a lot of useful info, including the
uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called
info.txt you can look at later with Notepad. (Professional Edition only).
2. You can delete files immediately, without having them move to the Recycle Bin first.
Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration,
Administrative Templates, Windows Components, Windows Explorer and find the Do
not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will
reveal a great many interface and system options, but take care -- some may stop your
computer behaving as you wish. (Professional Edition only).
3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut
on your desktop using a right mouse click, and enter 'rundll32.exe
user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like.
That's it -- just double click on it and your computer will be locked. And if that's not easy
enough, Windows key + L will do the same.
4. XP hides some system software you might want to remove, such as Windows
Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit,
edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can
then go to the Add or Remove Programs in the Control Panel, select Add/Remove
Windows Components and there will be your prey, exposed and vulnerable.
5. For those skilled in the art of DOS batch files, XP has a number of interesting new
commands. These include 'eventcreate' and 'eventtriggers' for creating and watching
system events, 'typeperf' for monitoring performance of various subsystems, and
'schtasks' for handling scheduled tasks. As usual, typing the command name followed by
/? will give a list of options -- they're all far too baroque to go into here.
6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more
than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install'
into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the
command line to find out more. If you don't know what IPv6 is, don't worry and don't
bother.
7. You can at last get rid of tasks on the computer from the command line by using
'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by
typing 'tasklist', which will also tell you a lot about what's going on in your system.
8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On
slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u
zipfldr.dll' at the command line. If you change your mind later, you can put things back
as they were by typing 'regsvr32 zipfldr.dll'.
9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't
have it enabled by default. It's well worth trying, especially if you were there for DOS
and all those years of staring at a screen have given you the eyes of an astigmatic bat. To
enable ClearType, right click on the desktop, select Properties, Appearance, Effects,
select ClearType from the second drop-down menu and enable the selection. Expect best
results on laptop displays. If you want to use ClearType on the Welcome login screen as
well, set the registry entry HKEY_USERS/.DEFAULT/Control
Panel/Desktop/FontSmoothingType to 2.
10. You can use Remote Assistance to help a friend who's using network address
translation (NAT) on a home network, but not automatically. Get your pal to email you a
Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a
NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they
can find this out by going to www.whatismyip.com -- and get them to make sure that
they've got port 3389 open on their firewall and forwarded to the errant computer.
11. You can run a program as a different user without logging out and back in again.
Right click the icon, select Run As... and enter the user name and password you want to
use. This only applies for that run. The trick is particularly useful if you need to have
administrative permissions to install a program, which many require. Note that you can
have some fun by running programs multiple times on the same system as different users,
but this can have unforeseen effects.
12. Windows XP can be very insistent about you checking for auto updates, registering a
Passport, using Windows Messenger and so on. After a while, the nagging goes away, but
if you feel you might slip the bonds of sanity before that point, run Regedit, go to
HKEY_CURRENT_USER/Software/Microsoft/Windows/Current
Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with
a value of 0.
13. You can start up without needing to enter a user name or password. Select Run...
from the start menu and type 'control userpasswords2', which will open the user accounts
application. On the Users tab, clear the box for Users Must Enter A User Name And
Password To Use This Computer, and click on OK. An Automatically Log On dialog box
will appear; enter the user name and password for the account you want to use.
14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to.
Start the browser, select Tools / Internet Options... and Advanced, go down to the
Security area and check the box to Empty Temporary Internet Files folder when browser
is closed.
15. XP comes with a free Network Activity Light, just in case you can't see the LEDs
twinkle on your network card. Right click on My Network Places on the desktop, then
select Properties. Right click on the description for your LAN or dial-up connection,
select Properties, then check the Show icon in notification area when connected box.
You'll now see a tiny network icon on the right of your task bar that glimmers nicely
during network traffic.
16. The Start Menu can be leisurely when it decides to appear, but you can speed things
along by changing the registry entry HKEY_CURRENT_USER/Control
Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like
0.
17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in
a window, then right click on one and rename it. All the other files will be renamed to
that name, with individual numbers in brackets to distinguish them. Also, in a folder you
can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.
18. Windows Media Player will display the cover art for albums as it plays the tracks -- if
it found the picture on the Internet when you copied the tracks from the CD. If it didn't,
or if you have lots of pre-WMP music files, you can put your own copy of the cover art in
the same directory as the tracks. Just call it folder.jpg and Windows Media Player will
pick it up and display it.
19. Windows key + Break brings up the System Properties dialogue box; Windows key +
D brings up the desktop; Windows key + Tab moves through the taskbar buttons.


Read More...

[Source: Hidden Tricks of Windows - Posted by FreeAutoBlogger]
Your Ad Here

Ajax Talk At Maine Bytes

I'll be speaking once again on Ajax at the Maine Bytes User Group next Thursday, December 14, 6:00pm.  The group meets at  UnumProvident's Home Office 3 building at 2211 Congress Street in Portland, Maine.



Read More...

[Source: Stuart Jones Weblog - Posted by Kishore Vengala]
Your Ad Here

Rico Drag-N-Drop

I was using the drag-n-drop feature of the Rico Ajax library the other day and noticed that the feature was not working in Internet Explorer, where I was getting this error:

Microsoft JScript runtime error: 'document.defaultView' is null or not an object

In Firefox, I was seeing this error in the Javascript console:

Error: [Exception... "Could not convert JavaScript argument arg 0 [nsIDOMViewCSS.getComputedStyle]"  nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"  location: "JS frame :: http://localhost/Ajax/AjaxJSLibs/rico.js :: anonymous :: line 2644"  data: no]
Source File:
http://localhost/Ajax/AjaxJSLibs/rico.js
Line: 2644

Upon closer inspection, I noticed that the problem was buried deep inside of a Rico utility function that was using introspection to set HTML element properties. I realized that it was trying to work with the background-color style for the element, but this was not set in my CSS for the element, so it was referencing a null value. The fix was to make sure that the elements that are set up as the Rico draggables and dropzones have the CSS background-color property set.

This makes sense, once I realized what was going on. The background color changes for both the dragged item and the drop zones while the item is dragged. The Rico library needs to save the original background color so that it can be reset once the dragging is done.

So, when using the Rico drag-n-drop feature, make sure you set the background-color style for the draggable and dropzone HTML elements.



Read More...

[Source: Stuart Jones Weblog - Posted by FreeAutoBlogger]
Your Ad Here

Custom LogFormatter with Enterprise Library 2.0

I updated some of my custom types for Enterprise Library today from version 1.1 to 2.0. I have a custom logging formatter that takes log entries and formats them as XML. I ran into a rather nasty error message when the formatter was auto-constructed with the new 2.0 Enterprise Library. Although I had followed it rather closely, the Enterprise Library 2.0 documentation does not state that the constructor for the custom formatter must include a paramter of type NameValueCollection since that will hold the configuration data for the formatter. This is true, of course, regardless of whether or not you are using the configuration data. So, the custom formatter should look like:

[ConfigurationElementType(typeof(CustomFormatterData))]
public class XMLFormatter :
LogFormatter
{
   public XMLFormatter(NameValueCollection nvc)
   {  
         // Nothing to do in my case
   }
   
   
public
override string Format(LogEntry log)
   {
         // Implementation of Format()...
   }
}

Make sure you add the ConfigurationElementType attribute to your custom formatter class since it is also required by the Enterprise Library object builder.



Read More...

[Source: Stuart Jones Weblog - Posted by Kishore Vengala]
Your Ad Here

How to Search By Phone Number

A lot of people are not aware that you can actually search by phone number to perform a background check. Information like the individual's full name, current address, relatives, address history can be obtained by entering his or her phone number into a reverse phone number search database with search feature.

Read More...

[Source: Computers and Technology: Personal Tech Articles from EzineArticles.com - Posted by Kishore Vengala]
Your Ad Here

Ajax Talk at Rhode Island User Group

I'll be speaking on Ajax at the Rhode Island .Net User Group next Wednesday, February 7, 6:00pm. The group meets at Roger Williams University in Bristol, Rhode Island.



Read More...

[Source: Stuart Jones Weblog - Posted by FreeAutoBlogger]
Your Ad Here

Free Ipod Video Converter - The Real Truth

Interested in converting the videos from your DVD collection to your ipod so that you can view it anywhere? If you have been searching online for information on how to convert your DVD videos to your ipod, you probably know by now that it's not possible.

Read More...

[Source: Computers and Technology: Personal Tech Articles from EzineArticles.com - Posted by Kishore Vengala]
Your Ad Here

How To Get Control Of Your Email Inbox

Does it take you more than 30 seconds to find an email somewhere on your computer? This article offers eight quick tips to help you get control of your email inbox.

Read More...

[Source: Computers and Technology: Personal Tech Articles from EzineArticles.com - Posted by Kishore Vengala]
Your Ad Here

Saturday, October 27, 2007

See your IP address in Windowse

Use this tip to find out how you can very easily see your IP address inside Windows operating system ...


Read More...

[Source: Microsoft Windows XP Tips and Tricks RSS/XML - Posted by Kishore Vengala]
Your Ad Here

Eliminate the copies of backup created during the installation of patch and Service Pack

Often it can turn out useful to recover precious space on disc. Every time that modernizations and Service Pack for Windows are settled, the operating system, usually, memorize a copy of all the modified rows or eliminates you of folder \ WINDOWS or \ WINNT inside. This operation comes completed in order to... Visit our website to read full post >


Read More...

[Source: Microsoft Windows XP Tips and Tricks RSS/XML - Posted by FreeAutoBlogger]
Your Ad Here

Share a printer under Windows XP

This division inside Windows XP makes it possible to be able to reach a printer since any computer of your network. We will see how to carry out this division. This can have a lot advantages: for example you will not need to buy a printer for computer; you will be able to print a document starting from any PC present on the local area network. ... Visit our website to read full post >


Read More...

[Source: Microsoft Windows XP Tips and Tricks RSS/XML - Posted by Kishore Vengala]
Your Ad Here

Survive the first day after installation of Windows XP

One of the most serious problems which they face who receive their new computer with Windows XP just installed; or even those that reinstalled the operating system, or are forced to do it after the action of a virus, is to see their infected equipment as soon as they are connected to Internet, without they have had time to update his software. Or in the case of new users, to ignore that they must do it... Visit our website to read full post >


Read More...

[Source: Microsoft Windows XP Tips and Tricks RSS/XML - Posted by Kishore Vengala]
Your Ad Here

Empty pagefile.sys by leaving Windows

Windows stores the memory swap in a file pagefile.sys. This memory is useful in particular when your memory RAM is saturated. The file can then be rather bulky and it is then possible, if you ...


Read More...

[Source: Microsoft Windows XP Tips and Tricks RSS/XML - Posted by Kishore Vengala]
Your Ad Here