November 26th, 2006
PHP is Approaching the End of Its Life Cycle
Category:
PHP, ASP.NET, ASP, Ruby
Author:
tsaboin
Someone is really having it bad right now. Actually its not the PHP authors. Its the publishers of an online magazine called Hiveminds. But left to me I think these guys should be refered to as Caveminds and not Hiveminds. Because, I am certain that these guys does not conduct enough research before concluding their mind that PHP is not a right tool for you, but Ruby.
Hiveminds article on “PHP is Approaching the End of Its Life Cycle” promoted the advantages of Ruby more than PHP. The author also compared ASP and PHP. I honestly feel that the two programming languages are in a class of their own, as an author who moved from the ASP world to the lux of PHP.
I also want to appraise peoples comment to that article both on Hivemind and on Marco Tabini’s Weblog “Someone please throw Hiveminds a comma key“.
Giving a respect to PHP and Ruby, Zend Framework (&Co) and Rail, I think they belong to different worlds and should be left for programmers to decide their choice. Hivemind is biased and I think they need more than a comma key but a period.
Please check out the two articles and have a great feel.
Be the first to comment »
November 13th, 2006
Walkthrough Apache, PHP and MySQL on Windows (I)
Category:
PHP, Apache, MySQL
Author:
tsaboin
If you have ever had issues getting your apache web server up and running on your windows machine, then this tutorial is meant for you. We’ll also go through writing your first PHP script and then migrate to retrieving information from MySQL database.
This tutorial assumes that your apache web server would be running locally. So references would be made to localhost as your web server.
Apache web server
Actually, the best web server you can find around is the Apache. It can be downloaded for free from the apache web site. I know the major challenge most newbies would be having is administering Apache. I must confess it not that easy, but its interesting, after all its your machine, take it and make it!
Installing Apache
Easiest thing in the world! Download the most recent stable version (currently Apache HTTP Server 2.2.3). Run the .msi file you downloaded and you would have successfully installed it. NB. Make sure no other web server is currenlty running on your system on port 80.
Open your browser and run http://localhost/ and see your test page. If you can see this, smile.
Be the first to comment »
November 10th, 2006
xml for everyone - sql server 2005
Category:
Database, SQL Server, XML
Author:
debosky007
**********
Introduction
**********
In its simplest form an XML file is a text file containing data sent
from one computer system to another using a command standard
- a common language. You accomplish this by taking
your data, wrapping it in Extensible Markup Language (XML),
and sending it (via FTP or HTTP) to another company’s computer
system where they unwrap the data and process it.
Sounds pretty simple, doesn’t it?
*******************
XML in SQL Server 2005
*******************
Explaining XML in SQL2005 would take a week, and unfortunately
we do not have enough time to cover all the great features
introduced in the new version of SQL Server.
One of the most important new features is the xml data type.
It is now possible to add an xml column to your tables, in which
you store XML documents. These xml documents can be
indexed and queried using languages like XQuery. You will
need to take care.As discussed earlier, XML is a verbose language
and takes a lot of storage space and a lot of computing
power when manipulated. If you only need part of the
data in the XML document (for example, the value in one or
two elements), then extract the data stored in those elements
and save it in a more appropriate data type, like varchar and
int.
XML Schemas can be created in the database engine using
DDL and associated with xml data type columns and variables.
XSLT style sheets are also supported by
SQL2005.
Native Web Services support has been introduced
into SQL2005, as well as SQLXML, which
gives .NET developers access to all the XML
functionality in SQL2005.
Pls see the attached to read full pdf.
1 Comment »
October 22nd, 2006
Introduction to tSyD.net
Category:
News
Author:
tsyd
Its new! Its fresh! Its for you!
It doesn’t matter if you are a pro or schmo! You can always find this place. Its www.tsyd.net
tSyD (pronounced seed) stands for tsaboin Syndicated Developers. tSyD is a move to fuse technophiles in Nigeria to achieve better solutions and show the world the next phase of technology.
You think we are few?!
Because most of us computer programmers work in isolation, we tend to believe someone as good as you are few. But thats not true. Even greater works than you do, your next door neighbour does. So why not just FUSE! Use our forums, and comments and get your ideas on. Mail us if you have ideas and shots you want to author.
Want to learn?!
Then BE OUR GUEST! We have over time channelled our team of authors (still growing) to take you hands on. Visit this site frequently to get updated tutorials or mail authors directly and let them help you grow.
Our toolbar?!
Yes! It works well with MOZ and IE! Download it! Its FREE and VIRUS FREE!!! No spywares! But it gets you the information you need right on your toolbar. It connects you with the world of technology.
Getting Better!!!
Dear, we want to know what you think is missing on this website and how we can improve. Please mail us at info@tsaboin.com and we’ll really appreciate it.
You own this website!
tSyD.net is your own. Your contributions to it is highly needed. Remember, a lot of people are counting on your input and NIGERIA needs you.
Please do not forget to tell your friends and be a part of this MOVEMENT.
Be the first to comment »
October 21st, 2006
tSyD’s toolbar and shortcuts
Category:
News
Author:
tsyd
Toolbar!
With the toolbar, you can:
- Search the internet, dictionary, encyclopedia…more to come
- Chat with other developers and have some give you solutions…more to come on Yahoo Messenger 8!
- Get access to new post via RSS
- Message Board is another form of FORUM where you are can hear and can be heard
- New ticker gets news via RSS from Zend and Wired…more to come
- Email notifier. This is very useful and can tell you when you have a new email
- Weather. I dont know why I included this but I love to be informed about everything. et tu?
Shortcuts include:
- Alt + R : Close/Open Drawer
- Alt + S : Search
Be the first to comment »