ASP.Net Forums:
DotNetNuke - click to see
Yet Another Forum - click to see
DMG Forums - click to see
Jibbit Software ASP.Net Forum - click to see
ASP.Net Discussion Forum - click to see
Pop Forums - click to see
Portals:
DotNetNuke Portal - click to see
Rainbow Portal - click to see
Omni Portal - click to see
Web Portal Software - click to see
...
Devamını oku..
Hi,
Pingdom - http://tools.pingdom.com/
Test the load time of all website objects (html, images, Javascript, css, iframes and others)You can also check how fast every element of your Website load and improve the slow-loading items.
GTmetrix - http://gtmetrix.com/
Gtmetrix gives you suggestions what you need to improve your website. Although Yslow and Google page speed are recommended for Firefox, it can also be applicable to other browser.
Load Impact - http://loadimpact.com/
Loa ...
Devamını oku..
The Front End
The front end of a website is the visual bit that the user interacts with. This includes the design, images, colours, buttons, forms, typography, animations and content. It’s basically everything that you as a user of the website can see.
The Back End
The back end of the site is the bit that you don’t see. It’s the code that makes e-commerce sites work, the database where your Amazon wishlist is stored, it’s all the magic that happens behind the visual part of the website th ...
Devamını oku..
It generates strong or normal passwords for you.
password(8);
// Outputs: TSc7KxM4
password(12, true);
//Outputs: K£7_kve!P&+M
function password(length, special) {
var iteration = 0;
var password = "";
var randomNumber;
if(special == undefined){
var special = false;
}
while(iteration < length){
randomNumber = (Math.floor((Math.random() * 100)) % 94) + 33;
if(!special){
if ((randomNumber >=33) && (randomNumber <= ...
Devamını oku..
Merhaba,
İnternette çeşitli araştırmalar yaparken bir yazı ile karşılaştım ve bunu sizlere anlatmak istiyorum. Malum birçok kişi Windows 8 ilacı veya windows 7 ilacı bulmak için çaba sarfediyor. Aşağıdaki program sizlere bu konuda bir hayli yardımcı olacağını düşünmekteyim.
Tabi amacım burada yanlış yönlendirmek değil bu durumda kesinlikle böyle anlaşılmasın. Bildiğiniz gibi bir Microsoft ürünü veya farklı bir markanın ürününü yasal olmayan yöntemler ile kullanmak suçtur bunu belirteyim.
...
Devamını oku..