windows 7 iis 7 kurulumu resimli anlatım
Merhaba windows 7 iis 7 kurulumunu sizlere anlatacağım. İlk önce Conrol Panel 'den program ekle kaldıra geliyoruz . yada Start > çalıştır appwiz.cpl yazıyoruz ve sırasıyla aşağıdaki adımları...
View Articleasp case fonksiyonu
asp ile case işlemleri <% dim degisken Select Case degisken case 1 case2 case3 ....... ........ end select %>
View ArticleWeb Sitesi Yönlendirmek Asp – Php – Cgi – Html – JavaScript , Redrection
Merhaba arkadaşlar sizlere web sistesi yönlendirme kodları hakkında bazı dilelrde bilgi vereceğim. Php ile yönlendirme : Eğer ASp dilinde ise ; <% Response.Redirect...
View ArticleAsp Dersleri Bölüm-10 Yahoo Hava Durumu
<% ' yahoo hava durumu ' Yahoo Weather sisteminden asp ile havadurumu göstermek. Public Function VeriAl(strGelen) Set objVeriAl = Server.CreateObject("Microsoft.XMLHTTP" ) objVeriAl.Open "GET" ,...
View ArticleAsp Dersleri Bölüm-11 Html Tag Temizlemek / Html Code Clear
<% Function RemoveHTML( strText ) Dim TAGLIST TAGLIST = ";!--;!DOCTYPE;A;ACRONYM;ADDRESS;APPLET;AREA;B;BASE;BASEFONT;" &_ "BGSOUND;BIG;BLOCKQUOTE;BODY;BR;BUTTON;CAPTION;CENTER;CITE;CODE;" &_...
View ArticleAsp Dersleri Bölüm-12 XML Okumak Veri Çekmek / Read Asp XML Data
<% Dim objXmlHttp Dim strHTML Set objXmlHttp = Server.CreateObject(“Msxml2.ServerXMLHTTP”) objXmlHttp.open “GET”, “http://www.asp101.com/samples/httpsamp.asp“, False objXmlHttp.send ‘ Response.Write...
View ArticleHtml tag replace to Asp
Html tag replace to Asp merhaba arkadaşalr sizlere ençok kullanılan html tag replace komutundan bir örnek paylaşmak istedim kod gayet açık. t = Replace(t,” “,chr(9)) t = Replace(t,” “,” “) t =...
View ArticleFrontpage 2003 ile Php kullanımı. Using PHP with FrontPage 2003
What is PHP? PHP is a server-side scripting language (scripting language: A simple programming language designed to perform special or limited tasks, sometimes associated with a particular application...
View ArticleSublimetext editor MAc os x , Ubuntu ve Windows
Sublimetext editor MAc os x , Ubuntu ve Windows
View Article