Blog Detail
Programming Networking Project Management Software Engineering Database
http://www.justetc.net/sayedblog
Articles and Training Videos on Programming Networking Project Management Software Engineering Database
Recent Posts
Tutorials on Photoshop Tools: Photoshop for Software Developers/Designers
Knowing a painting/graphics software well can be a plus for a software developer and designer. If you work with web-sites and web-applications, still if you are a developer, if you know software such as Photoshop well, it will always be beneficial....
Online Resources: Photoshop Tutorial/Courses in Computer Graphics
Some Photoshop tutorial links are given below: [Remember, people don’t study Computer Science (CS) to work with software such as Photoshop. Though no harm if you do and can do [as a CS graduate]. CS study may help to create software like Phot...
Image Types to be used in Web-Sites
Mostly GIF or JPEG. PNG is also a good option (larger file size and no animation supported). Why? Widely supported by browsers. Image sizes are not large (good for data transfer through the Internet). GIF (...
CSS Selectors: Reference
CSS Selector Examples and Notes (check each line carefully and notice differences with other (esp. immediate) lines): (Reference: CSS: The Difinitive Guide: 3rd Edition: by E. A. Mayer:) Basic Rules: The following css rules apply to the correspond...
Automating Digital Delivery with Paypal Payment Processing System
In the past, I implemented an automatic notification and digital product delivery system with Paypal Payment Processing System. The concept is, when a person buys products from your web-sites, he gets his products automatically as email attachm...
Code: Email Sending using ASP
dim email 'if you are collecting user emails from a form - POST method email = Request.Form("email") 'send email Dim myObject Set myObject = Server.CreateObject("CDO.Message") 'set the To and From myObject.To = "webmaster@justetc....

