<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tools &#8211; Blackbams Blog</title>
	<atom:link href="https://blog.blackbam.at/category/web-development/tools/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.blackbam.at</link>
	<description>development - digital arts - internet</description>
	<lastBuildDate>Wed, 03 Jan 2018 17:03:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>MySQL PHPMyAdmin: How to import and export SQL dumps fast and secure</title>
		<link>https://blog.blackbam.at/2018/01/03/mysql-phpmyadmin-how-to-import-and-export-sql-dumps-fast-and-secure/</link>
					<comments>https://blog.blackbam.at/2018/01/03/mysql-phpmyadmin-how-to-import-and-export-sql-dumps-fast-and-secure/#respond</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Wed, 03 Jan 2018 10:05:05 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">https://blog.blackbam.at/?p=2330</guid>

					<description><![CDATA[Answer: Do not use PHPMyAdmin. This is how you do it with the command line: Importing an SQL dump file: mysql -u [user] -p [password] [database name] &#60; [Path to Dump File] Exporting an SQL dump file: mysqldump -u [user] -p [password] [database name] &#62; [Path to Dump File]]]></description>
										<content:encoded><![CDATA[<p>Answer: Do not use PHPMyAdmin. This is how you do it with the command line:</p>
<p>Importing an SQL dump file:</p>
<pre>
mysql -u [user] -p [password] [database name] &lt; [Path to Dump File]
</pre>
<p>Exporting an SQL dump file:</p>
<pre>
mysqldump -u [user] -p [password] [database name] &gt; [Path to Dump File]
</pre>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2018%2F01%2F03%2Fmysql-phpmyadmin-how-to-import-and-export-sql-dumps-fast-and-secure%2F&#038;title=MySQL%20PHPMyAdmin%3A%20How%20to%20import%20and%20export%20SQL%20dumps%20fast%20and%20secure" data-a2a-url="https://blog.blackbam.at/2018/01/03/mysql-phpmyadmin-how-to-import-and-export-sql-dumps-fast-and-secure/" data-a2a-title="MySQL PHPMyAdmin: How to import and export SQL dumps fast and secure"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2018/01/03/mysql-phpmyadmin-how-to-import-and-export-sql-dumps-fast-and-secure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Eclipse: Aptana &#8220;Dreamweaver&#8221; syntax highlighting</title>
		<link>https://blog.blackbam.at/2010/11/15/eclipse-aptana-dreamweaver-color-syntax-highlighting/</link>
					<comments>https://blog.blackbam.at/2010/11/15/eclipse-aptana-dreamweaver-color-syntax-highlighting/#comments</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Sun, 14 Nov 2010 23:23:09 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[highlighting]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=938</guid>

					<description><![CDATA[&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; NOTE &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; This article is not up to date, as this Theme was created for Aptana 1.5.1 and Aptana 3 fortunatly supports PHP again. It also includes a native Dreamweaver syntax highlighting. This however seems buggy, so you can download my own improved version of it here if you like to try it (I [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align:center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; <span style="color:#ff0000;">NOTE</span> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>This article is not up to date, as this Theme was created for Aptana 1.5.1 and Aptana 3 fortunatly supports PHP again. It also includes a native Dreamweaver syntax highlighting. This however seems buggy, so you can download my own improved version of it here if you like to try it (I just try to kill the bugs and make it look a bit nicer): <a href="http://www.blackbam.at/material/Dreamweaver_Blackbam_Aptana303.tmTheme">Dreamweaver_Blackbam_Aptana303.tmTheme</a></p>
<p>&nbsp;</p>
<p>In the beginning of web development a lot of people are creating their code-files with Adobe Dreamweaver, a standard tool for beginners and designers, because it is in the Adobe Collection, but no solution for serious programmers. When a programmer leaves the text-editors and graphical-editors behind to use a serious IDE there are a lot of possibilities like Netbeans, Zend, Eclipse, Visual Studio and so on.</p>
<p><br class="spacer_" /></p>
<p>My choice for developing web applications is Eclipse with the <a href="http://www.aptana.org/">Aptana Plugin</a>. This is really comfortable for PHP-Development, but i always hated the boring and ugly built-in syntax highlighting. Searching on the internet for a nice color scheme was leading to some quite nice results, but I was missing the nice, clear and colourful syntax highlighting of the Dreamweaver, so I decided to create a color scheme similar to it. Example:</p>
<p><br class="spacer_" /></p>
<p><a href="https://blog.blackbam.at/wp-content/uploads/2010/11/aptana_dw_syntax_highlight.png"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-953" title="aptana_dw_syntax_highlight" src="https://blog.blackbam.at/wp-content/uploads/2010/11/aptana_dw_syntax_highlight-450x209.png" alt="" width="450" height="209" srcset="https://blog.blackbam.at/wp-content/uploads/2010/11/aptana_dw_syntax_highlight-450x209.png 450w, https://blog.blackbam.at/wp-content/uploads/2010/11/aptana_dw_syntax_highlight-1024x477.png 1024w, https://blog.blackbam.at/wp-content/uploads/2010/11/aptana_dw_syntax_highlight.png 1194w" sizes="(max-width: 450px) 100vw, 450px" /></a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>Download: <a href="http://www.blackbam.at/aptana_dreamweaver_syntax_highlight_by_blackbam.rar">Aptana Dreamweaver color syntax highlighting by Blackbam</a></p>
<p><br class="spacer_" /></p>
<ol>
<li>Open Eclipse with the Aptana Plugin</li>
<li>Go to Window -&gt; Preferences -&gt; Aptana -&gt; Editors -&gt; [langauge] -&gt; Manage Colorization -&gt; Import Colors</li>
<li>Enjoy</li>
</ol>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2010%2F11%2F15%2Feclipse-aptana-dreamweaver-color-syntax-highlighting%2F&#038;title=Eclipse%3A%20Aptana%20%E2%80%9CDreamweaver%E2%80%9D%20syntax%20highlighting" data-a2a-url="https://blog.blackbam.at/2010/11/15/eclipse-aptana-dreamweaver-color-syntax-highlighting/" data-a2a-title="Eclipse: Aptana “Dreamweaver” syntax highlighting"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2010/11/15/eclipse-aptana-dreamweaver-color-syntax-highlighting/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Google Hacks</title>
		<link>https://blog.blackbam.at/2010/06/24/google-hacks/</link>
					<comments>https://blog.blackbam.at/2010/06/24/google-hacks/#comments</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 01:30:07 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Suchmaschiene]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=688</guid>

					<description><![CDATA[Unser allseits geliebter Freund Google, kann um einiges mehr als die Otto-Normal-Sekretärin in ihrem Büro je zu sehen bekommt (aus einem .pdf von Debasis Mohanty): Below discussed are various Google’s special commands and I shall be explaining each command in brief and will show how it can be used for critical information digging. [ intitle: [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Unser allseits geliebter Freund Google, kann um einiges mehr als die Otto-Normal-Sekretärin in ihrem Büro je zu sehen bekommt (aus einem .pdf von Debasis Mohanty):</p>
<p>Below discussed are various Google’s special commands and I shall be explaining each command in<br />
 brief and will show how it can be used for critical information digging.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ intitle: ]</span><br />
 The “intitle:” syntax helps Google restrict the search results to pages containing that word in the title. For<br />
 example, “intitle: login password” (without quotes) will return links to those pages that has the word<br />
 &#8220;login&#8221; in their title, and the word &#8220;password&#8221; anywhere in the page.<br />
 Similarly, if one has to query for more than one word in the page title then in that case “allintitle:” can be<br />
 used instead of “intitle” to get the list of pages containing all those words in its title. For example using<br />
 “intitle: login intitle: password” is same as querying “allintitle: login password”.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ inurl: ]</span><br />
 The “inurl:” syntax restricts the search results to those URLs containing the search keyword. For<br />
 example: “inurl: passwd” (without quotes) will return only links to those pages that have &#8220;passwd&#8221; in the<br />
 URL.<br />
 Similarly, if one has to query for more than one word in an URL then in that case “allinurl:” can be used<br />
 instead of “inurl” to get the list of URLs containing all those search keywords in it. For example: “allinurl:<br />
 etc/passwd“ will look for the URLs containing “etc” and “passwd”. The slash (“/”) between the words will<br />
 be ignored by Google.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ site: ]</span><br />
 The “site:” syntax restricts Google to query for certain keywords in a particular site or domain. For<br />
 example: “exploits site:hackingspirits.com” (without quotes) will look for the keyword “exploits” in those<br />
 pages present in all the links of the domain “hackingspirits.com”. There should not be any space between<br />
 “site:” and the “domain name”.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ filetype: ]</span><br />
 This “filetype:” syntax restricts Google search for files on internet with particular extensions (i.e. doc, pdf<br />
 or ppt etc). For example: “filetype:doc site:gov confidential” (without quotes) will look for files with “.doc”<br />
 extension in all government domains with “.gov” extension and containing the word “confidential” either in<br />
 the pages or in the “.doc” file. i.e. the result will contain the links to all confidential word document files on<br />
 the government sites.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ link: ]</span><br />
 “link:” syntax will list down webpages that have links to the specified webpage. For Example:<br />
 “link:www.securityfocus.com” will list webpages that have links pointing to the SecurityFocus homepage.<br />
 Note there can be no space between the &#8220;link:&#8221; and the web page url.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ related: ]</span><br />
 The “related:” will list web pages that are &#8220;similar&#8221; to a specified web page. For Example:<br />
 “related:www.securityfocus.com” will list web pages that are similar to the Securityfocus homepage. Note<br />
 there can be no space between the &#8220;related:&#8221; and the web page url.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ cache: ]</span><br />
 The query “cache:” will show the version of the web page that Google has in its cache. For Example:<br />
 “cache:www.hackingspirits.com” will show Google&#8217;s cache of the Google homepage. Note there can be<br />
 no space between the &#8220;cache:&#8221; and the web page url.<br />
 If you include other words in the query, Google will highlight those words within the cached document. For<br />
 Example: “cache:www.hackingspirits.com guest” will show the cached content with the word &#8220;guest&#8221;<br />
 highlighted.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ intext: ]</span><br />
 The “intext:” syntax searches for words in a particular website. It ignores links or URLs and page titles.<br />
 For example: “intext:exploits” (without quotes) will return only links to those web pages that has the<br />
 search keyword &#8220;exploits&#8221; in its webpage.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ phonebook: ]</span><br />
 “phonebook” searches for U.S. street address and phone number information. For Example:<br />
 “phonebook:Lisa+CA” will list down all names of person having “Lisa” in their names and located in<br />
 “California (CA)”. This can be used as a great tool for hackers incase someone want to do dig personal<br />
 information for social engineering.</p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2010%2F06%2F24%2Fgoogle-hacks%2F&#038;title=Google%20Hacks" data-a2a-url="https://blog.blackbam.at/2010/06/24/google-hacks/" data-a2a-title="Google Hacks"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2010/06/24/google-hacks/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>(Deutsch) Microsoft will Internet Explorer 6 loswerden</title>
		<link>https://blog.blackbam.at/2010/05/31/microsoft-will-internet-explorer-6-loswerden/</link>
					<comments>https://blog.blackbam.at/2010/05/31/microsoft-will-internet-explorer-6-loswerden/#respond</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Mon, 31 May 2010 08:56:40 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Anti-IE6]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[ie6nomore]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=658</guid>

					<description><![CDATA[Sorry, this entry is only available in Deutsch.]]></description>
										<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://blog.blackbam.at/de/category/web-development/tools/feed/" class="qtranxs-available-language-link qtranxs-available-language-link-de" title="Deutsch">Deutsch</a>.</p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2010%2F05%2F31%2Fmicrosoft-will-internet-explorer-6-loswerden%2F&#038;title=%28Deutsch%29%20Microsoft%20will%20Internet%20Explorer%206%20loswerden" data-a2a-url="https://blog.blackbam.at/2010/05/31/microsoft-will-internet-explorer-6-loswerden/" data-a2a-title="(Deutsch) Microsoft will Internet Explorer 6 loswerden"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2010/05/31/microsoft-will-internet-explorer-6-loswerden/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>(Deutsch) Firefox Addons</title>
		<link>https://blog.blackbam.at/2009/12/01/firefox-addons/</link>
					<comments>https://blog.blackbam.at/2009/12/01/firefox-addons/#respond</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:15:18 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Addons]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[XSS]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=20</guid>

					<description><![CDATA[(Deutsch) [...] Zu diesen Dingen gehören auch Firefox Addons. Dabei haben sich so mit der Zeit ein paar herauskristallisiert, die ich einfach immer gerne abrufbereit hätte. Natürlich wird sich da jeder ganz eigene Dinger raussuchen, ich für meinen Teil bin Web-Developer und Beobachter und bin mit den folgenden sehr zufrieden[...]<br/><br/>Web Developer Toolbar, Firebug, Tamper Data, etc.]]></description>
										<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://blog.blackbam.at/de/category/web-development/tools/feed/" class="qtranxs-available-language-link qtranxs-available-language-link-de" title="Deutsch">Deutsch</a>.</p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2009%2F12%2F01%2Ffirefox-addons%2F&#038;title=%28Deutsch%29%20Firefox%20Addons" data-a2a-url="https://blog.blackbam.at/2009/12/01/firefox-addons/" data-a2a-title="(Deutsch) Firefox Addons"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2009/12/01/firefox-addons/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
