Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #44.3K
~932 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for Reverend Jim

To play two videos side by side, you can use HTML with two <video> tags and a bit of CSS: html Copy Edit <div style="display: flex;"> <video src="video1.mp4" width="50%" controls></video> <video src="video2.mp4" width="50%" controls></video> </div> That’s it — both videos will play next to each other!

Member Avatar for Reverend Jim
2
62
Member Avatar for asnashehr234

To hire a SharePoint developer, know what you need built, then check sites like LinkedIn or Upwork. Look for someone with real SharePoint experience and ask to see their past work. Keep it simple and clear.

Member Avatar for Dani
0
72
Member Avatar for Syed Zubair Ali

To lock a control in VB6, just use something like Text1.Locked = True. If the control doesn’t have a .Locked property, use Text1.Enabled = False to disable it.

Member Avatar for templatefor
0
47
Member Avatar for xrjf

It's like keeping a smart index of changes rather than scanning the whole folder every time. Instead of listing all files every time you access a directory, it keeps a smaller, updated index of what’s changed — making searches faster and more efficient. It’s commonly used in large-scale systems to …

Member Avatar for templatefor
0
202

The End.