27
2010
What is Head tag in HTML
The head section is the first thing that the web browser receives when connecting to your site. In the head section, the browser gets the information about the character encoding of the page, content length, content type, etc. This is handled by the web browser, and you don’t even need to know anything about it, but there are some important stuff in the head section that contains information you might actually see. It’s the web [...]
27
2010
Introduction to HTML
What does HTML stand for, well HTML stands for Hyper Text Mark Up Language. HTML is not a Programming Language but rather a language that defines structured data. HTML has a standard defined by the World Wide Web Consortium or W3C for short. A web browser is a tool made for viewing a web page.HTML tells the browser what to show the user, so when viewing a page, you actually are viewing HTML but the [...]
27
2010
What Is HTML?
The World Wide Web is constructed from many millions of individual pages, and those pages are, in general, written in Hypertext Markup Language, better known as HTML. That name gives away a lot of information about the nature of HTML. We use it to mark up our text documents so that web browsers know how to display them and to define hypertext links within them to provide navigation within or between them. Anyone who (like [...]
27
2010
Visual Basic Script Tutorial – else/if
The idea of elseif is to make an if statement within another if statement. Lets see what i mean : <script type=”text/vbscript”> arthackers.net arthackers= 60 If arthackers> 70 Then document.write(“Wear a T-Shirt!”) ElseIf arthackers> 60 Then document.write(“Wear please!”) ElseIf arthackers> 50 Then document.write(“O god! Wear a tshirt!”) Else document.write(“Take a coat!”) End If </script>
27
2010
All Windows cmd commands for beginners
ADDUSERS Add or list users to/from a CSV file ARP Address Resolution Protocol ASSOC Change file extension associations• ASSOCIAT One step file association ATTRIB Change file attributes b BOOTCFG Edit Windows boot settings BROWSTAT Get domain, browser and PDC info c CACLS Change file permissions CALL Call one batch program from another• CD Change Directory – move to a specific Folder• CHANGE Change Terminal Server Session properties CHKDSK Check Disk – check and repair disk [...]
27
2010
Objects in Python
Python functions have attributes, and that those attributes are available at runtime. A function, like everything else in Python, is an object.Once you import a module, you can reference any of its public functions, classes, or attributes. Modules can do this to access functionality in other modules, and you can do it in the IDE too. This is an important concept, and you’ll talk more about it later.Everything in Python is an object, and almost [...]
27
2010
Shorten Text or link / URL in PHP – script
Sometimes, when you want to display the URL on a web page, it can be so long it looks untidy and messes up your layout. Of course, you can come up with suitable text for a hyperlink instead of showing the URL, but what about when a user posts a web address to your web site? Here’s a little script that, can be integrated directly into your site. function shorten_link($link) { preg_match(“#<a(.*?)>(.*?)</a>#”,$link,$m); for($i = 1;$i<sizeof($m)-1;$i++) [...]
27
2010
Caps Control with PHP
When dealing with user input, you will often come across people who keep their Caps Lock key permanently enabled, which can make reading what they write difficult on the eye. It also looks like they are shouting. To solve the problem, we can writhe a simple PHP script which with different modes for case manipulation. function Convert($text,$mode=”") { if($mode == “ac”) return strtoupper($text); else if($mode == “al”) return strtolower($text); else if($mode == “cew”) { $text [...]
27
2010
Wrap Text in PHP
You can make text wrap in a browser in various ways, including using tables, iframes, and textareas, but sometimes you need absolute control over the wrapping in terms of the number of characters at which the wrap should occur, regardless of whether the user resizes their browser window. Using this plug-in, it’s easy to pass a string of text and have it wrapped using <br /> tags. What’s more it can also indent the start [...]
Facebook Fans
Share Me With Google Plus!
Popular Posts
Social Bookmarking sites list 2012 - New and fresh bookmarking sites
93 |
Bulgarian proxy or how to open arenabg and zamunda
65 |
+ 150 New Free Directory Sites List 2012 - Sorted by Page Rank
22 |
Scrapebox crack free download ?
19 |
Great List With Google Plus / FB likes/ tweets exchange sites - Hot Topic
16 |
How to make World Of Warcraft Cataclysm Server
10 |
The Best Bulgarian Torrents - Listing
9 |
500 Free Directory List 2011 !
9 |
Free RSS Directory List Where To Submit Your Site
9 |
Guest Blogs List and Useful Information
8 |
Recent Comments
- punjab singh on New Social Bookmarking Sites List PR5-PR8 Only -2012
- Georgi on New Article Directory Sites List – May 2012 + 200 quality sites PR6-PR0
- Djesur on Bulgarian proxy or how to open arenabg and zamunda
- Djesur on Bulgarian proxy or how to open arenabg and zamunda
- Djesur on Bulgarian proxy or how to open arenabg and zamunda
Recent Posts
Random Search Terms
- list of best google dorks 2012
- fresh social bookmarking sites with 7 pr 2012
- bulgarian proxy
- anonymous proxy for zamunda
- 2012 free directories list with page rank
- how to save a image through facebook application
- go2 proxy magnet links not working
- save a picture with its comments in facebook
- scrapeboard vs xrumer
- meteoro tumblr theme







